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) 2023-01-07T03:26:55.122Z||main|||||INFO|500||The following profiles are active: basic 2023-01-07T03:27:07.952Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-07T03:27:07.953Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-07T03:27:08.077Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-07T03:27:12.839Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-07T03:27:13.322Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-07T03:27:13.918Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-07T03:27:13.926Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-07T03:27:14.096Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-07T03:27:14.371Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-07T03:27:15.100Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-07T03:27:17.363Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-07T03:27:19.899Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-07T03:27:19.971Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-07T03:27:20.671Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-07T03:27:21.061Z||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. 2023-01-07T03:27:22.372Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-07T03:27:23.609Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-07T03:27:23.637Z||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$$af915e9a.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) 2023-01-07T03:27:23.638Z||main|||||WARN|500||The sdc end point is not alive 2023-01-07T03:27:27.381Z||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 2023-01-07T03:27:30.884Z||main|||||WARN|500||--- 2023-01-07T03:27:30.885Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-07T03:27:30.885Z||main|||||WARN|500||--- 2023-01-07T03:27:31.421Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-07T03:27:37.698Z||main|||||INFO|500||Started Application in 46.431 seconds (JVM running for 48.888) 2023-01-07T03:27:37.722Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-07T03:27:37.724Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-07T03:27:37.740Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-07T03:27:37.771Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-07T03:27:37.821Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6df4d1d4-da58-4713-819c-528b95857287 url= /sdc/v1/artifactTypes 2023-01-07T03:27:37.822Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-07T03:27:38.126Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-07T03:27:38.200Z||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 2023-01-07T03:27:38.227Z||scheduling-1|||||DEBUG|500||create keys 2023-01-07T03:27:38.235Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-01-07T03:27:38.271Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:27:38.294Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d54cf4c2-342d-4663-b99c-04312c837f93 url= /sdc/v1/registerForDistribution 2023-01-07T03:27:38.392Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d54cf4c2-342d-4663-b99c-04312c837f93 url= /sdc/v1/registerForDistribution 2023-01-07T03:27:38.393Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-07T03:27:38.446Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-07T03:27:38.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:27:38.448Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:27:38.473Z||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. 2023-01-07T03:27:38.474Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:27:38.486Z||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. 2023-01-07T03:27:38.487Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:27:48.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:27:48.790Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:28:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:28:38.432Z||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. 2023-01-07T03:28:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:28:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:28:38.436Z||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. 2023-01-07T03:28:38.436Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:28:48.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:28:48.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:29:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:29:38.431Z||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. 2023-01-07T03:29:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:29:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:29:38.436Z||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. 2023-01-07T03:29:38.437Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:29:47.988Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:29:47.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:30:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:30:38.432Z||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. 2023-01-07T03:30:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:30:38.436Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:30:38.437Z||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. 2023-01-07T03:30:38.437Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:30:48.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:30:48.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:31:38.430Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:31:38.432Z||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. 2023-01-07T03:31:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:31:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:31:38.434Z||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. 2023-01-07T03:31:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:31:47.981Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:31:48.005Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:32:38.431Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:32:38.433Z||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. 2023-01-07T03:32:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:32:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:32:38.434Z||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. 2023-01-07T03:32:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:32:47.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:32:47.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:33:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:33:38.432Z||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. 2023-01-07T03:33:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:33:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:33:38.434Z||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. 2023-01-07T03:33:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:33:48.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:33:48.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:34:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:34:38.432Z||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. 2023-01-07T03:34:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:34:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:34:38.436Z||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. 2023-01-07T03:34:38.436Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:34:47.984Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:34:47.984Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:35:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:35:38.431Z||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. 2023-01-07T03:35:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:35:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:35:38.434Z||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. 2023-01-07T03:35:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:35:47.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:35:48.002Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:36:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:36:38.432Z||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. 2023-01-07T03:36:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:36:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:36:38.434Z||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. 2023-01-07T03:36:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:36:47.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:36:47.997Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:37:19.306Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-07T03:37:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:37:38.431Z||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. 2023-01-07T03:37:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:37:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:37:38.434Z||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. 2023-01-07T03:37:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:37:47.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:37:47.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:38:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:38:38.431Z||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. 2023-01-07T03:38:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:38:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:38:38.434Z||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. 2023-01-07T03:38:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:38:47.991Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:38:47.995Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:39:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:39:38.431Z||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. 2023-01-07T03:39:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:39:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:39:38.434Z||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. 2023-01-07T03:39:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:39:47.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:39:47.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:40:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:40:38.431Z||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. 2023-01-07T03:40:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:40:38.441Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:40:38.442Z||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. 2023-01-07T03:40:38.443Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:40:47.983Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:40:48.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:41:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:41:38.432Z||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. 2023-01-07T03:41:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:41:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:41:38.434Z||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. 2023-01-07T03:41:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:41:47.997Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:41:47.998Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:42:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:42:38.433Z||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. 2023-01-07T03:42:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:42:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:42:38.434Z||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. 2023-01-07T03:42:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:42:47.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:42:47.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:43:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:43:38.431Z||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. 2023-01-07T03:43:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:43:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:43:38.434Z||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. 2023-01-07T03:43:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:43:40.129Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x03,Q0x99b0x180xea0xc90xd70xcd0xc7/S7bf0x920x840x0bi0xd6dL0xaa0x120x8f0xc9f$|3@)]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-07T03:43:48.001Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:43:48.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:44:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:44:38.431Z||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. 2023-01-07T03:44:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:44:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:44:38.434Z||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. 2023-01-07T03:44:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:44:47.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:44:48.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:45:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:45:38.431Z||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. 2023-01-07T03:45:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:45:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:45:38.433Z||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. 2023-01-07T03:45:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:45:47.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:45:47.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:46:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:46:38.431Z||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. 2023-01-07T03:46:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:46:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:46:38.433Z||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. 2023-01-07T03:46:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:46:47.998Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:46:48.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:47:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:47:38.431Z||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. 2023-01-07T03:47:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:47:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:47:38.434Z||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. 2023-01-07T03:47:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:47:48.000Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:47:48.006Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:48:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:48:38.431Z||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. 2023-01-07T03:48:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:48:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:48:38.434Z||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. 2023-01-07T03:48:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:48:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:48:48.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:49:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:49:38.431Z||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. 2023-01-07T03:49:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:49:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:49:38.433Z||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. 2023-01-07T03:49:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:49:47.985Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:49:48.001Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:50:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:50:38.431Z||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. 2023-01-07T03:50:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:50:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:50:38.434Z||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. 2023-01-07T03:50:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:50:47.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:50:47.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:51:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:51:38.431Z||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. 2023-01-07T03:51:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:51:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:51:38.434Z||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. 2023-01-07T03:51:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:51:47.984Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:51:47.996Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:52:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:52:38.432Z||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. 2023-01-07T03:52:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:52:38.434Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:52:38.434Z||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. 2023-01-07T03:52:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:52:47.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:52:48.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:53:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:53:38.431Z||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. 2023-01-07T03:53:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:53:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:53:38.434Z||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. 2023-01-07T03:53:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:53:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:53:47.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:54:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:54:38.431Z||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. 2023-01-07T03:54:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:54:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:54:38.433Z||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. 2023-01-07T03:54:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:54:48.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:54:48.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:55:38.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:55:38.432Z||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. 2023-01-07T03:55:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:55:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:55:38.433Z||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. 2023-01-07T03:55:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:55:47.998Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:55:48.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:56:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:56:38.431Z||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. 2023-01-07T03:56:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:56:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:56:38.433Z||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. 2023-01-07T03:56:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:56:47.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:56:47.980Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:57:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:57:38.431Z||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. 2023-01-07T03:57:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:57:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:57:38.434Z||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. 2023-01-07T03:57:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:57:47.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:57:47.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:58:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:58:38.431Z||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. 2023-01-07T03:58:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:58:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:58:38.434Z||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. 2023-01-07T03:58:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:58:47.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:58:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:59:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:59:38.431Z||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. 2023-01-07T03:59:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:59:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T03:59:38.434Z||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. 2023-01-07T03:59:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T03:59:47.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T03:59:47.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:00:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:00:38.431Z||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. 2023-01-07T04:00:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:00:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:00:38.434Z||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. 2023-01-07T04:00:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:00:47.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:00:48.004Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:01:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:01:38.431Z||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. 2023-01-07T04:01:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:01:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:01:38.434Z||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. 2023-01-07T04:01:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:01:47.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:01:47.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:02:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:02:38.431Z||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. 2023-01-07T04:02:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:02:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:02:38.434Z||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. 2023-01-07T04:02:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:02:47.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:02:47.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:03:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:03:38.432Z||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. 2023-01-07T04:03:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:03:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:03:38.434Z||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. 2023-01-07T04:03:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:03:47.992Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:03:48.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:04:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:04:38.431Z||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. 2023-01-07T04:04:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:04:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:04:38.434Z||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. 2023-01-07T04:04:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:04:47.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:04:47.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:05:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:05:38.432Z||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. 2023-01-07T04:05:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:05:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:05:38.436Z||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. 2023-01-07T04:05:38.436Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:05:47.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:05:47.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:06:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:06:38.431Z||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. 2023-01-07T04:06:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:06:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:06:38.434Z||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. 2023-01-07T04:06:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:06:48.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:06:48.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:07:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:07:38.431Z||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. 2023-01-07T04:07:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:07:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:07:38.434Z||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. 2023-01-07T04:07:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:07:47.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:07:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:08:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:08:38.431Z||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. 2023-01-07T04:08:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:08:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:08:38.433Z||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. 2023-01-07T04:08:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:08:47.996Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:08:48.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:09:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:09:38.431Z||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. 2023-01-07T04:09:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:09:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:09:38.434Z||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. 2023-01-07T04:09:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:09:47.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:09:47.992Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:10:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:10:38.431Z||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. 2023-01-07T04:10:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:10:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:10:38.434Z||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. 2023-01-07T04:10:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:10:47.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:10:47.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:11:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:11:38.431Z||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. 2023-01-07T04:11:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:11:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:11:38.434Z||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. 2023-01-07T04:11:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:11:47.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:11:47.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:12:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:12:38.431Z||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. 2023-01-07T04:12:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:12:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:12:38.434Z||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. 2023-01-07T04:12:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:12:47.991Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:12:47.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:13:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:13:38.431Z||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. 2023-01-07T04:13:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:13:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:13:38.434Z||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. 2023-01-07T04:13:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:13:48.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:13:48.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:14:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:14:38.432Z||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. 2023-01-07T04:14:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:14:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:14:38.434Z||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. 2023-01-07T04:14:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:14:48.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:14:48.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:15:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:15:38.431Z||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. 2023-01-07T04:15:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:15:38.434Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:15:38.435Z||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. 2023-01-07T04:15:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:15:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:15:47.980Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:16:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:16:38.431Z||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. 2023-01-07T04:16:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:16:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:16:38.433Z||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. 2023-01-07T04:16:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:16:47.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:16:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:17:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:17:38.431Z||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. 2023-01-07T04:17:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:17:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:17:38.434Z||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. 2023-01-07T04:17:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:17:47.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:17:47.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:18:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:18:38.432Z||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. 2023-01-07T04:18:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:18:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:18:38.434Z||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. 2023-01-07T04:18:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:18:47.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:18:47.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:19:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:19:38.431Z||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. 2023-01-07T04:19:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:19:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:19:38.434Z||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. 2023-01-07T04:19:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:19:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:19:47.981Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:20:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:20:38.431Z||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. 2023-01-07T04:20:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:20:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:20:38.433Z||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. 2023-01-07T04:20:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:20:47.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:20:47.992Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:21:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:21:38.431Z||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. 2023-01-07T04:21:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:21:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:21:38.433Z||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. 2023-01-07T04:21:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:21:47.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:21:47.987Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:22:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:22:38.431Z||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. 2023-01-07T04:22:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:22:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:22:38.434Z||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. 2023-01-07T04:22:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:22:47.995Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:22:47.995Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:23:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:23:38.431Z||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. 2023-01-07T04:23:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:23:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:23:38.434Z||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. 2023-01-07T04:23:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:23:47.993Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:23:48.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:24:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:24:38.431Z||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. 2023-01-07T04:24:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:24:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:24:38.434Z||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. 2023-01-07T04:24:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:24:47.983Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:24:47.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:25:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:25:38.431Z||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. 2023-01-07T04:25:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:25:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:25:38.433Z||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. 2023-01-07T04:25:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:25:47.994Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:25:48.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:26:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:26:38.431Z||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. 2023-01-07T04:26:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:26:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:26:38.434Z||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. 2023-01-07T04:26:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:26:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:26:47.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:27:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:27:38.432Z||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. 2023-01-07T04:27:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:27:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:27:38.434Z||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. 2023-01-07T04:27:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:27:48.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:27:48.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:28:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:28:38.430Z||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. 2023-01-07T04:28:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:28:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:28:38.434Z||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. 2023-01-07T04:28:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:28:47.994Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:28:47.997Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:29:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:29:38.431Z||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. 2023-01-07T04:29:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:29:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:29:38.434Z||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. 2023-01-07T04:29:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:29:47.990Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:29:47.990Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:30:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:30:38.431Z||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. 2023-01-07T04:30:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:30:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:30:38.435Z||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. 2023-01-07T04:30:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:30:47.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:30:48.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:31:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:31:38.431Z||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. 2023-01-07T04:31:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:31:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:31:38.434Z||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. 2023-01-07T04:31:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:31:47.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:31:48.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:32:38.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:32:38.432Z||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. 2023-01-07T04:32:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:32:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:32:38.434Z||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. 2023-01-07T04:32:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:32:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:32:47.980Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:33:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:33:38.431Z||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. 2023-01-07T04:33:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:33:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:33:38.434Z||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. 2023-01-07T04:33:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:33:47.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:33:47.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:34:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:34:38.431Z||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. 2023-01-07T04:34:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:34:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:34:38.434Z||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. 2023-01-07T04:34:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:34:47.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:34:47.992Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:35:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:35:38.432Z||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. 2023-01-07T04:35:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:35:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:35:38.434Z||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. 2023-01-07T04:35:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:35:47.978Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:35:47.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:36:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:36:38.431Z||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. 2023-01-07T04:36:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:36:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:36:38.433Z||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. 2023-01-07T04:36:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:36:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:36:47.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:37:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:37:38.431Z||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. 2023-01-07T04:37:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:37:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:37:38.433Z||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. 2023-01-07T04:37:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:37:47.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:37:47.985Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:38:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:38:38.431Z||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. 2023-01-07T04:38:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:38:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:38:38.434Z||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. 2023-01-07T04:38:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:38:48.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:38:48.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:39:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:39:38.431Z||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. 2023-01-07T04:39:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:39:38.434Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:39:38.435Z||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. 2023-01-07T04:39:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:39:47.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:39:47.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:40:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:40:38.431Z||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. 2023-01-07T04:40:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:40:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:40:38.434Z||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. 2023-01-07T04:40:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:40:47.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:40:47.996Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:41:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:41:38.431Z||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. 2023-01-07T04:41:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:41:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:41:38.433Z||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. 2023-01-07T04:41:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:41:47.977Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:41:47.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:42:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:42:38.431Z||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. 2023-01-07T04:42:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:42:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:42:38.434Z||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. 2023-01-07T04:42:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:42:47.979Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:42:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:43:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:43:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:43:38.434Z||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. 2023-01-07T04:43:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:43:38.434Z||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. 2023-01-07T04:43:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:43:47.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:43:47.996Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:44:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:44:38.431Z||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. 2023-01-07T04:44:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:44:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:44:38.434Z||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. 2023-01-07T04:44:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:44:47.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:44:47.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:45:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:45:38.431Z||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. 2023-01-07T04:45:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:45:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:45:38.433Z||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. 2023-01-07T04:45:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:45:47.979Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:45:47.990Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:46:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:46:38.431Z||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. 2023-01-07T04:46:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:46:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:46:38.433Z||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. 2023-01-07T04:46:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:46:47.978Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:46:47.995Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:47:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:47:38.431Z||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. 2023-01-07T04:47:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:47:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:47:38.434Z||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. 2023-01-07T04:47:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:47:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:47:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:48:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:48:38.430Z||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. 2023-01-07T04:48:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:48:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:48:38.433Z||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. 2023-01-07T04:48:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:48:48.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:48:48.052Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:49:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:49:38.431Z||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. 2023-01-07T04:49:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:49:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:49:38.434Z||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. 2023-01-07T04:49:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:49:47.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:49:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:50:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:50:38.431Z||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. 2023-01-07T04:50:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:50:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:50:38.433Z||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. 2023-01-07T04:50:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:50:48.008Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:50:48.009Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:51:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:51:38.432Z||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. 2023-01-07T04:51:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:51:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:51:38.435Z||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. 2023-01-07T04:51:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:51:47.995Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:51:47.995Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:52:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:52:38.431Z||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. 2023-01-07T04:52:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:52:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:52:38.434Z||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. 2023-01-07T04:52:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:52:47.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:52:47.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:53:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:53:38.431Z||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. 2023-01-07T04:53:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:53:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:53:38.433Z||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. 2023-01-07T04:53:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:53:47.978Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:53:47.985Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:54:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:54:38.431Z||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. 2023-01-07T04:54:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:54:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:54:38.434Z||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. 2023-01-07T04:54:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:54:47.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:54:47.981Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:55:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:55:38.431Z||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. 2023-01-07T04:55:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:55:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:55:38.434Z||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. 2023-01-07T04:55:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:55:48.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:55:48.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:56:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:56:38.432Z||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. 2023-01-07T04:56:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:56:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:56:38.434Z||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. 2023-01-07T04:56:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:56:47.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:56:47.981Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:57:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:57:38.431Z||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. 2023-01-07T04:57:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:57:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:57:38.434Z||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. 2023-01-07T04:57:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:57:47.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:57:47.991Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:58:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:58:38.431Z||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. 2023-01-07T04:58:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:58:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:58:38.434Z||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. 2023-01-07T04:58:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:58:48.037Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:58:48.060Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:59:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:59:38.431Z||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. 2023-01-07T04:59:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:59:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T04:59:38.433Z||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. 2023-01-07T04:59:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T04:59:47.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T04:59:47.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:00:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:00:38.431Z||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. 2023-01-07T05:00:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:00:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:00:38.433Z||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. 2023-01-07T05:00:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:00:47.971Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:00:47.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:01:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:01:38.430Z||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. 2023-01-07T05:01:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:01:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:01:38.433Z||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. 2023-01-07T05:01:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:01:47.978Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:01:47.997Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:02:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:02:38.431Z||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. 2023-01-07T05:02:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:02:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:02:38.436Z||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. 2023-01-07T05:02:38.436Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:02:47.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:02:47.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:03:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:03:38.431Z||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. 2023-01-07T05:03:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:03:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:03:38.433Z||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. 2023-01-07T05:03:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:03:47.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:03:47.995Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:04:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:04:38.431Z||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. 2023-01-07T05:04:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:04:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:04:38.434Z||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. 2023-01-07T05:04:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:04:47.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:04:47.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:05:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:05:38.431Z||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. 2023-01-07T05:05:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:05:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:05:38.433Z||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. 2023-01-07T05:05:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:05:47.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:05:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:06:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:06:38.431Z||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. 2023-01-07T05:06:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:06:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:06:38.434Z||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. 2023-01-07T05:06:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:06:47.998Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:06:48.005Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:07:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:07:38.431Z||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. 2023-01-07T05:07:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:07:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:07:38.434Z||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. 2023-01-07T05:07:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:07:47.978Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:07:47.985Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:08:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:08:38.431Z||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. 2023-01-07T05:08:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:08:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:08:38.434Z||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. 2023-01-07T05:08:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:08:48.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:08:48.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:09:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:09:38.431Z||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. 2023-01-07T05:09:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:09:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:09:38.434Z||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. 2023-01-07T05:09:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:09:47.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:09:47.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:10:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:10:38.431Z||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. 2023-01-07T05:10:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:10:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:10:38.433Z||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. 2023-01-07T05:10:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:10:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:10:47.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:11:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:11:38.430Z||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. 2023-01-07T05:11:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:11:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:11:38.433Z||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. 2023-01-07T05:11:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:11:47.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:11:47.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:12:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:12:38.431Z||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. 2023-01-07T05:12:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:12:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:12:38.433Z||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. 2023-01-07T05:12:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:12:47.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:12:47.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:13:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:13:38.430Z||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. 2023-01-07T05:13:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:13:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:13:38.433Z||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. 2023-01-07T05:13:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:13:47.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:13:47.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:14:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:14:38.431Z||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. 2023-01-07T05:14:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:14:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:14:38.433Z||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. 2023-01-07T05:14:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:14:47.990Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:14:47.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:15:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:15:38.431Z||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. 2023-01-07T05:15:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:15:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:15:38.434Z||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. 2023-01-07T05:15:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:15:47.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:15:47.998Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:16:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:16:38.431Z||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. 2023-01-07T05:16:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:16:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:16:38.434Z||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. 2023-01-07T05:16:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:16:48.002Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:16:48.004Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:17:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:17:38.431Z||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. 2023-01-07T05:17:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:17:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:17:38.433Z||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. 2023-01-07T05:17:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:17:47.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:17:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:18:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:18:38.432Z||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. 2023-01-07T05:18:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:18:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:18:38.433Z||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. 2023-01-07T05:18:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:18:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:18:47.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:19:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:19:38.431Z||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. 2023-01-07T05:19:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:19:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:19:38.433Z||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. 2023-01-07T05:19:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:19:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:19:47.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:20:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:20:38.431Z||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. 2023-01-07T05:20:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:20:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:20:38.434Z||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. 2023-01-07T05:20:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:20:47.971Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:20:47.988Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:21:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:21:38.431Z||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. 2023-01-07T05:21:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:21:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:21:38.434Z||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. 2023-01-07T05:21:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:21:47.971Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:21:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:22:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:22:38.430Z||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. 2023-01-07T05:22:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:22:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:22:38.434Z||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. 2023-01-07T05:22:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:22:47.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:22:47.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:23:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:23:38.431Z||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. 2023-01-07T05:23:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:23:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:23:38.434Z||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. 2023-01-07T05:23:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:23:47.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:23:47.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:24:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:24:38.431Z||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. 2023-01-07T05:24:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:24:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:24:38.433Z||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. 2023-01-07T05:24:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:24:47.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:24:48.008Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:25:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:25:38.431Z||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. 2023-01-07T05:25:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:25:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:25:38.433Z||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. 2023-01-07T05:25:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:25:47.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:25:47.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:26:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:26:38.431Z||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. 2023-01-07T05:26:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:26:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:26:38.433Z||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. 2023-01-07T05:26:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:26:47.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:26:47.971Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:27:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:27:38.431Z||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. 2023-01-07T05:27:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:27:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:27:38.434Z||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. 2023-01-07T05:27:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:27:47.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:27:47.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:28:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:28:38.432Z||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. 2023-01-07T05:28:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:28:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:28:38.434Z||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. 2023-01-07T05:28:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:28:47.977Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:28:47.979Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:29:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:29:38.431Z||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. 2023-01-07T05:29:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:29:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:29:38.434Z||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. 2023-01-07T05:29:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:29:47.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:29:47.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:30:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:30:38.430Z||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. 2023-01-07T05:30:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:30:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:30:38.434Z||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. 2023-01-07T05:30:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:30:47.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:30:47.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:31:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:31:38.431Z||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. 2023-01-07T05:31:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:31:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:31:38.433Z||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. 2023-01-07T05:31:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:31:47.975Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:31:47.985Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:32:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:32:38.431Z||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. 2023-01-07T05:32:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:32:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:32:38.434Z||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. 2023-01-07T05:32:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:32:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:32:47.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:33:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:33:38.431Z||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. 2023-01-07T05:33:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:33:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:33:38.434Z||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. 2023-01-07T05:33:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:33:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:33:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:34:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:34:38.431Z||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. 2023-01-07T05:34:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:34:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:34:38.435Z||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. 2023-01-07T05:34:38.436Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:34:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:34:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:35:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:35:38.432Z||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. 2023-01-07T05:35:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:35:38.434Z||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. 2023-01-07T05:35:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:35:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:35:47.986Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:35:47.986Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:36:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:36:38.431Z||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. 2023-01-07T05:36:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:36:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:36:38.433Z||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. 2023-01-07T05:36:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:36:47.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:36:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:37:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:37:38.431Z||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. 2023-01-07T05:37:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:37:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:37:38.433Z||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. 2023-01-07T05:37:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:37:47.980Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:37:47.983Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:38:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:38:38.432Z||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. 2023-01-07T05:38:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:38:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:38:38.433Z||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. 2023-01-07T05:38:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:38:47.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:38:47.979Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:39:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:39:38.431Z||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. 2023-01-07T05:39:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:39:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:39:38.434Z||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. 2023-01-07T05:39:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:39:47.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:39:47.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:40:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:40:38.431Z||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. 2023-01-07T05:40:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:40:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:40:38.433Z||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. 2023-01-07T05:40:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:40:47.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:40:47.971Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:41:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:41:38.431Z||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. 2023-01-07T05:41:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:41:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:41:38.433Z||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. 2023-01-07T05:41:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:41:47.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:41:47.999Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:42:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:42:38.431Z||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. 2023-01-07T05:42:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:42:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:42:38.433Z||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. 2023-01-07T05:42:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:42:47.970Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:42:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:43:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:43:38.431Z||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. 2023-01-07T05:43:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:43:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:43:38.434Z||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. 2023-01-07T05:43:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:43:47.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:43:48.002Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:44:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:44:38.431Z||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. 2023-01-07T05:44:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:44:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:44:38.434Z||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. 2023-01-07T05:44:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:44:47.970Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:44:47.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:45:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:45:38.430Z||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. 2023-01-07T05:45:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:45:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:45:38.434Z||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. 2023-01-07T05:45:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:45:47.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:45:47.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:46:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:46:38.430Z||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. 2023-01-07T05:46:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:46:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:46:38.434Z||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. 2023-01-07T05:46:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:46:47.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:46:47.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:47:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:47:38.430Z||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. 2023-01-07T05:47:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:47:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:47:38.434Z||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. 2023-01-07T05:47:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:47:47.983Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:47:48.001Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:48:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:48:38.431Z||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. 2023-01-07T05:48:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:48:38.435Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:48:38.436Z||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. 2023-01-07T05:48:38.436Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:48:47.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:48:47.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:49:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:49:38.431Z||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. 2023-01-07T05:49:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:49:38.434Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:49:38.434Z||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. 2023-01-07T05:49:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:49:47.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:49:47.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:50:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:50:38.432Z||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. 2023-01-07T05:50:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:50:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:50:38.434Z||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. 2023-01-07T05:50:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:50:47.970Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:50:47.975Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:51:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:51:38.430Z||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. 2023-01-07T05:51:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:51:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:51:38.433Z||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. 2023-01-07T05:51:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:51:47.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:51:47.971Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:52:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:52:38.430Z||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. 2023-01-07T05:52:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:52:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:52:38.434Z||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. 2023-01-07T05:52:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:52:47.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:52:47.975Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:53:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:53:38.431Z||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. 2023-01-07T05:53:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:53:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:53:38.434Z||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. 2023-01-07T05:53:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:53:47.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:53:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:54:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:54:38.431Z||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. 2023-01-07T05:54:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:54:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:54:38.434Z||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. 2023-01-07T05:54:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:54:47.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:54:47.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:55:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:55:38.431Z||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. 2023-01-07T05:55:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:55:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:55:38.433Z||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. 2023-01-07T05:55:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:55:47.971Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:55:47.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:56:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:56:38.430Z||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. 2023-01-07T05:56:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:56:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:56:38.433Z||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. 2023-01-07T05:56:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:56:47.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:56:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:57:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:57:38.431Z||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. 2023-01-07T05:57:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:57:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:57:38.433Z||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. 2023-01-07T05:57:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:57:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:57:47.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:58:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:58:38.430Z||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. 2023-01-07T05:58:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:58:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:58:38.434Z||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. 2023-01-07T05:58:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:58:47.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:58:47.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:59:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:59:38.430Z||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. 2023-01-07T05:59:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:59:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T05:59:38.433Z||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. 2023-01-07T05:59:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T05:59:47.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T05:59:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:00:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:00:38.431Z||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. 2023-01-07T06:00:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:00:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:00:38.433Z||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. 2023-01-07T06:00:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:00:47.981Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:00:47.991Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:01:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:01:38.431Z||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. 2023-01-07T06:01:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:01:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:01:38.433Z||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. 2023-01-07T06:01:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:01:47.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:01:47.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:02:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:02:38.431Z||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. 2023-01-07T06:02:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:02:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:02:38.434Z||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. 2023-01-07T06:02:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:02:48.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:02:48.022Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:03:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:03:38.431Z||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. 2023-01-07T06:03:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:03:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:03:38.433Z||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. 2023-01-07T06:03:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:03:47.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:03:47.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:04:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:04:38.430Z||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. 2023-01-07T06:04:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:04:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:04:38.433Z||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. 2023-01-07T06:04:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:04:47.983Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:04:47.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:05:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:05:38.431Z||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. 2023-01-07T06:05:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:05:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:05:38.434Z||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. 2023-01-07T06:05:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:05:47.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:05:47.981Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:06:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:06:38.431Z||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. 2023-01-07T06:06:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:06:38.434Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:06:38.435Z||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. 2023-01-07T06:06:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:06:47.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:06:47.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:07:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:07:38.431Z||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. 2023-01-07T06:07:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:07:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:07:38.434Z||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. 2023-01-07T06:07:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:07:47.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:07:47.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:08:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:08:38.431Z||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. 2023-01-07T06:08:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:08:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:08:38.434Z||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. 2023-01-07T06:08:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:08:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:08:47.984Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:09:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:09:38.431Z||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. 2023-01-07T06:09:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:09:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:09:38.434Z||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. 2023-01-07T06:09:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:09:47.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:09:47.975Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:10:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:10:38.431Z||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. 2023-01-07T06:10:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:10:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:10:38.434Z||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. 2023-01-07T06:10:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:10:47.975Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:10:47.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:11:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:11:38.431Z||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. 2023-01-07T06:11:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:11:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:11:38.433Z||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. 2023-01-07T06:11:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:11:47.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:11:47.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:12:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:12:38.431Z||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. 2023-01-07T06:12:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:12:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:12:38.433Z||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. 2023-01-07T06:12:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:12:47.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:12:47.996Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:13:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:13:38.432Z||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. 2023-01-07T06:13:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:13:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:13:38.434Z||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. 2023-01-07T06:13:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:13:47.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:13:47.981Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:14:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:14:38.430Z||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. 2023-01-07T06:14:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:14:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:14:38.433Z||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. 2023-01-07T06:14:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:14:47.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:14:47.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:15:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:15:38.431Z||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. 2023-01-07T06:15:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:15:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:15:38.434Z||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. 2023-01-07T06:15:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:15:47.996Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:15:48.003Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:16:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:16:38.431Z||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. 2023-01-07T06:16:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:16:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:16:38.434Z||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. 2023-01-07T06:16:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:16:47.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:16:47.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:17:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:17:38.431Z||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. 2023-01-07T06:17:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:17:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:17:38.434Z||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. 2023-01-07T06:17:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:17:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:17:48.004Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:18:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:18:38.431Z||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. 2023-01-07T06:18:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:18:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:18:38.433Z||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. 2023-01-07T06:18:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:18:47.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:18:47.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:19:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:19:38.431Z||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. 2023-01-07T06:19:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:19:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:19:38.434Z||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. 2023-01-07T06:19:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:19:47.984Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:19:47.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:20:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:20:38.431Z||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. 2023-01-07T06:20:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:20:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:20:38.433Z||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. 2023-01-07T06:20:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:20:47.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:20:48.008Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:21:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:21:38.431Z||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. 2023-01-07T06:21:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:21:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:21:38.433Z||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. 2023-01-07T06:21:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:21:47.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:21:47.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:22:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:22:38.431Z||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. 2023-01-07T06:22:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:22:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:22:38.434Z||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. 2023-01-07T06:22:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:22:47.971Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:22:47.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:23:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:23:38.431Z||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. 2023-01-07T06:23:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:23:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:23:38.433Z||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. 2023-01-07T06:23:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:23:47.975Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:23:47.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:24:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:24:38.431Z||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. 2023-01-07T06:24:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:24:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:24:38.434Z||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. 2023-01-07T06:24:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:24:47.994Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:24:47.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:25:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:25:38.431Z||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. 2023-01-07T06:25:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:25:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:25:38.434Z||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. 2023-01-07T06:25:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:25:48.092Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:25:48.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:26:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:26:38.431Z||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. 2023-01-07T06:26:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:26:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:26:38.434Z||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. 2023-01-07T06:26:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:26:48.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:26:48.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:27:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:27:38.430Z||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. 2023-01-07T06:27:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:27:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:27:38.433Z||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. 2023-01-07T06:27:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:27:47.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:27:47.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:28:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:28:38.431Z||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. 2023-01-07T06:28:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:28:38.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:28:38.443Z||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. 2023-01-07T06:28:38.443Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:28:47.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:28:48.010Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:29:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:29:38.431Z||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. 2023-01-07T06:29:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:29:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:29:38.433Z||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. 2023-01-07T06:29:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:29:48.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:29:48.024Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:30:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:30:38.431Z||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. 2023-01-07T06:30:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:30:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:30:38.433Z||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. 2023-01-07T06:30:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:30:47.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:30:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:31:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:31:38.431Z||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. 2023-01-07T06:31:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:31:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:31:38.434Z||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. 2023-01-07T06:31:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:31:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:31:47.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:32:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:32:38.431Z||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. 2023-01-07T06:32:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:32:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:32:38.433Z||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. 2023-01-07T06:32:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:32:47.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:32:48.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:33:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:33:38.431Z||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. 2023-01-07T06:33:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:33:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:33:38.434Z||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. 2023-01-07T06:33:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:33:47.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:33:47.996Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:34:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:34:38.431Z||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. 2023-01-07T06:34:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:34:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:34:38.434Z||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. 2023-01-07T06:34:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:34:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:34:48.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:35:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:35:38.431Z||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. 2023-01-07T06:35:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:35:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:35:38.434Z||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. 2023-01-07T06:35:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:35:47.988Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:35:47.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:36:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:36:38.431Z||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. 2023-01-07T06:36:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:36:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:36:38.434Z||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. 2023-01-07T06:36:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:36:47.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:36:47.983Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:37:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:37:38.430Z||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. 2023-01-07T06:37:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:37:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:37:38.433Z||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. 2023-01-07T06:37:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:37:47.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:37:47.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:38:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:38:38.430Z||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. 2023-01-07T06:38:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:38:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:38:38.434Z||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. 2023-01-07T06:38:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:38:47.986Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:38:47.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:39:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:39:38.431Z||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. 2023-01-07T06:39:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:39:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:39:38.434Z||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. 2023-01-07T06:39:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:39:47.994Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:39:47.995Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:40:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:40:38.431Z||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. 2023-01-07T06:40:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:40:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:40:38.433Z||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. 2023-01-07T06:40:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:40:47.981Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:40:47.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:41:38.430Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:41:38.431Z||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. 2023-01-07T06:41:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:41:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:41:38.434Z||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. 2023-01-07T06:41:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:41:47.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:41:47.994Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:42:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:42:38.431Z||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. 2023-01-07T06:42:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:42:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:42:38.434Z||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. 2023-01-07T06:42:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:42:47.999Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:42:48.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:43:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:43:38.431Z||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. 2023-01-07T06:43:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:43:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:43:38.434Z||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. 2023-01-07T06:43:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:43:47.993Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:43:48.050Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:44:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:44:38.431Z||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. 2023-01-07T06:44:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:44:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:44:38.434Z||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. 2023-01-07T06:44:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:44:47.975Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:44:47.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:45:38.430Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:45:38.432Z||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. 2023-01-07T06:45:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:45:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:45:38.434Z||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. 2023-01-07T06:45:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:45:48.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:45:48.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:46:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:46:38.431Z||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. 2023-01-07T06:46:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:46:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:46:38.433Z||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. 2023-01-07T06:46:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:46:47.992Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:46:47.995Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:47:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:47:38.430Z||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. 2023-01-07T06:47:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:47:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:47:38.433Z||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. 2023-01-07T06:47:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:47:47.989Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:47:47.993Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:48:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:48:38.430Z||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. 2023-01-07T06:48:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:48:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:48:38.434Z||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. 2023-01-07T06:48:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:48:48.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:48:48.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:49:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:49:38.430Z||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. 2023-01-07T06:49:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:49:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:49:38.434Z||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. 2023-01-07T06:49:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:49:47.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:49:47.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:50:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:50:38.431Z||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. 2023-01-07T06:50:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:50:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:50:38.433Z||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. 2023-01-07T06:50:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:50:47.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:50:47.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:51:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:51:38.430Z||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. 2023-01-07T06:51:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:51:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:51:38.433Z||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. 2023-01-07T06:51:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:51:47.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:51:47.984Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:52:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:52:38.431Z||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. 2023-01-07T06:52:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:52:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:52:38.433Z||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. 2023-01-07T06:52:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:52:47.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:52:47.991Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:53:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:53:38.431Z||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. 2023-01-07T06:53:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:53:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:53:38.433Z||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. 2023-01-07T06:53:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:53:48.043Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:53:48.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:54:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:54:38.430Z||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. 2023-01-07T06:54:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:54:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:54:38.434Z||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. 2023-01-07T06:54:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:54:47.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:54:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:55:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:55:38.430Z||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. 2023-01-07T06:55:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:55:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:55:38.433Z||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. 2023-01-07T06:55:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:55:47.979Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:55:47.982Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:56:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:56:38.431Z||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. 2023-01-07T06:56:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:56:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:56:38.433Z||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. 2023-01-07T06:56:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:56:48.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:56:48.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:57:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:57:38.431Z||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. 2023-01-07T06:57:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:57:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:57:38.433Z||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. 2023-01-07T06:57:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:57:47.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:57:47.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:58:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:58:38.430Z||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. 2023-01-07T06:58:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:58:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:58:38.434Z||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. 2023-01-07T06:58:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:58:47.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:58:47.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:59:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:59:38.432Z||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. 2023-01-07T06:59:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:59:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T06:59:38.434Z||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. 2023-01-07T06:59:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T06:59:47.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T06:59:47.986Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:00:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:00:38.431Z||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. 2023-01-07T07:00:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:00:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:00:38.433Z||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. 2023-01-07T07:00:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:00:47.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:00:47.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:01:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:01:38.431Z||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. 2023-01-07T07:01:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:01:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:01:38.433Z||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. 2023-01-07T07:01:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:01:47.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:01:47.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:02:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:02:38.430Z||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. 2023-01-07T07:02:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:02:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:02:38.434Z||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. 2023-01-07T07:02:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:02:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:02:47.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:03:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:03:38.430Z||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. 2023-01-07T07:03:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:03:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:03:38.434Z||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. 2023-01-07T07:03:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:03:47.990Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:03:47.991Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:04:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:04:38.431Z||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. 2023-01-07T07:04:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:04:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:04:38.433Z||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. 2023-01-07T07:04:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:04:47.986Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:04:47.987Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:05:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:05:38.430Z||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. 2023-01-07T07:05:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:05:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:05:38.434Z||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. 2023-01-07T07:05:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:05:48.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:05:48.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:06:38.430Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:06:38.431Z||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. 2023-01-07T07:06:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:06:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:06:38.434Z||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. 2023-01-07T07:06:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:06:47.977Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:06:47.983Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:07:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:07:38.431Z||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. 2023-01-07T07:07:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:07:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:07:38.433Z||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. 2023-01-07T07:07:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:07:47.983Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:07:47.992Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:08:38.430Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:08:38.431Z||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. 2023-01-07T07:08:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:08:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:08:38.434Z||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. 2023-01-07T07:08:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:08:47.993Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:08:47.993Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:09:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:09:38.431Z||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. 2023-01-07T07:09:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:09:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:09:38.433Z||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. 2023-01-07T07:09:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:09:48.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:09:48.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:10:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:10:38.430Z||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. 2023-01-07T07:10:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:10:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:10:38.434Z||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. 2023-01-07T07:10:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:10:47.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:10:47.989Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:11:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:11:38.431Z||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. 2023-01-07T07:11:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:11:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:11:38.434Z||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. 2023-01-07T07:11:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:11:48.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:11:48.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:12:38.430Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:12:38.431Z||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. 2023-01-07T07:12:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:12:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:12:38.434Z||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. 2023-01-07T07:12:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:12:48.002Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:12:48.002Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:13:38.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:13:38.430Z||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. 2023-01-07T07:13:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:13:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:13:38.434Z||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. 2023-01-07T07:13:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:13:47.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:13:47.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:14:38.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:14:38.430Z||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. 2023-01-07T07:14:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:14:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:14:38.433Z||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. 2023-01-07T07:14:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:14:47.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:14:47.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:15:38.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:15:38.431Z||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. 2023-01-07T07:15:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:15:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:15:38.434Z||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. 2023-01-07T07:15:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:15:48.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:15:48.010Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:16:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:16:38.430Z||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. 2023-01-07T07:16:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:16:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:16:38.434Z||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. 2023-01-07T07:16:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:16:48.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:16:48.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:17:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:17:38.431Z||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. 2023-01-07T07:17:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:17:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:17:38.433Z||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. 2023-01-07T07:17:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:17:47.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:17:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:18:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:18:38.430Z||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. 2023-01-07T07:18:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:18:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:18:38.434Z||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. 2023-01-07T07:18:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:18:47.976Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:18:47.996Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:19:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:19:38.430Z||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. 2023-01-07T07:19:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:19:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:19:38.434Z||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. 2023-01-07T07:19:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:19:48.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:19:48.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:20:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:20:38.430Z||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. 2023-01-07T07:20:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:20:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:20:38.434Z||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. 2023-01-07T07:20:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:20:47.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:20:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:21:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:21:38.431Z||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. 2023-01-07T07:21:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:21:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:21:38.434Z||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. 2023-01-07T07:21:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:21:47.996Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:21:48.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:22:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:22:38.430Z||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. 2023-01-07T07:22:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:22:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:22:38.434Z||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. 2023-01-07T07:22:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:22:47.994Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:22:47.997Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:23:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:23:38.431Z||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. 2023-01-07T07:23:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:23:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:23:38.434Z||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. 2023-01-07T07:23:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:23:48.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:23:48.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:24:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:24:38.431Z||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. 2023-01-07T07:24:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:24:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:24:38.434Z||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. 2023-01-07T07:24:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:24:47.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:24:47.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:25:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:25:38.431Z||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. 2023-01-07T07:25:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:25:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:25:38.433Z||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. 2023-01-07T07:25:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:25:47.984Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:25:47.990Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:26:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:26:38.430Z||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. 2023-01-07T07:26:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:26:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:26:38.433Z||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. 2023-01-07T07:26:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:26:47.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:26:47.987Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:27:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:27:38.430Z||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. 2023-01-07T07:27:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:27:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:27:38.433Z||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. 2023-01-07T07:27:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:27:47.998Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:27:47.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:28:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:28:38.431Z||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. 2023-01-07T07:28:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:28:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:28:38.434Z||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. 2023-01-07T07:28:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:28:47.994Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:28:48.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:29:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:29:38.431Z||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. 2023-01-07T07:29:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:29:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:29:38.433Z||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. 2023-01-07T07:29:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:29:48.003Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:29:48.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:30:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:30:38.431Z||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. 2023-01-07T07:30:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:30:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:30:38.433Z||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. 2023-01-07T07:30:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:30:47.973Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:30:47.983Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:31:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:31:38.430Z||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. 2023-01-07T07:31:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:31:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:31:38.434Z||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. 2023-01-07T07:31:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:31:47.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:31:47.990Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:32:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:32:38.430Z||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. 2023-01-07T07:32:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:32:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:32:38.434Z||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. 2023-01-07T07:32:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:32:47.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:32:47.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:33:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:33:38.431Z||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. 2023-01-07T07:33:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:33:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:33:38.433Z||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. 2023-01-07T07:33:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:33:47.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:33:48.010Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:34:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:34:38.431Z||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. 2023-01-07T07:34:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:34:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:34:38.433Z||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. 2023-01-07T07:34:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:34:47.993Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:34:47.994Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:35:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:35:38.431Z||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. 2023-01-07T07:35:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:35:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:35:38.433Z||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. 2023-01-07T07:35:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:35:47.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:35:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:36:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:36:38.432Z||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. 2023-01-07T07:36:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:36:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:36:38.433Z||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. 2023-01-07T07:36:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:36:47.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:36:47.999Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:37:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:37:38.431Z||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. 2023-01-07T07:37:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:37:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:37:38.433Z||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. 2023-01-07T07:37:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:37:47.998Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:37:47.999Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:38:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:38:38.430Z||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. 2023-01-07T07:38:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:38:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:38:38.433Z||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. 2023-01-07T07:38:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:38:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:38:47.982Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:39:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:39:38.432Z||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. 2023-01-07T07:39:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:39:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:39:38.433Z||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. 2023-01-07T07:39:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:39:47.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:39:47.997Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:40:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:40:38.432Z||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. 2023-01-07T07:40:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:40:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:40:38.433Z||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. 2023-01-07T07:40:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:40:47.991Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:40:47.992Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:41:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:41:38.431Z||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. 2023-01-07T07:41:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:41:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:41:38.434Z||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. 2023-01-07T07:41:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:41:48.038Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:41:48.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:42:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:42:38.431Z||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. 2023-01-07T07:42:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:42:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:42:38.434Z||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. 2023-01-07T07:42:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:42:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:42:47.973Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:43:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:43:38.431Z||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. 2023-01-07T07:43:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:43:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:43:38.434Z||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. 2023-01-07T07:43:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:43:47.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:43:48.002Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:44:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:44:38.431Z||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. 2023-01-07T07:44:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:44:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:44:38.434Z||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. 2023-01-07T07:44:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:44:47.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:44:47.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:45:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:45:38.430Z||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. 2023-01-07T07:45:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:45:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:45:38.434Z||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. 2023-01-07T07:45:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:45:48.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:45:48.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:46:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:46:38.431Z||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. 2023-01-07T07:46:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:46:38.434Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:46:38.437Z||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. 2023-01-07T07:46:38.442Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:46:48.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:46:48.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:47:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:47:38.430Z||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. 2023-01-07T07:47:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:47:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:47:38.434Z||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. 2023-01-07T07:47:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:47:47.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:47:47.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:48:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:48:38.431Z||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. 2023-01-07T07:48:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:48:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:48:38.434Z||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. 2023-01-07T07:48:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:48:47.980Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:48:47.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:49:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:49:38.431Z||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. 2023-01-07T07:49:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:49:38.434Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:49:38.435Z||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. 2023-01-07T07:49:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:49:48.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:49:48.022Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:50:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:50:38.431Z||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. 2023-01-07T07:50:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:50:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:50:38.434Z||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. 2023-01-07T07:50:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:50:47.982Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:50:47.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:51:38.430Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:51:38.431Z||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. 2023-01-07T07:51:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:51:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:51:38.434Z||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. 2023-01-07T07:51:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:51:47.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:51:47.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:52:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:52:38.431Z||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. 2023-01-07T07:52:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:52:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:52:38.433Z||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. 2023-01-07T07:52:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:52:47.984Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:52:47.991Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:53:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:53:38.431Z||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. 2023-01-07T07:53:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:53:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:53:38.433Z||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. 2023-01-07T07:53:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:53:47.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:53:47.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:54:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:54:38.430Z||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. 2023-01-07T07:54:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:54:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:54:38.433Z||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. 2023-01-07T07:54:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:54:47.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:54:47.978Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:55:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:55:38.431Z||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. 2023-01-07T07:55:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:55:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:55:38.433Z||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. 2023-01-07T07:55:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:55:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:55:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:56:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:56:38.431Z||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. 2023-01-07T07:56:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:56:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:56:38.433Z||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. 2023-01-07T07:56:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:56:47.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:56:47.978Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:57:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:57:38.431Z||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. 2023-01-07T07:57:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:57:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:57:38.434Z||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. 2023-01-07T07:57:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:57:47.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:57:48.013Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:58:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:58:38.431Z||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. 2023-01-07T07:58:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:58:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:58:38.433Z||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. 2023-01-07T07:58:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:58:47.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:58:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:59:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:59:38.430Z||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. 2023-01-07T07:59:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:59:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T07:59:38.434Z||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. 2023-01-07T07:59:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T07:59:47.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T07:59:47.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:00:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:00:38.431Z||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. 2023-01-07T08:00:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:00:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:00:38.434Z||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. 2023-01-07T08:00:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:00:48.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:00:48.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:01:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:01:38.430Z||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. 2023-01-07T08:01:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:01:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:01:38.433Z||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. 2023-01-07T08:01:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:01:47.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:01:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:02:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:02:38.431Z||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. 2023-01-07T08:02:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:02:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:02:38.434Z||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. 2023-01-07T08:02:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:02:48.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:02:48.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:03:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:03:38.430Z||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. 2023-01-07T08:03:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:03:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:03:38.433Z||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. 2023-01-07T08:03:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:03:47.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:03:47.977Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:04:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:04:38.431Z||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. 2023-01-07T08:04:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:04:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:04:38.433Z||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. 2023-01-07T08:04:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:04:47.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:04:47.971Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:05:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:05:38.431Z||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. 2023-01-07T08:05:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:05:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:05:38.434Z||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. 2023-01-07T08:05:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:05:47.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:05:47.970Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:06:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:06:38.432Z||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. 2023-01-07T08:06:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:06:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:06:38.434Z||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. 2023-01-07T08:06:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:06:47.980Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:06:47.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:07:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:07:38.431Z||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. 2023-01-07T08:07:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:07:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:07:38.434Z||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. 2023-01-07T08:07:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:07:48.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:07:48.015Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:08:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:08:38.431Z||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. 2023-01-07T08:08:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:08:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:08:38.434Z||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. 2023-01-07T08:08:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:08:47.982Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:08:48.000Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:09:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:09:38.431Z||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. 2023-01-07T08:09:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:09:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:09:38.434Z||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. 2023-01-07T08:09:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:09:47.976Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:09:47.984Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:10:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:10:38.430Z||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. 2023-01-07T08:10:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:10:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:10:38.433Z||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. 2023-01-07T08:10:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:10:48.000Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:10:48.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:11:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:11:38.430Z||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. 2023-01-07T08:11:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:11:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:11:38.434Z||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. 2023-01-07T08:11:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:11:47.987Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:11:47.991Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:12:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:12:38.431Z||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. 2023-01-07T08:12:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:12:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:12:38.434Z||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. 2023-01-07T08:12:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:12:47.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:12:47.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:13:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:13:38.431Z||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. 2023-01-07T08:13:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:13:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:13:38.434Z||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. 2023-01-07T08:13:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:13:48.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:13:48.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:14:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:14:38.431Z||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. 2023-01-07T08:14:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:14:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:14:38.434Z||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. 2023-01-07T08:14:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:14:47.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:14:47.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:15:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:15:38.431Z||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. 2023-01-07T08:15:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:15:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:15:38.433Z||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. 2023-01-07T08:15:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:15:48.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:15:48.008Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:16:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:16:38.430Z||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. 2023-01-07T08:16:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:16:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:16:38.433Z||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. 2023-01-07T08:16:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:16:47.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:16:48.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:17:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:17:38.431Z||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. 2023-01-07T08:17:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:17:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:17:38.434Z||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. 2023-01-07T08:17:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:17:48.001Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:17:48.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:18:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:18:38.431Z||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. 2023-01-07T08:18:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:18:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:18:38.434Z||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. 2023-01-07T08:18:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:18:48.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:18:48.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:19:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:19:38.431Z||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. 2023-01-07T08:19:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:19:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:19:38.434Z||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. 2023-01-07T08:19:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:19:47.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:19:47.997Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:20:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:20:38.432Z||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. 2023-01-07T08:20:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:20:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:20:38.433Z||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. 2023-01-07T08:20:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:20:47.996Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:20:47.997Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:21:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:21:38.431Z||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. 2023-01-07T08:21:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:21:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:21:38.433Z||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. 2023-01-07T08:21:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:21:47.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:21:48.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:22:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:22:38.430Z||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. 2023-01-07T08:22:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:22:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:22:38.433Z||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. 2023-01-07T08:22:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:22:48.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:22:48.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:23:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:23:38.430Z||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. 2023-01-07T08:23:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:23:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:23:38.433Z||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. 2023-01-07T08:23:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:23:47.985Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:23:47.986Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:24:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:24:38.430Z||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. 2023-01-07T08:24:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:24:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:24:38.434Z||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. 2023-01-07T08:24:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:24:47.993Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:24:47.994Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:25:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:25:38.430Z||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. 2023-01-07T08:25:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:25:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:25:38.433Z||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. 2023-01-07T08:25:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:25:47.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:25:48.002Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:26:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:26:38.431Z||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. 2023-01-07T08:26:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:26:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:26:38.433Z||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. 2023-01-07T08:26:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:26:47.996Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:26:47.998Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:27:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:27:38.431Z||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. 2023-01-07T08:27:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:27:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:27:38.433Z||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. 2023-01-07T08:27:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:27:48.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:27:48.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:28:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:28:38.431Z||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. 2023-01-07T08:28:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:28:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:28:38.433Z||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. 2023-01-07T08:28:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:28:48.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:28:48.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:29:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:29:38.431Z||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. 2023-01-07T08:29:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:29:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:29:38.434Z||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. 2023-01-07T08:29:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:29:47.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:29:47.997Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:30:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:30:38.431Z||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. 2023-01-07T08:30:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:30:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:30:38.434Z||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. 2023-01-07T08:30:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:30:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:30:47.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:31:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:31:38.431Z||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. 2023-01-07T08:31:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:31:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:31:38.433Z||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. 2023-01-07T08:31:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:31:48.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:31:48.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:32:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:32:38.431Z||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. 2023-01-07T08:32:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:32:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:32:38.433Z||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. 2023-01-07T08:32:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:32:47.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:32:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:33:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:33:38.431Z||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. 2023-01-07T08:33:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:33:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:33:38.434Z||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. 2023-01-07T08:33:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:33:47.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:33:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:34:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:34:38.431Z||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. 2023-01-07T08:34:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:34:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:34:38.434Z||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. 2023-01-07T08:34:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:34:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:34:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:35:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:35:38.431Z||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. 2023-01-07T08:35:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:35:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:35:38.434Z||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. 2023-01-07T08:35:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:35:47.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:35:47.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:36:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:36:38.430Z||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. 2023-01-07T08:36:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:36:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:36:38.434Z||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. 2023-01-07T08:36:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:36:47.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:36:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:37:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:37:38.430Z||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. 2023-01-07T08:37:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:37:38.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:37:38.440Z||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. 2023-01-07T08:37:38.440Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:37:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:37:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:38:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:38:38.431Z||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. 2023-01-07T08:38:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:38:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:38:38.434Z||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. 2023-01-07T08:38:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:38:47.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:38:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:39:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:39:38.431Z||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. 2023-01-07T08:39:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:39:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:39:38.434Z||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. 2023-01-07T08:39:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:39:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:39:47.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:40:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:40:38.431Z||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. 2023-01-07T08:40:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:40:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:40:38.434Z||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. 2023-01-07T08:40:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:40:47.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:40:47.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:41:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:41:38.430Z||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. 2023-01-07T08:41:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:41:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:41:38.434Z||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. 2023-01-07T08:41:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:41:47.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:41:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:42:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:42:38.431Z||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. 2023-01-07T08:42:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:42:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:42:38.433Z||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. 2023-01-07T08:42:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:42:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:42:47.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:43:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:43:38.431Z||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. 2023-01-07T08:43:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:43:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:43:38.434Z||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. 2023-01-07T08:43:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:43:47.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:43:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:44:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:44:38.430Z||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. 2023-01-07T08:44:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:44:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:44:38.434Z||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. 2023-01-07T08:44:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:44:47.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:44:47.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:45:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:45:38.431Z||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. 2023-01-07T08:45:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:45:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:45:38.434Z||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. 2023-01-07T08:45:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:45:48.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:45:48.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:46:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:46:38.431Z||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. 2023-01-07T08:46:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:46:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:46:38.434Z||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. 2023-01-07T08:46:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:46:47.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:46:47.991Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:47:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:47:38.433Z||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. 2023-01-07T08:47:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:47:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:47:38.434Z||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. 2023-01-07T08:47:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:47:47.994Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:47:47.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:48:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:48:38.431Z||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. 2023-01-07T08:48:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:48:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:48:38.433Z||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. 2023-01-07T08:48:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:48:47.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:48:47.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:49:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:49:38.431Z||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. 2023-01-07T08:49:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:49:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:49:38.434Z||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. 2023-01-07T08:49:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:49:47.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:49:47.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:50:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:50:38.430Z||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. 2023-01-07T08:50:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:50:38.436Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:50:38.437Z||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. 2023-01-07T08:50:38.437Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:50:47.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:50:47.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:51:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:51:38.431Z||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. 2023-01-07T08:51:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:51:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:51:38.434Z||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. 2023-01-07T08:51:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:51:47.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:51:47.994Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:52:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:52:38.430Z||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. 2023-01-07T08:52:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:52:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:52:38.433Z||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. 2023-01-07T08:52:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:52:47.971Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:52:48.000Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:53:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:53:38.431Z||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. 2023-01-07T08:53:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:53:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:53:38.434Z||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. 2023-01-07T08:53:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:53:47.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:53:47.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:54:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:54:38.430Z||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. 2023-01-07T08:54:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:54:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:54:38.433Z||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. 2023-01-07T08:54:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:54:47.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:54:47.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:55:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:55:38.431Z||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. 2023-01-07T08:55:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:55:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:55:38.434Z||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. 2023-01-07T08:55:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:55:47.981Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:55:47.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:56:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:56:38.431Z||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. 2023-01-07T08:56:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:56:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:56:38.434Z||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. 2023-01-07T08:56:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:56:47.998Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:56:47.998Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:57:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:57:38.431Z||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. 2023-01-07T08:57:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:57:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:57:38.433Z||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. 2023-01-07T08:57:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:57:47.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:57:47.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:58:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:58:38.431Z||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. 2023-01-07T08:58:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:58:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:58:38.433Z||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. 2023-01-07T08:58:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:58:47.706Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:58:47.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-07T08:58:47.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d11dd549-b726-4514-aece-b4dcfc491ce8","serviceName":"vFW 2023-01-07 08-57-54","serviceVersion":"1.0","serviceUUID":"ac49a889-0fa1-4785-8a10-9b7c00cd4c08","serviceDescription":"catalog service description","serviceInvariantUUID":"1cd63abd-f675-42c0-9a41-bbcc7c496027","resources":[],"serviceArtifacts":[{"artifactName":"service-Vfw20230107085754-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml","artifactChecksum":"YzQwNDVjMjIyZjZiY2QwNDljZjA4MTkwOGFjZWYxYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f169583-8601-4482-9403-74a97a679520","artifactVersion":"1"},{"artifactName":"service-Vfw20230107085754-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar","artifactChecksum":"YjI3ZTE1NzhlNmZkZWFkMTY3Zjg3Yjg4ZmI4MGZhZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d4e229c-bfa7-4670-b945-a6b0507edffd","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-07T08:58:47.734Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T08:58:47.746Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T08:58:47.772Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T08:58:47.772Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673081918429, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T08:58:47.872Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2023-01-07T08:58:47.878Z||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. 2023-01-07T08:58:47.879Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T08:58:47.895Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:58:47.896Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":3,"count":1} 2023-01-07T08:58:48.517Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:58:48.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T08:58:48.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "cds", "timestamp": 1673081921416, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T08:58:48.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T08:58:48.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T08:58:48.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673081918429, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T08:58:48.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T08:58:48.783Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T08:58:48.784Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T08:58:48.786Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T08:58:48.786Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673081918429, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "status": "NOTIFIED" } 2023-01-07T08:58:48.886Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T08:58:48.888Z||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. 2023-01-07T08:58:48.888Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T08:58:48.899Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:58:48.900Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T08:58:49.788Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "serviceName": "vFW 2023-01-07 08-57-54", "serviceVersion": "1.0", "serviceUUID": "ac49a889-0fa1-4785-8a10-9b7c00cd4c08", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1cd63abd-f675-42c0-9a41-bbcc7c496027", "resources": [], "serviceArtifacts": [ { "artifactName": "service-Vfw20230107085754-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "artifactChecksum": "YjI3ZTE1NzhlNmZkZWFkMTY3Zjg3Yjg4ZmI4MGZhZGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1d4e229c-bfa7-4670-b945-a6b0507edffd" } ], "workloadContext": "Production" } 2023-01-07T08:58:49.789Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0 2023-01-07T08:58:49.790Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ac49a889-0fa1-4785-8a10-9b7c00cd4c08 ASDC 2023-01-07T08:58:49.862Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:d11dd549-b726-4514-aece-b4dcfc491ce8 ServiceName:vFW 2023-01-07 08-57-54 ServiceVersion:1.0 ServiceUUID:ac49a889-0fa1-4785-8a10-9b7c00cd4c08 ServiceInvariantUUID:1cd63abd-f675-42c0-9a41-bbcc7c496027 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230107085754-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar ArtifactUUID:1d4e229c-bfa7-4670-b945-a6b0507edffd ArtifactChecksum:YjI3ZTE1NzhlNmZkZWFkMTY3Zjg3Yjg4ZmI4MGZhZGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: } 2023-01-07T08:58:49.864Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac49a889-0fa1-4785-8a10-9b7c00cd4c08 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 (?, ?, ?, ?, ?) 2023-01-07T08:58:50.212Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T08:58:50.215Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T08:58:50.217Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T08:58:50.217Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1d4e229c-bfa7-4670-b945-a6b0507edffd from URL: /sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar 2023-01-07T08:58:50.217Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T08:58:50.219Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar 2023-01-07T08:58:50.394Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T08:58:50.408Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar 1d4e229c-bfa7-4670-b945-a6b0507edffd 55749 2023-01-07T08:58:50.410Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar ASDC sendASDCNotification 2023-01-07T08:58:50.410Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar 2023-01-07T08:58:50.412Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T08:58:50.414Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T08:58:50.416Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T08:58:50.416Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673081930409, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T08:58:50.516Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T08:58:50.518Z||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. 2023-01-07T08:58:50.518Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T08:58:50.528Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:58:50.529Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T08:58:51.417Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T08:58:51.418Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T08:58:51.419Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1d4e229c-bfa7-4670-b945-a6b0507edffd, URL: /sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar to file: /app/ASDC/1/service-Vfw20230107085754-csar.csar 2023-01-07T08:58:51.420Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230107085754-csar.csar 2023-01-07T08:58:51.546Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230107085754-csar.csar 2023-01-07T08:58:51.546Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230107085754-csar.csar 2023-01-07T08:58:52.245Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7366692876185453414/Definitions/service-Vfw20230107085754-template.yml 2023-01-07T08:58:53.326Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-07T08:58:53.339Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T08:58:53.341Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 08-57-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T08:58:53.345Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-07T08:58:53.346Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T08:58:53.351Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T08:58:53.351Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 08-57-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T08:58:53.352Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-07T08:58:53.352Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T08:58:53.352Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T08:58:53.352Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 08-57-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T08:58:53.353Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T08:58:53.353Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 08-57-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T08:58:53.353Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T08:58:53.353Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 08-57-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T08:58:53.354Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T08:58:53.354Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 08-57-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T08:58:53.354Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T08:58:53.355Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 08-57-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T08:58:53.355Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-07 08-57-54 Description:catalog service description Model UUID:ac49a889-0fa1-4785-8a10-9b7c00cd4c08 Model Version:NULL Model InvariantUuid:1cd63abd-f675-42c0-9a41-bbcc7c496027 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-07T08:58:53.392Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||ERROR|500||Service Model contains no resources. 2023-01-07T08:58:53.393Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T08:58:53.529Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 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=? 2023-01-07T08:58:53.534Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T08:58:53.534Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T08:59:23.535Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T08:59:23.549Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 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=? 2023-01-07T08:59:23.551Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T08:59:23.551Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T08:59:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T08:59:38.435Z||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. 2023-01-07T08:59:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T08:59:38.610Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T08:59:38.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T08:59:38.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "cds", "timestamp": 1673081921416, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "status": "NOTIFIED" } 2023-01-07T08:59:38.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T08:59:53.552Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T08:59:53.568Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 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=? 2023-01-07T08:59:53.570Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T08:59:53.570Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:00:23.571Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:00:23.583Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 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=? 2023-01-07T09:00:23.586Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:00:23.586Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:00:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:00:38.435Z||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. 2023-01-07T09:00:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:00:38.463Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:00:38.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673081918429, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:00:38.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "cds", "timestamp": 1673081931902, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:00:38.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:00:38.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673081930409, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:00:38.473Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:00:38.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "cds", "timestamp": 1673081932926, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-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=? 2023-01-07T09:00:38.484Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d11dd549-b726-4514-aece-b4dcfc491ce8 2023-01-07T09:00:38.485Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11dd549-b726-4514-aece-b4dcfc491ce8 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 (?, ?, ?, ?, ?) 2023-01-07T09:00:38.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "multicloud-k8s-id", "timestamp": 1673081929941, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "multicloud-k8s-id", "timestamp": 1673081929941, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:00:38.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "aai-ml", "timestamp": 1673081932614, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "aai-ml", "timestamp": 1673081932614, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:00:38.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "aai-ml", "timestamp": 1673081935595, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:00:38.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:00:38.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "ves-openapi-manager", "timestamp": 1673081935930, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "ves-openapi-manager", "timestamp": 1673081935930, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "cds", "timestamp": 1673081936416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "cds", "timestamp": 1673081936416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081940543, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "cds", "timestamp": 1673081936416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081940543, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:00:38.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "cds", "timestamp": 1673081936416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081943362, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:00:38.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:00:38.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "cds", "timestamp": 1673081936416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "aai-ml", "timestamp": 1673081943913, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:00:38.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:00:38.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "cds", "timestamp": 1673081936416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "aai-ml", "timestamp": 1673081944919, "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=? 2023-01-07T09:00:38.524Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d11dd549-b726-4514-aece-b4dcfc491ce8 2023-01-07T09:00:38.524Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11dd549-b726-4514-aece-b4dcfc491ce8 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 (?, ?, ?, ?, ?) 2023-01-07T09:00:38.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "cds", "timestamp": 1673081936416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:00:38.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081946613, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:00:38.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:00:38.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "cds", "timestamp": 1673081950007, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:00:38.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:00:38.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081947620, "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=? 2023-01-07T09:00:38.540Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d11dd549-b726-4514-aece-b4dcfc491ce8 2023-01-07T09:00:38.540Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11dd549-b726-4514-aece-b4dcfc491ce8 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 (?, ?, ?, ?, ?) 2023-01-07T09:00:38.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "cds", "timestamp": 1673081951038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-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 (?, ?, ?, ?, ?) 2023-01-07T09:00:38.573Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ab07e63-1de1-4f74-b05a-c2d6516432d1 2023-01-07T09:00:38.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ab07e63-1de1-4f74-b05a-c2d6516432d1 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 (?, ?, ?, ?, ?) 2023-01-07T09:00:38.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081940543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081940543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "multicloud-k8s-id", "timestamp": 1673081949941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081940543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "multicloud-k8s-id", "timestamp": 1673081949941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:00:38.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081940543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "multicloud-k8s-id", "timestamp": 1673081949941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-07T09:00:38.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081940543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "multicloud-k8s-id", "timestamp": 1673081949941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081940543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "multicloud-k8s-id", "timestamp": 1673081949941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-07T09:00:38.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081940543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:00:38.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "multicloud-k8s-id", "timestamp": 1673081949941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081955729, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:00:38.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:00:38.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "ves-openapi-manager", "timestamp": 1673081955930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "multicloud-k8s-id", "timestamp": 1673081949941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:00:38.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "ves-openapi-manager", "timestamp": 1673081955930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "multicloud-k8s-id", "timestamp": 1673081957697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:00:38.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:00:38.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "ves-openapi-manager", "timestamp": 1673081955930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081958435, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:00:38.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:00:38.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "multicloud-k8s-id", "timestamp": 1673081958866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:00:38.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:00:38.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "ves-openapi-manager", "timestamp": 1673081955930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673081959438, "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=? 2023-01-07T09:00:38.604Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ab07e63-1de1-4f74-b05a-c2d6516432d1 2023-01-07T09:00:38.605Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ab07e63-1de1-4f74-b05a-c2d6516432d1 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 (?, ?, ?, ?, ?) 2023-01-07T09:00:38.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "multicloud-k8s-id", "timestamp": 1673081959937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:00:38.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:00:38.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "ves-openapi-manager", "timestamp": 1673081955930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "multicloud-k8s-id", "timestamp": 1673081961050, "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=? 2023-01-07T09:00:38.625Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ab07e63-1de1-4f74-b05a-c2d6516432d1 2023-01-07T09:00:38.626Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ab07e63-1de1-4f74-b05a-c2d6516432d1 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 (?, ?, ?, ?, ?) 2023-01-07T09:00:38.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "ves-openapi-manager", "timestamp": 1673081955930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "multicloud-k8s-id", "timestamp": 1673081962055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:00:38.640Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:00:38.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "ves-openapi-manager", "timestamp": 1673081955930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "aai-ml", "timestamp": 1673081962614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "aai-ml", "timestamp": 1673081962614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "aai-ml", "timestamp": 1673081962614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "aai-ml", "timestamp": 1673081962614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "aai-ml", "timestamp": 1673081962614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "aai-ml", "timestamp": 1673081962614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:00:38.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "aai-ml", "timestamp": 1673081962614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:00:38.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:00:38.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:00:38.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "aai-ml", "timestamp": 1673081970425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:00:38.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:00:53.587Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:00:53.602Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 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=? 2023-01-07T09:00:53.605Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:00:53.605Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:01:23.606Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:01:23.619Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 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=? 2023-01-07T09:01:23.623Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:01:23.623Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:01:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:01:38.435Z||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. 2023-01-07T09:01:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:01:38.966Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:01:38.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:01:38.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "aai-ml", "timestamp": 1673081978792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:01:38.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:01:38.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:01:38.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "aai-ml", "timestamp": 1673081979797, "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=? 2023-01-07T09:01:38.978Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ab07e63-1de1-4f74-b05a-c2d6516432d1 2023-01-07T09:01:38.979Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ab07e63-1de1-4f74-b05a-c2d6516432d1 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 (?, ?, ?, ?, ?) 2023-01-07T09:01:53.623Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:01:53.639Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 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=? 2023-01-07T09:01:53.642Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:01:53.643Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:02:23.643Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:02:23.663Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 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=? 2023-01-07T09:02:23.667Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:02:23.667Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:02:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:02:38.434Z||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. 2023-01-07T09:02:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:02:48.014Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:02:53.668Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:02:53.685Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 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=? 2023-01-07T09:02:53.690Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:02:53.690Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:03:23.691Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:03:23.707Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 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=? 2023-01-07T09:03:23.713Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:03:23.713Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:03:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:03:38.434Z||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. 2023-01-07T09:03:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:03:48.006Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:03:53.715Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-01-07T09:03:53.715Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 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=? 2023-01-07T09:03:53.732Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d11dd549-b726-4514-aece-b4dcfc491ce8 and serviceModelVersionId: ac49a889-0fa1-4785-8a10-9b7c00cd4c08 2023-01-07T09:03:53.732Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1cd63abd-f675-42c0-9a41-bbcc7c496027 2023-01-07T09:04:10.898Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0 2023-01-07T09:04:11.018Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-01-07T09:04:11.554Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0|INFO|500||Invoke 2023-01-07T09:04:11.564Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d11dd549-b726-4514-aece-b4dcfc491ce8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ac4e4e92-b2f7-4a3b-ab52-38ff5a732944], X-ECOMP-RequestID=[d11dd549-b726-4514-aece-b4dcfc491ce8], X-TransactionId=[], X-ONAP-RequestID=[d11dd549-b726-4514-aece-b4dcfc491ce8], Content-Type=[application/merge-patch+json]} 2023-01-07T09:04:11.727Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-01-07T09:04:12.015Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 09:04:11 GMT], content-length=[0], vertex-id=[192624], x-aai-txid=[0-aai-resources-230107-09:04:11:937-46401], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-07T09:04:12.017Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-07T09:04:12.017Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0|INFO|500||InvokeReturn 2023-01-07T09:04:12.021Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-07T09:04:12.021Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:04:12.040Z|d11dd549-b726-4514-aece-b4dcfc491ce8|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) 2023-01-07T09:04:12.046Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d11dd549-b726-4514-aece-b4dcfc491ce8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-01-07T09:04:12.047Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-01-07T09:04:12.048Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:12.050Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:12.051Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082252046, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-01-07T09:04:12.151Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:04:12.152Z||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. 2023-01-07T09:04:12.152Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:12.165Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:12.166Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-07T09:04:13.068Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:04:13.069Z|d11dd549-b726-4514-aece-b4dcfc491ce8|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. 2023-01-07T09:04:13.070Z|d11dd549-b726-4514-aece-b4dcfc491ce8|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:17.489Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:17.490Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-07T09:04:17.490Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ab07e63-1de1-4f74-b05a-c2d6516432d1","serviceName":"basic_onboard_Iakhiy","serviceVersion":"1.0","serviceUUID":"ee459fb4-815c-462b-a5d2-6206d7886514","serviceDescription":"service","serviceInvariantUUID":"0c76da03-28c6-4b86-a91a-dfeffc0e7fcc","resources":[{"resourceInstanceName":"basic_onboard_Iakhiy 0","resourceName":"basic_onboard_Iakhiy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"59423a4c-f140-438d-84ae-a9d8c306df13","resourceInvariantUUID":"fce70d0f-5890-42ca-9f48-1beb2c6ba18b","resourceCustomizationUUID":"290a2135-64ec-4c56-89ac-e3b66fed1969","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml","artifactChecksum":"NWU4MGNmZjYwZGU0Njg4YThmNmZmMjA2YTQyNTRkOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2053080-9291-4a9a-a12a-10a009dee696","artifactVersion":"1"},{"artifactName":"basic_onboard_iakhiy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json","artifactChecksum":"N2VmODY5MjdjOWJiM2UxZGIzYzUyYWQyYmVhMDBiNTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84e6c45c-6dd0-4257-8258-8011cd79b6d8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d8d5b48-4715-4b76-b7ad-deda5b01f98d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45ea32e9-dc0e-4a02-9d9d-921e16c41132","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"347ebee0-6522-4fea-98d3-a9dc5412805b","artifactVersion":"2","generatedFromUUID":"6d8d5b48-4715-4b76-b7ad-deda5b01f98d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIakhiy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml","artifactChecksum":"ODMzNTFkZmQxYTQ4OTQwZmJjZGFmMDk3OTU2ZjMwOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc202a93-1cfd-49f0-8792-8d35e3fd823e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIakhiy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar","artifactChecksum":"ZDg0YTU2NzMxNGNlOGFjYzIyZTIwNDZhZjkyZmExMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7895ca3-9d21-43f0-aa7a-bcc07432a32a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-07T09:04:17.493Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:04:17.494Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:17.496Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:17.496Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082253068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:04:17.596Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:04:17.598Z||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. 2023-01-07T09:04:17.598Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:17.609Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:17.610Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:04:18.497Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:04:18.499Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:18.501Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:18.501Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082253068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:04:18.602Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:04:18.603Z||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. 2023-01-07T09:04:18.603Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:18.619Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:18.619Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:04:19.502Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:04:19.503Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:19.505Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:19.505Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082253068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-07T09:04:19.605Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:04:19.606Z||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. 2023-01-07T09:04:19.607Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:19.619Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:19.619Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:04:20.506Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:04:20.507Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:20.510Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:20.511Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082253068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:04:20.611Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:04:20.649Z||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. 2023-01-07T09:04:20.649Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:20.660Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:20.662Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:04:21.511Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:04:21.512Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:21.517Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:21.517Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082253068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-07T09:04:21.617Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:04:21.619Z||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. 2023-01-07T09:04:21.619Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:21.631Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:21.632Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:04:22.518Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:04:22.519Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:22.521Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:22.522Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082253068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:04:22.622Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:04:22.623Z||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. 2023-01-07T09:04:22.623Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:22.635Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:22.635Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:04:23.522Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:04:23.523Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:23.526Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:23.526Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082253068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:04:23.627Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:04:23.628Z||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. 2023-01-07T09:04:23.628Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:23.638Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:23.638Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:04:24.530Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "serviceName": "basic_onboard_Iakhiy", "serviceVersion": "1.0", "serviceUUID": "ee459fb4-815c-462b-a5d2-6206d7886514", "serviceDescription": "service", "serviceInvariantUUID": "0c76da03-28c6-4b86-a91a-dfeffc0e7fcc", "resources": [ { "resourceInstanceName": "basic_onboard_Iakhiy 0", "resourceCustomizationUUID": "290a2135-64ec-4c56-89ac-e3b66fed1969", "resourceName": "basic_onboard_Iakhiy", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "59423a4c-f140-438d-84ae-a9d8c306df13", "resourceInvariantUUID": "fce70d0f-5890-42ca-9f48-1beb2c6ba18b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_iakhiy0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json", "artifactChecksum": "N2VmODY5MjdjOWJiM2UxZGIzYzUyYWQyYmVhMDBiNTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "84e6c45c-6dd0-4257-8258-8011cd79b6d8", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6d8d5b48-4715-4b76-b7ad-deda5b01f98d", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "347ebee0-6522-4fea-98d3-a9dc5412805b", "generatedFromUUID": "6d8d5b48-4715-4b76-b7ad-deda5b01f98d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "347ebee0-6522-4fea-98d3-a9dc5412805b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardIakhiy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "artifactChecksum": "ZDg0YTU2NzMxNGNlOGFjYzIyZTIwNDZhZjkyZmExMTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b7895ca3-9d21-43f0-aa7a-bcc07432a32a" } ], "workloadContext": "Production" } 2023-01-07T09:04:24.530Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-07T09:04:24.530Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ee459fb4-815c-462b-a5d2-6206d7886514 ASDC 2023-01-07T09:04:24.588Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:8ab07e63-1de1-4f74-b05a-c2d6516432d1 ServiceName:basic_onboard_Iakhiy ServiceVersion:1.0 ServiceUUID:ee459fb4-815c-462b-a5d2-6206d7886514 ServiceInvariantUUID:0c76da03-28c6-4b86-a91a-dfeffc0e7fcc ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardIakhiy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar ArtifactUUID:b7895ca3-9d21-43f0-aa7a-bcc07432a32a ArtifactChecksum:ZDg0YTU2NzMxNGNlOGFjYzIyZTIwNDZhZjkyZmExMTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_Iakhiy 0 ResourceCustomizationUUID:290a2135-64ec-4c56-89ac-e3b66fed1969 ResourceInvariantUUID:fce70d0f-5890-42ca-9f48-1beb2c6ba18b ResourceName:basic_onboard_Iakhiy ResourceType:VF ResourceUUID:59423a4c-f140-438d-84ae-a9d8c306df13 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_iakhiy0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json ArtifactUUID:84e6c45c-6dd0-4257-8258-8011cd79b6d8 ArtifactChecksum:N2VmODY5MjdjOWJiM2UxZGIzYzUyYWQyYmVhMDBiNTc= 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/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml ArtifactUUID:6d8d5b48-4715-4b76-b7ad-deda5b01f98d 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/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env ArtifactUUID:347ebee0-6522-4fea-98d3-a9dc5412805b 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/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env ArtifactUUID:347ebee0-6522-4fea-98d3-a9dc5412805b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-07T09:04:24.589Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee459fb4-815c-462b-a5d2-6206d7886514 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=? 2023-01-07T09:04:24.633Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:04:24.634Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:04:24.635Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:04:24.635Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b7895ca3-9d21-43f0-aa7a-bcc07432a32a from URL: /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:24.636Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:04:24.636Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:24.859Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:04:24.864Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar b7895ca3-9d21-43f0-aa7a-bcc07432a32a 75294 2023-01-07T09:04:24.864Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar ASDC sendASDCNotification 2023-01-07T09:04:24.864Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:24.865Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:04:24.865Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:24.868Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:24.868Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082264864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:04:24.968Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:04:24.969Z||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. 2023-01-07T09:04:24.970Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:24.981Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:24.982Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:04:25.869Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:04:25.870Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:04:25.871Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b7895ca3-9d21-43f0-aa7a-bcc07432a32a, URL: /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar to file: /app/ASDC/1/service-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:25.872Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:25.872Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:25.872Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:26.038Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3192478301469661199/Definitions/service-BasicOnboardIakhiy-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_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2023-01-07T09:04:27.520Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-07T09:04:27.524Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-07T09:04:27.524Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:27.525Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-07T09:04:27.525Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:27.525Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:27.525Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Iakhiy 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:27.525Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:27.526Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:27.526Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:27.526Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:27.526Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-07T09:04:27.526Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:27.526Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:27.527Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria 2023-01-07T09:04:27.527Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-07T09:04:27.528Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:04:27.529Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:27.529Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:27.529Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria 2023-01-07T09:04:27.529Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-07T09:04:27.530Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:04:27.530Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:27.530Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:27.534Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:27.534Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is not matching search criteria 2023-01-07T09:04:27.534Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-07T09:04:27.535Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-07T09:04:27.535Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-07T09:04:27.535Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-07T09:04:27.535Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-07T09:04:27.535Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:27.536Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-07T09:04:27.537Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:27.537Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria 2023-01-07T09:04:27.537Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:04:27.538Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:27.538Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria 2023-01-07T09:04:27.538Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:04:27.538Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:27.539Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria 2023-01-07T09:04:27.539Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:04:27.539Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:27.539Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is not matching search criteria 2023-01-07T09:04:27.540Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-07T09:04:27.540Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-07T09:04:27.540Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9f1aaa9c-c09d-4ab8-8a29-24295e8ee8fd 2023-01-07T09:04:27.540Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:27.540Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:27.541Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:27.541Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:27.541Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:27.541Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:27.541Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:27.542Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:27.542Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_Iakhiy Description:service Model UUID:ee459fb4-815c-462b-a5d2-6206d7886514 Model Version:NULL Model InvariantUuid:0c76da03-28c6-4b86-a91a-dfeffc0e7fcc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_Iakhiy Model UUID:7662191b-065d-4a3d-a084-6402c0ea823a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fce70d0f-5890-42ca-9f48-1beb2c6ba18b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:290a2135-64ec-4c56-89ac-e3b66fed1969 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:682438a0-8b82-46bd-80c7-564685a1f8e6 ModelName:BasicOnboardIakhiy..base_ubuntu18..module-0 ModelUuid:df679151-caea-4699-a8b1-8ecf9819bd0e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9f1aaa9c-c09d-4ab8-8a29-24295e8ee8fd ModelInvariantUuid:a824c260-9626-4656-b7e9-406fbb10027b ModelName:basic_onboard_Iakhiy-nodes.ubuntu18Cvfc ModelUuid:5d381303-1b43-4305-bc70-24fc62e0782e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:4c1722fa-9a58-4a49-91a8-0bc422ffdb4b ModelInvariantUuid:b547f072-11d8-4780-88c8-4eb9492d43c3 ModelName:BasicOnboardIakhiy.compute.nodes.heat.ubuntu18 ModelUuid:f4092aa5-7053-4935-8eff-c57013cde201 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-07T09:04:27.550Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 59423a4c-f140-438d-84ae-a9d8c306df13 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:04:27.559Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||basic_onboard_Iakhiy 0 2023-01-07T09:04:27.567Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 59423a4c-f140-438d-84ae-a9d8c306df13 2023-01-07T09:04:27.567Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 84e6c45c-6dd0-4257-8258-8011cd79b6d8 from URL: /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json 2023-01-07T09:04:27.567Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:04:27.568Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json 2023-01-07T09:04:27.636Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:04:27.636Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json 84e6c45c-6dd0-4257-8258-8011cd79b6d8 798 2023-01-07T09:04:27.637Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json ASDC sendASDCNotification 2023-01-07T09:04:27.637Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json 2023-01-07T09:04:27.637Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:04:27.637Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:27.639Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:27.640Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082267636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:04:27.740Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:04:27.742Z||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. 2023-01-07T09:04:27.743Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:27.755Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:27.755Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:04:28.642Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIakhiy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "682438a0-8b82-46bd-80c7-564685a1f8e6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "df679151-caea-4699-a8b1-8ecf9819bd0e", "vfModuleModelCustomizationUUID": "eb2d7eec-9b55-42cf-8580-0d4c42e26d2a", "isBase": true, "artifacts": [ "6d8d5b48-4715-4b76-b7ad-deda5b01f98d", "347ebee0-6522-4fea-98d3-a9dc5412805b" ], "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": "" } } ] 2023-01-07T09:04:28.667Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIakhiy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:df679151-caea-4699-a8b1-8ecf9819bd0e VfModuleModelInvariantUUID:682438a0-8b82-46bd-80c7-564685a1f8e6 VfModuleModelDescription:NULL Artifacts UUID List:{ 6d8d5b48-4715-4b76-b7ad-deda5b01f98d , 347ebee0-6522-4fea-98d3-a9dc5412805b } 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 } 2023-01-07T09:04:28.671Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIakhiy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "682438a0-8b82-46bd-80c7-564685a1f8e6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "df679151-caea-4699-a8b1-8ecf9819bd0e", "vfModuleModelCustomizationUUID": "eb2d7eec-9b55-42cf-8580-0d4c42e26d2a", "isBase": true, "artifacts": [ "6d8d5b48-4715-4b76-b7ad-deda5b01f98d", "347ebee0-6522-4fea-98d3-a9dc5412805b" ], "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": "" } } ] 2023-01-07T09:04:28.672Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIakhiy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:df679151-caea-4699-a8b1-8ecf9819bd0e VfModuleModelInvariantUUID:682438a0-8b82-46bd-80c7-564685a1f8e6 VfModuleModelDescription:NULL Artifacts UUID List:{ 6d8d5b48-4715-4b76-b7ad-deda5b01f98d , 347ebee0-6522-4fea-98d3-a9dc5412805b } 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 } 2023-01-07T09:04:28.672Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6d8d5b48-4715-4b76-b7ad-deda5b01f98d from URL: /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml 2023-01-07T09:04:28.672Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:04:28.672Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml 2023-01-07T09:04:28.725Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:04:28.726Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml 6d8d5b48-4715-4b76-b7ad-deda5b01f98d 5033 2023-01-07T09:04:28.726Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-07T09:04:28.726Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml 2023-01-07T09:04:28.726Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:04:28.727Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:28.729Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:28.729Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082268726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:04:28.829Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:04:28.830Z||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. 2023-01-07T09:04:28.830Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:28.841Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:28.842Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:04:29.730Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 347ebee0-6522-4fea-98d3-a9dc5412805b from URL: /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env 2023-01-07T09:04:29.730Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:04:29.731Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env 2023-01-07T09:04:29.798Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:04:29.798Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env 347ebee0-6522-4fea-98d3-a9dc5412805b 909 2023-01-07T09:04:29.799Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-07T09:04:29.799Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env 2023-01-07T09:04:29.799Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:04:29.799Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:29.802Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:29.802Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082269799, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:04:29.902Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:04:29.903Z||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. 2023-01-07T09:04:29.903Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:29.915Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:29.915Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:04:30.802Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ee459fb4-815c-462b-a5d2-6206d7886514 2023-01-07T09:04:30.804Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Iakhiy 0 59423a4c-f140-438d-84ae-a9d8c306df13 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:04:30.838Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@88b2423, org.onap.sdc.toscaparser.api.parameters.Input@66732577, org.onap.sdc.toscaparser.api.parameters.Input@4aee7eea, org.onap.sdc.toscaparser.api.parameters.Input@63fdaa33, org.onap.sdc.toscaparser.api.parameters.Input@32863053] 2023-01-07T09:04:30.844Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:30.844Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:30.844Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2023-01-07T09:04:30.844Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 290a2135-64ec-4c56-89ac-e3b66fed1969 2023-01-07T09:04:30.845Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 290a2135-64ec-4c56-89ac-e3b66fed1969 matches Tosca VF Customization UUID: 290a2135-64ec-4c56-89ac-e3b66fed1969 2023-01-07T09:04:30.845Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 290a2135-64ec-4c56-89ac-e3b66fed1969 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-01-07T09:04:30.853Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:30.853Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:30.854Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 290a2135-64ec-4c56-89ac-e3b66fed1969: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-07T09:04:30.855Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b0c96e8 2023-01-07T09:04:30.855Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:30.855Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-07T09:04:30.856Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eb2d7eec-9b55-42cf-8580-0d4c42e26d2a 2023-01-07T09:04:30.857Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eb2d7eec-9b55-42cf-8580-0d4c42e26d2a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-01-07T09:04:30.865Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:30.865Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria 2023-01-07T09:04:30.865Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:04:30.866Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:30.866Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria 2023-01-07T09:04:30.866Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:04:30.867Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:30.867Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is not matching search criteria 2023-01-07T09:04:30.867Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-07T09:04:30.867Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-07T09:04:30.867Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9f1aaa9c-c09d-4ab8-8a29-24295e8ee8fd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-01-07T09:04:30.874Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:30.875Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria 2023-01-07T09:04:30.875Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:04:30.875Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:30.875Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria 2023-01-07T09:04:30.875Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0] matching following query criteria: sdcType=VF, customizationUUID=290a2135-64ec-4c56-89ac-e3b66fed1969 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:04:30.877Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:30.878Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:30.878Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ee459fb4-815c-462b-a5d2-6206d7886514: basic_onboard_Iakhiy 2023-01-07T09:04:30.878Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:30.878Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:30.879Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:30.879Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:30.879Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:30.879Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:30.879Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:30.880Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:30.880Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:04:30.880Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:04:30.880Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_Iakhiy Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-07T09:04:31.050Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Iakhiy 59423a4c-f140-438d-84ae-a9d8c306df13 1 ASDC deployResourceStructure 2023-01-07T09:04:31.050Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json ASDC sendASDCNotification 2023-01-07T09:04:31.050Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json 2023-01-07T09:04:31.050Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:04:31.051Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:31.053Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:31.053Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082271050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:04:31.153Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:04:31.154Z||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. 2023-01-07T09:04:31.154Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:31.164Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:31.165Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:04:32.054Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-07T09:04:32.054Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml 2023-01-07T09:04:32.054Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:04:32.055Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:32.057Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:32.057Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082272054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-07T09:04:32.157Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-07T09:04:32.159Z||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. 2023-01-07T09:04:32.159Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:32.169Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:32.169Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:04:33.059Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-07T09:04:33.059Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env 2023-01-07T09:04:33.059Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:04:33.060Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:33.063Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:33.063Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082273058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-07T09:04:33.163Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:04:33.164Z||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. 2023-01-07T09:04:33.164Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:33.175Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:33.175Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:04:34.064Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar ASDC sendASDCNotification 2023-01-07T09:04:34.064Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar 2023-01-07T09:04:34.064Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:04:34.064Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:04:34.066Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:04:34.066Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082274063, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:04:34.167Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:04:34.168Z||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. 2023-01-07T09:04:34.168Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:34.178Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:34.179Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:04:35.068Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ab07e63-1de1-4f74-b05a-c2d6516432d1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:04:35.081Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ab07e63-1de1-4f74-b05a-c2d6516432d1 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=? 2023-01-07T09:04:35.087Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:04:35.087Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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=? 2023-01-07T09:04:35.095Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-07T09:04:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:04:38.434Z||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. 2023-01-07T09:04:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:04:39.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:04:39.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082252046, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-01-07T09:04:39.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:04:39.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082253068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:04:39.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:04:39.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082253068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:04:39.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:04:39.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082253068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-07T09:04:39.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:04:39.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082253068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:04:39.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:04:39.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082253068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-07T09:04:39.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:04:39.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082253068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:04:39.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:04:39.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082253068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:04:39.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-07T09:04:39.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082264864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:04:39.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:04:39.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082267636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:04:39.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:04:39.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082268726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:04:39.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:04:39.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082269799, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:04:39.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:04:39.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082271050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:04:39.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:04:39.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082272054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-07T09:04:39.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:04:39.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082273058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-07T09:04:39.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:04:39.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-07T09:04:39.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082274063, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:04:39.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:05:05.095Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ab07e63-1de1-4f74-b05a-c2d6516432d1 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=? 2023-01-07T09:05:05.103Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ab07e63-1de1-4f74-b05a-c2d6516432d1 and serviceModelVersionId: ee459fb4-815c-462b-a5d2-6206d7886514 2023-01-07T09:05:05.103Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c76da03-28c6-4b86-a91a-dfeffc0e7fcc 2023-01-07T09:05:05.104Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c76da03-28c6-4b86-a91a-dfeffc0e7fcc/model-vers/model-ver/ee459fb4-815c-462b-a5d2-6206d7886514?depth=0 2023-01-07T09:05:05.109Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-01-07T09:05:05.168Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c76da03-28c6-4b86-a91a-dfeffc0e7fcc/model-vers/model-ver/ee459fb4-815c-462b-a5d2-6206d7886514?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]} 2023-01-07T09:05:05.169Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c76da03-28c6-4b86-a91a-dfeffc0e7fcc/model-vers/model-ver/ee459fb4-815c-462b-a5d2-6206d7886514?depth=0|INFO|500||Invoke 2023-01-07T09:05:05.203Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c76da03-28c6-4b86-a91a-dfeffc0e7fcc/model-vers/model-ver/ee459fb4-815c-462b-a5d2-6206d7886514?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-07T09:05:05.348Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c76da03-28c6-4b86-a91a-dfeffc0e7fcc/model-vers/model-ver/ee459fb4-815c-462b-a5d2-6206d7886514?depth=0|INFO|500||InvokeReturn 2023-01-07T09:05:05.349Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c76da03-28c6-4b86-a91a-dfeffc0e7fcc/model-vers/model-ver/ee459fb4-815c-462b-a5d2-6206d7886514?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 09:05:05 GMT], content-length=[0], vertex-id=[237584], x-aai-txid=[2-aai-resources-230107-09:05:05:407-8024], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-07T09:05:05.350Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-01-07T09:05:05.350Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-07T09:05:05.350Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:05:05.356Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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) 2023-01-07T09:05:05.356Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ab07e63-1de1-4f74-b05a-c2d6516432d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-07T09:05:05.357Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-07T09:05:05.357Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:05:05.360Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:05:05.360Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082305356, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:05:05.461Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:05:05.462Z||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. 2023-01-07T09:05:05.462Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:05:05.477Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:05:05.478Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-07T09:05:06.375Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:05:06.376Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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. 2023-01-07T09:05:06.376Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:05:15.914Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:05:15.915Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:05:15.916Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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. 2023-01-07T09:05:15.916Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:05:25.455Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:05:25.456Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:05:25.457Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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. 2023-01-07T09:05:25.457Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:05:35.012Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:05:35.013Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:05:35.013Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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. 2023-01-07T09:05:35.014Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:05:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:05:38.434Z||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. 2023-01-07T09:05:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:05:39.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:05:39.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-07T09:05:39.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082305356, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:05:39.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:05:44.551Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:05:44.552Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:05:44.553Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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. 2023-01-07T09:05:44.553Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:05:54.090Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:05:54.091Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:05:54.092Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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. 2023-01-07T09:05:54.092Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:06:03.628Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:06:38.429Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:06:38.431Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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. 2023-01-07T09:06:38.431Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:06:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:06:38.434Z||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. 2023-01-07T09:06:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:06:47.972Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:06:47.992Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:07:38.429Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:07:38.430Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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. 2023-01-07T09:07:38.431Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:07:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:07:38.434Z||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. 2023-01-07T09:07:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:07:47.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:07:47.974Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:08:38.429Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:08:38.430Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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. 2023-01-07T09:08:38.431Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:08:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:08:38.434Z||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. 2023-01-07T09:08:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:08:47.969Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:08:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:38.430Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:09:38.431Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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. 2023-01-07T09:09:38.431Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:09:38.433Z||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. 2023-01-07T09:09:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:39.056Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:39.057Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.057Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"89bf7ef7-1670-4bc7-baf0-240aaeedea4b","serviceName":"vFW 2023-01-07 09-08-09","serviceVersion":"1.0","serviceUUID":"f2abae17-17b1-4c4b-908e-2288d2c55abd","serviceDescription":"catalog service description","serviceInvariantUUID":"d9236d5a-0851-49b6-b6af-5a4e2b94f768","resources":[{"resourceInstanceName":"vFW 78f82065-3dff 0","resourceName":"vFW 78f82065-3dff","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fa9d2b77-8d84-476a-a5db-a206714f3076","resourceInvariantUUID":"4c2d8ac7-9961-47de-bf5e-f8b022a62c98","resourceCustomizationUUID":"9481133a-c72a-4558-8c9b-c3c94e11e293","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml","artifactChecksum":"YmVlYjhiMDQ2M2QxMzJiODU4NGY3OGQzZWIzMzg1OTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b96fa5e-d876-4117-b6ba-82d17d85918f","artifactVersion":"1"},{"artifactName":"vfw78f820653dff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json","artifactChecksum":"ZjJjYTEzMTI5MmFjYmVmNTA1YzJhODBlOGVlZjg3NDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"945cdbec-b18e-407a-abd1-78eef72e703d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"02436612-71e4-4ab6-8083-b52f1a61f519","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml","artifactChecksum":"ODYxZDE0NDZlMzRhOGMwMTdmNzllNTE3ZmI4Zjg3ZWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7bec76aa-1149-41f0-96c3-052c2e433035","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ebf297af-24d5-47c3-b980-c93e82c4069f","artifactVersion":"2","generatedFromUUID":"02436612-71e4-4ab6-8083-b52f1a61f519"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230107090809-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml","artifactChecksum":"Yzk0NmI0ZTZhOTBlYmRhOWY3MmZmOTQ2Y2U5MWQ2YzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"581464c9-6bd0-484e-b916-46d8f967fca2","artifactVersion":"1"},{"artifactName":"service-Vfw20230107090809-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar","artifactChecksum":"NjE3NDQ4YzczOWY4ZjUwMDNjZjUyMjM1MGJkMTFhMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54c5f0ad-c669-42d1-b93e-e4517e9ce25c","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-07T09:09:39.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:39.061Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:09:39.062Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:39.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "aai-ml", "timestamp": 1673082532614, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "cds", "timestamp": 1673082536416, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "ves-openapi-manager", "timestamp": 1673082535931, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082540543, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "aai-ml", "timestamp": 1673082532614, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.065Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:39.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.065Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082578430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "ves-openapi-manager", "timestamp": 1673082535931, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "cds", "timestamp": 1673082536416, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082540543, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "aai-ml", "timestamp": 1673082532614, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "ves-openapi-manager", "timestamp": 1673082535931, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "cds", "timestamp": 1673082536416, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082540543, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "aai-ml", "timestamp": 1673082532614, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "ves-openapi-manager", "timestamp": 1673082535931, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "cds", "timestamp": 1673082536416, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082540543, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "aai-ml", "timestamp": 1673082532614, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "ves-openapi-manager", "timestamp": 1673082535931, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "cds", "timestamp": 1673082536416, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082540543, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "aai-ml", "timestamp": 1673082532614, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "ves-openapi-manager", "timestamp": 1673082535931, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "cds", "timestamp": 1673082536416, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082540543, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "aai-ml", "timestamp": 1673082532614, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:09:39.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "ves-openapi-manager", "timestamp": 1673082535931, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "cds", "timestamp": 1673082536416, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:09:39.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082540543, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:09:39.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "aai-ml", "timestamp": 1673082547623, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:09:39.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:09:39.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "cds", "timestamp": 1673082550900, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:09:39.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:09:39.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082548309, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:09:39.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:09:39.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "cds", "timestamp": 1673082551909, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-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 (?, ?, ?, ?, ?) 2023-01-07T09:09:39.096Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89bf7ef7-1670-4bc7-baf0-240aaeedea4b 2023-01-07T09:09:39.096Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89bf7ef7-1670-4bc7-baf0-240aaeedea4b 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 (?, ?, ?, ?, ?) 2023-01-07T09:09:39.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "multicloud-k8s-id", "timestamp": 1673082549941, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "multicloud-k8s-id", "timestamp": 1673082549941, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:09:39.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082551801, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:09:39.107Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:09:39.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "multicloud-k8s-id", "timestamp": 1673082549941, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-07T09:09:39.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082552804, "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=? 2023-01-07T09:09:39.113Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89bf7ef7-1670-4bc7-baf0-240aaeedea4b 2023-01-07T09:09:39.113Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89bf7ef7-1670-4bc7-baf0-240aaeedea4b 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 (?, ?, ?, ?, ?) 2023-01-07T09:09:39.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "multicloud-k8s-id", "timestamp": 1673082549941, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "multicloud-k8s-id", "timestamp": 1673082549941, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-07T09:09:39.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "multicloud-k8s-id", "timestamp": 1673082549941, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:39.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "multicloud-k8s-id", "timestamp": 1673082549941, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:09:39.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-07T09:09:39.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "multicloud-k8s-id", "timestamp": 1673082557772, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:09:39.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:09:39.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "multicloud-k8s-id", "timestamp": 1673082558893, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:09:39.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:09:39.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "aai-ml", "timestamp": 1673082559528, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:09:39.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:09:39.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "multicloud-k8s-id", "timestamp": 1673082559952, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:09:39.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:09:39.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "aai-ml", "timestamp": 1673082560539, "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=? 2023-01-07T09:09:39.133Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89bf7ef7-1670-4bc7-baf0-240aaeedea4b 2023-01-07T09:09:39.133Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89bf7ef7-1670-4bc7-baf0-240aaeedea4b 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 (?, ?, ?, ?, ?) 2023-01-07T09:09:39.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "multicloud-k8s-id", "timestamp": 1673082560978, "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=? 2023-01-07T09:09:39.147Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89bf7ef7-1670-4bc7-baf0-240aaeedea4b 2023-01-07T09:09:39.147Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89bf7ef7-1670-4bc7-baf0-240aaeedea4b 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 (?, ?, ?, ?, ?) 2023-01-07T09:09:39.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-07T09:09:39.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "multicloud-k8s-id", "timestamp": 1673082561981, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:09:39.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:09:39.165Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:09:39.166Z||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. 2023-01-07T09:09:39.166Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:39.178Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:39.179Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:09:40.066Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:09:40.067Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:40.069Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:40.069Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082578430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:09:40.171Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-07T09:09:40.173Z||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. 2023-01-07T09:09:40.173Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:40.183Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:40.184Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:09:41.070Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:09:41.071Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:41.074Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:41.074Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082578430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-07T09:09:41.175Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:09:41.175Z||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. 2023-01-07T09:09:41.176Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:41.186Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:41.186Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:09:42.075Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:09:42.076Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:42.078Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:42.079Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082578430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:42.179Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:09:42.180Z||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. 2023-01-07T09:09:42.180Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:42.190Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:42.191Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:09:43.080Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:09:43.081Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:43.083Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:43.084Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082578430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-07T09:09:43.186Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-07T09:09:43.187Z||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. 2023-01-07T09:09:43.187Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:43.198Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:43.199Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:09:44.085Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:09:44.086Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:44.089Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:44.089Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082578430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:09:44.189Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:09:44.190Z||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. 2023-01-07T09:09:44.190Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:44.203Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:44.203Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:09:45.090Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:09:45.091Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:45.093Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:45.094Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082578430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:09:45.194Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:09:45.195Z||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. 2023-01-07T09:09:45.195Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:45.226Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:45.226Z||pool-29-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:09:46.096Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "serviceName": "vFW 2023-01-07 09-08-09", "serviceVersion": "1.0", "serviceUUID": "f2abae17-17b1-4c4b-908e-2288d2c55abd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d9236d5a-0851-49b6-b6af-5a4e2b94f768", "resources": [ { "resourceInstanceName": "vFW 78f82065-3dff 0", "resourceCustomizationUUID": "9481133a-c72a-4558-8c9b-c3c94e11e293", "resourceName": "vFW 78f82065-3dff", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fa9d2b77-8d84-476a-a5db-a206714f3076", "resourceInvariantUUID": "4c2d8ac7-9961-47de-bf5e-f8b022a62c98", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw78f820653dff0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json", "artifactChecksum": "ZjJjYTEzMTI5MmFjYmVmNTA1YzJhODBlOGVlZjg3NDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "945cdbec-b18e-407a-abd1-78eef72e703d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "02436612-71e4-4ab6-8083-b52f1a61f519", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ebf297af-24d5-47c3-b980-c93e82c4069f", "generatedFromUUID": "02436612-71e4-4ab6-8083-b52f1a61f519" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ebf297af-24d5-47c3-b980-c93e82c4069f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230107090809-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "artifactChecksum": "NjE3NDQ4YzczOWY4ZjUwMDNjZjUyMjM1MGJkMTFhMGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "54c5f0ad-c669-42d1-b93e-e4517e9ce25c" } ], "workloadContext": "Production" } 2023-01-07T09:09:46.097Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-07T09:09:46.097Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f2abae17-17b1-4c4b-908e-2288d2c55abd ASDC 2023-01-07T09:09:46.098Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:89bf7ef7-1670-4bc7-baf0-240aaeedea4b ServiceName:vFW 2023-01-07 09-08-09 ServiceVersion:1.0 ServiceUUID:f2abae17-17b1-4c4b-908e-2288d2c55abd ServiceInvariantUUID:d9236d5a-0851-49b6-b6af-5a4e2b94f768 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230107090809-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar ArtifactUUID:54c5f0ad-c669-42d1-b93e-e4517e9ce25c ArtifactChecksum:NjE3NDQ4YzczOWY4ZjUwMDNjZjUyMjM1MGJkMTFhMGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 78f82065-3dff 0 ResourceCustomizationUUID:9481133a-c72a-4558-8c9b-c3c94e11e293 ResourceInvariantUUID:4c2d8ac7-9961-47de-bf5e-f8b022a62c98 ResourceName:vFW 78f82065-3dff ResourceType:VF ResourceUUID:fa9d2b77-8d84-476a-a5db-a206714f3076 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw78f820653dff0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json ArtifactUUID:945cdbec-b18e-407a-abd1-78eef72e703d ArtifactChecksum:ZjJjYTEzMTI5MmFjYmVmNTA1YzJhODBlOGVlZjg3NDU= 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/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml ArtifactUUID:02436612-71e4-4ab6-8083-b52f1a61f519 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/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env ArtifactUUID:ebf297af-24d5-47c3-b980-c93e82c4069f 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/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env ArtifactUUID:ebf297af-24d5-47c3-b980-c93e82c4069f ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-07T09:09:46.098Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2abae17-17b1-4c4b-908e-2288d2c55abd 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=? 2023-01-07T09:09:46.148Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:09:46.149Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:09:46.149Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:09:46.149Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 54c5f0ad-c669-42d1-b93e-e4517e9ce25c from URL: /sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar 2023-01-07T09:09:46.150Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:09:46.150Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar 2023-01-07T09:09:46.241Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:09:46.246Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar 54c5f0ad-c669-42d1-b93e-e4517e9ce25c 100697 2023-01-07T09:09:46.246Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar ASDC sendASDCNotification 2023-01-07T09:09:46.246Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar 2023-01-07T09:09:46.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:09:46.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:46.249Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:46.250Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082586246, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:09:46.350Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:09:46.351Z||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. 2023-01-07T09:09:46.351Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:46.362Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:46.363Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:09:47.252Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:09:47.253Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:09:47.253Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 54c5f0ad-c669-42d1-b93e-e4517e9ce25c, URL: /sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar to file: /app/ASDC/1/service-Vfw20230107090809-csar.csar 2023-01-07T09:09:47.253Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230107090809-csar.csar 2023-01-07T09:09:47.254Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230107090809-csar.csar 2023-01-07T09:09:47.254Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230107090809-csar.csar 2023-01-07T09:09:47.460Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14319140206122125167/Definitions/service-Vfw20230107090809-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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 2023-01-07T09:09:49.849Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-07T09:09:49.850Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-07T09:09:49.850Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230107090809-csar.csar 2023-01-07T09:09:49.850Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-07T09:09:49.850Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230107090809-csar.csar 2023-01-07T09:09:49.850Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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-Vfw20230107090809-csar.csar 2023-01-07T09:09:49.851Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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-Vfw20230107090809-csar.csar 2023-01-07T09:09:49.851Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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-Vfw20230107090809-csar.csar 2023-01-07T09:09:49.851Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230107090809-csar.csar 2023-01-07T09:09:49.851Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 78f82065-3dff 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230107090809-csar.csar 2023-01-07T09:09:49.851Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230107090809-csar.csar 2023-01-07T09:09:49.851Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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-Vfw20230107090809-csar.csar 2023-01-07T09:09:49.852Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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-Vfw20230107090809-csar.csar 2023-01-07T09:09:49.852Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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-Vfw20230107090809-csar.csar 2023-01-07T09:09:49.852Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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-Vfw20230107090809-csar.csar 2023-01-07T09:09:49.852Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-07T09:09:49.852Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.853Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:49.853Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria 2023-01-07T09:09:49.853Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-07T09:09:49.853Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:09:49.854Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.854Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:49.854Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria 2023-01-07T09:09:49.854Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-07T09:09:49.854Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:09:49.855Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.855Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:49.855Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.855Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is not matching search criteria 2023-01-07T09:09:49.855Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-07T09:09:49.856Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-07T09:09:49.856Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-07T09:09:49.856Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-07T09:09:49.856Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:49.856Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-07T09:09:49.856Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-07T09:09:49.856Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-07T09:09:49.857Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-07T09:09:49.857Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-07T09:09:49.857Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:49.857Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-07T09:09:49.857Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:49.857Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-07T09:09:49.857Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-07T09:09:49.858Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-07T09:09:49.858Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.858Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-07T09:09:49.858Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.858Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria 2023-01-07T09:09:49.858Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:09:49.859Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.859Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria 2023-01-07T09:09:49.859Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:09:49.859Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.859Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria 2023-01-07T09:09:49.859Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:09:49.860Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.860Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is not matching search criteria 2023-01-07T09:09:49.860Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-07T09:09:49.860Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-07T09:09:49.860Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-07T09:09:49.860Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-07T09:09:49.861Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-07T09:09:49.861Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-07T09:09:49.861Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:49.861Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-07T09:09:49.861Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:49.861Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-07T09:09:49.861Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-07T09:09:49.862Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f01d376c-5eda-4b2d-bd0c-763c9f3c0549 2023-01-07T09:09:49.862Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.862Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is not matching search criteria 2023-01-07T09:09:49.862Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-07T09:09:49.862Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-07T09:09:49.862Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-07T09:09:49.862Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-07T09:09:49.863Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:49.863Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-07T09:09:49.863Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-07T09:09:49.863Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-07T09:09:49.863Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-07T09:09:49.863Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:49.863Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-07T09:09:49.864Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-07T09:09:49.864Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a87c74e4-9de9-494c-b26f-746f58322f3f 2023-01-07T09:09:49.864Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.864Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is not matching search criteria 2023-01-07T09:09:49.864Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-07T09:09:49.864Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-07T09:09:49.865Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-07T09:09:49.865Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-07T09:09:49.865Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:49.865Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-07T09:09:49.865Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-07T09:09:49.865Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-07T09:09:49.865Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-07T09:09:49.866Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-07T09:09:49.866Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:49.866Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-07T09:09:49.866Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa09dbed-db42-4458-859a-4fed3c544c52 2023-01-07T09:09:49.866Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.867Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:49.867Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.867Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:49.867Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.867Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:49.867Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:49.868Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:49.868Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-07 09-08-09 Description:catalog service description Model UUID:f2abae17-17b1-4c4b-908e-2288d2c55abd Model Version:NULL Model InvariantUuid:d9236d5a-0851-49b6-b6af-5a4e2b94f768 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 78f82065-3dff Model UUID:1a56b978-48cc-41b9-ba04-9b231385a921 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:4c2d8ac7-9961-47de-bf5e-f8b022a62c98 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9481133a-c72a-4558-8c9b-c3c94e11e293 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:62ea7ab7-74c4-42f9-b693-ea7349d00d18 ModelName:Vfw78f820653dff..base_vfw..module-0 ModelUuid:838074a7-ef2b-4178-a1f0-0e6ede7c1129 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f01d376c-5eda-4b2d-bd0c-763c9f3c0549 ModelInvariantUuid:27d95457-45f8-4593-8b34-bf936a3dfe5d ModelName:vFW 78f82065-3dff-nodes.vfwCvfc ModelUuid:b7d2d6ab-5ecd-4744-960e-4405d9c98422 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:29c50d0c-c430-4f20-b76d-e0a14dbb5218 ModelInvariantUuid:9b9983fd-b780-4f62-937b-2996eef7aa13 ModelName:Vfw78f820653dff.compute.nodes.heat.vfw ModelUuid:cfc2ad47-89c6-400e-a3a6-8fbc12143695 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a87c74e4-9de9-494c-b26f-746f58322f3f ModelInvariantUuid:268dbc6d-54c6-4d27-8560-bd95967a57ac ModelName:vFW 78f82065-3dff-nodes.vsnCvfc ModelUuid:d2ebdbf5-005c-4bb4-b8cb-9e5f6241a8f4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:637af151-7468-46e2-961a-982e09b4841c ModelInvariantUuid:31662f51-2747-44a8-b090-04ebe3286a16 ModelName:Vfw78f820653dff.compute.nodes.heat.vsn ModelUuid:7200670b-cce7-43e2-9106-82054b9f99cd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:aa09dbed-db42-4458-859a-4fed3c544c52 ModelInvariantUuid:c0e0da63-474b-487c-a615-e719b963d02f ModelName:vFW 78f82065-3dff-nodes.vpgCvfc ModelUuid:33273fb0-388b-4168-ac59-4fd86d66ed90 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c8d206b0-3f83-4915-aa0d-e97dba046710 ModelInvariantUuid:dce9cc7c-8537-4540-9c6c-e81747713bc9 ModelName:Vfw78f820653dff.compute.nodes.heat.vpg ModelUuid:731fb7d2-886a-484a-8945-4d9416b10ff4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-07T09:09:49.874Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: fa9d2b77-8d84-476a-a5db-a206714f3076 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:09:49.877Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||vFW 78f82065-3dff 0 2023-01-07T09:09:49.878Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fa9d2b77-8d84-476a-a5db-a206714f3076 2023-01-07T09:09:49.878Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 945cdbec-b18e-407a-abd1-78eef72e703d from URL: /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json 2023-01-07T09:09:49.878Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:09:49.878Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json 2023-01-07T09:09:49.973Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:09:49.973Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json 945cdbec-b18e-407a-abd1-78eef72e703d 785 2023-01-07T09:09:49.974Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json ASDC sendASDCNotification 2023-01-07T09:09:49.974Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json 2023-01-07T09:09:49.974Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:09:49.974Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:49.997Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:49.997Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082589974, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:09:50.077Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms 2023-01-07T09:09:50.078Z||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. 2023-01-07T09:09:50.078Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:50.095Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:50.095Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:09:50.998Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw78f820653dff..base_vfw..module-0", "vfModuleModelInvariantUUID": "62ea7ab7-74c4-42f9-b693-ea7349d00d18", "vfModuleModelVersion": "1", "vfModuleModelUUID": "838074a7-ef2b-4178-a1f0-0e6ede7c1129", "vfModuleModelCustomizationUUID": "00b98de9-3628-42e9-8684-bfe912132061", "isBase": true, "artifacts": [ "02436612-71e4-4ab6-8083-b52f1a61f519", "ebf297af-24d5-47c3-b980-c93e82c4069f" ], "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": "" } } ] 2023-01-07T09:09:51.003Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw78f820653dff..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:838074a7-ef2b-4178-a1f0-0e6ede7c1129 VfModuleModelInvariantUUID:62ea7ab7-74c4-42f9-b693-ea7349d00d18 VfModuleModelDescription:NULL Artifacts UUID List:{ 02436612-71e4-4ab6-8083-b52f1a61f519 , ebf297af-24d5-47c3-b980-c93e82c4069f } 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 } 2023-01-07T09:09:51.005Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw78f820653dff..base_vfw..module-0", "vfModuleModelInvariantUUID": "62ea7ab7-74c4-42f9-b693-ea7349d00d18", "vfModuleModelVersion": "1", "vfModuleModelUUID": "838074a7-ef2b-4178-a1f0-0e6ede7c1129", "vfModuleModelCustomizationUUID": "00b98de9-3628-42e9-8684-bfe912132061", "isBase": true, "artifacts": [ "02436612-71e4-4ab6-8083-b52f1a61f519", "ebf297af-24d5-47c3-b980-c93e82c4069f" ], "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": "" } } ] 2023-01-07T09:09:51.005Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw78f820653dff..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:838074a7-ef2b-4178-a1f0-0e6ede7c1129 VfModuleModelInvariantUUID:62ea7ab7-74c4-42f9-b693-ea7349d00d18 VfModuleModelDescription:NULL Artifacts UUID List:{ 02436612-71e4-4ab6-8083-b52f1a61f519 , ebf297af-24d5-47c3-b980-c93e82c4069f } 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 } 2023-01-07T09:09:51.006Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 02436612-71e4-4ab6-8083-b52f1a61f519 from URL: /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml 2023-01-07T09:09:51.006Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:09:51.006Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml 2023-01-07T09:09:51.076Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:09:51.077Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml 02436612-71e4-4ab6-8083-b52f1a61f519 20368 2023-01-07T09:09:51.077Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-07T09:09:51.078Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml 2023-01-07T09:09:51.078Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:09:51.078Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:51.081Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:51.081Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082591077, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:09:51.181Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:09:51.183Z||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. 2023-01-07T09:09:51.183Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:51.193Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:51.193Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:09:52.082Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ebf297af-24d5-47c3-b980-c93e82c4069f from URL: /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env 2023-01-07T09:09:52.082Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:09:52.083Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env 2023-01-07T09:09:52.190Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:09:52.191Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env ebf297af-24d5-47c3-b980-c93e82c4069f 2098 2023-01-07T09:09:52.191Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-07T09:09:52.191Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env 2023-01-07T09:09:52.191Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:09:52.192Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:52.194Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:52.194Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082592191, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:09:52.295Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:09:52.295Z||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. 2023-01-07T09:09:52.296Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:52.312Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:52.313Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:09:53.194Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f2abae17-17b1-4c4b-908e-2288d2c55abd 2023-01-07T09:09:53.195Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 78f82065-3dff 0 fa9d2b77-8d84-476a-a5db-a206714f3076 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:09:53.213Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@dbd4b4b, org.onap.sdc.toscaparser.api.parameters.Input@280067a, org.onap.sdc.toscaparser.api.parameters.Input@13d824b7, org.onap.sdc.toscaparser.api.parameters.Input@740b0500, org.onap.sdc.toscaparser.api.parameters.Input@138befd9] 2023-01-07T09:09:53.214Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.215Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:53.215Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2023-01-07T09:09:53.215Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9481133a-c72a-4558-8c9b-c3c94e11e293 2023-01-07T09:09:53.215Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9481133a-c72a-4558-8c9b-c3c94e11e293 matches Tosca VF Customization UUID: 9481133a-c72a-4558-8c9b-c3c94e11e293 2023-01-07T09:09:53.215Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9481133a-c72a-4558-8c9b-c3c94e11e293 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-01-07T09:09:53.218Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.218Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:53.218Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9481133a-c72a-4558-8c9b-c3c94e11e293: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-07T09:09:53.218Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f1ac56f 2023-01-07T09:09:53.219Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.219Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-07T09:09:53.219Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 00b98de9-3628-42e9-8684-bfe912132061 2023-01-07T09:09:53.219Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 00b98de9-3628-42e9-8684-bfe912132061 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-01-07T09:09:53.221Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.222Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria 2023-01-07T09:09:53.222Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:09:53.222Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.222Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria 2023-01-07T09:09:53.223Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:09:53.223Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.223Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is not matching search criteria 2023-01-07T09:09:53.223Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-07T09:09:53.223Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-07T09:09:53.224Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-07T09:09:53.224Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-07T09:09:53.224Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-07T09:09:53.224Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-07T09:09:53.224Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:53.225Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-07T09:09:53.225Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:53.225Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-07T09:09:53.225Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-07T09:09:53.225Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f01d376c-5eda-4b2d-bd0c-763c9f3c0549 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-01-07T09:09:53.228Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.228Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria 2023-01-07T09:09:53.228Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:09:53.229Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.229Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is not matching search criteria 2023-01-07T09:09:53.229Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-07T09:09:53.230Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-07T09:09:53.230Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-07T09:09:53.230Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-07T09:09:53.230Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:53.230Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-07T09:09:53.230Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-07T09:09:53.231Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-07T09:09:53.231Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-07T09:09:53.231Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:53.231Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-07T09:09:53.231Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-07T09:09:53.231Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a87c74e4-9de9-494c-b26f-746f58322f3f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-01-07T09:09:53.233Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.233Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria 2023-01-07T09:09:53.234Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:09:53.237Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.238Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is not matching search criteria 2023-01-07T09:09:53.238Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-07T09:09:53.238Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-07T09:09:53.238Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-07T09:09:53.238Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-07T09:09:53.239Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:53.239Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-07T09:09:53.239Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-07T09:09:53.239Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-07T09:09:53.239Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-07T09:09:53.239Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-07T09:09:53.240Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-07T09:09:53.240Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-07T09:09:53.240Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa09dbed-db42-4458-859a-4fed3c544c52 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-01-07T09:09:53.242Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.243Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria 2023-01-07T09:09:53.243Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:09:53.244Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.244Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria 2023-01-07T09:09:53.244Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=9481133a-c72a-4558-8c9b-c3c94e11e293 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:09:53.246Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.246Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:53.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f2abae17-17b1-4c4b-908e-2288d2c55abd: vFW 78f82065-3dff 2023-01-07T09:09:53.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:53.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:53.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.248Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:53.248Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.248Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:53.248Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:09:53.248Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:09:53.249Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2023-01-07 09-08-09 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-07T09:09:53.425Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 78f82065-3dff fa9d2b77-8d84-476a-a5db-a206714f3076 1 ASDC deployResourceStructure 2023-01-07T09:09:53.426Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json ASDC sendASDCNotification 2023-01-07T09:09:53.426Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json 2023-01-07T09:09:53.426Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:09:53.426Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:53.428Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:53.428Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082593426, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:09:53.529Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:09:53.530Z||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. 2023-01-07T09:09:53.530Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:53.540Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:53.541Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:09:54.429Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-07T09:09:54.430Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml 2023-01-07T09:09:54.430Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:09:54.430Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:54.432Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:54.432Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082594429, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-07T09:09:54.533Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:09:54.534Z||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. 2023-01-07T09:09:54.534Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:54.545Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:54.546Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:09:55.434Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-07T09:09:55.434Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env 2023-01-07T09:09:55.434Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:09:55.434Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:55.437Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:55.437Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082595433, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-07T09:09:55.537Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:09:55.539Z||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. 2023-01-07T09:09:55.539Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:55.567Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:55.568Z||pool-36-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:09:56.438Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar ASDC sendASDCNotification 2023-01-07T09:09:56.439Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar 2023-01-07T09:09:56.439Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:09:56.439Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:09:56.441Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:09:56.442Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082596438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:09:56.542Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:09:56.543Z||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. 2023-01-07T09:09:56.543Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:09:56.555Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:09:56.556Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:09:57.442Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89bf7ef7-1670-4bc7-baf0-240aaeedea4b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:09:57.456Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89bf7ef7-1670-4bc7-baf0-240aaeedea4b 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=? 2023-01-07T09:09:57.459Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:09:57.459Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-07T09:09:57.459Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-07T09:09:57.459Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-07T09:09:57.459Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:09:57.459Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:09:57.459Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:09:57.460Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:09:57.460Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:09:57.460Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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=? 2023-01-07T09:09:57.465Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-07T09:10:27.466Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89bf7ef7-1670-4bc7-baf0-240aaeedea4b 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=? 2023-01-07T09:10:27.472Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89bf7ef7-1670-4bc7-baf0-240aaeedea4b and serviceModelVersionId: f2abae17-17b1-4c4b-908e-2288d2c55abd 2023-01-07T09:10:27.472Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9236d5a-0851-49b6-b6af-5a4e2b94f768 2023-01-07T09:10:27.473Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9236d5a-0851-49b6-b6af-5a4e2b94f768/model-vers/model-ver/f2abae17-17b1-4c4b-908e-2288d2c55abd?depth=0 2023-01-07T09:10:27.477Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-01-07T09:10:27.530Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9236d5a-0851-49b6-b6af-5a4e2b94f768/model-vers/model-ver/f2abae17-17b1-4c4b-908e-2288d2c55abd?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]} 2023-01-07T09:10:27.532Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9236d5a-0851-49b6-b6af-5a4e2b94f768/model-vers/model-ver/f2abae17-17b1-4c4b-908e-2288d2c55abd?depth=0|INFO|500||Invoke 2023-01-07T09:10:27.555Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9236d5a-0851-49b6-b6af-5a4e2b94f768/model-vers/model-ver/f2abae17-17b1-4c4b-908e-2288d2c55abd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-07T09:10:27.705Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9236d5a-0851-49b6-b6af-5a4e2b94f768/model-vers/model-ver/f2abae17-17b1-4c4b-908e-2288d2c55abd?depth=0|INFO|500||InvokeReturn 2023-01-07T09:10:27.706Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9236d5a-0851-49b6-b6af-5a4e2b94f768/model-vers/model-ver/f2abae17-17b1-4c4b-908e-2288d2c55abd?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 09:10:27 GMT], content-length=[0], vertex-id=[196720], x-aai-txid=[1-aai-resources-230107-09:10:27:753-87625], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-07T09:10:27.706Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-01-07T09:10:27.707Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-07T09:10:27.707Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:10:27.711Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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) 2023-01-07T09:10:27.712Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89bf7ef7-1670-4bc7-baf0-240aaeedea4b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-07T09:10:27.712Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-07T09:10:27.712Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:10:27.714Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:10:27.715Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082627712, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:10:27.815Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:10:27.816Z||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. 2023-01-07T09:10:27.816Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:10:27.829Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:10:27.829Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-07T09:10:38.430Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:10:38.431Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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. 2023-01-07T09:10:38.431Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:10:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:10:38.434Z||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. 2023-01-07T09:10:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:10:38.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:10:38.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:10:38.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082578430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:10:38.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:10:47.974Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:11:38.430Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:11:38.431Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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. 2023-01-07T09:11:38.431Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:11:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:11:38.434Z||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. 2023-01-07T09:11:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:11:38.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:11:38.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082578430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:11:38.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-07T09:11:38.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082578430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-07T09:11:38.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-07T09:11:38.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082578430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:11:38.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-07T09:11:38.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082578430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-07T09:11:38.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-07T09:11:38.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082578430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:11:38.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-07T09:11:38.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082578430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:11:38.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-07T09:11:38.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082586246, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:11:38.960Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:11:38.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082589974, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:11:38.960Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:11:38.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082591077, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:11:38.960Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:11:38.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082592191, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:11:38.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:11:38.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082593426, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:11:38.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:11:38.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082594429, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-07T09:11:38.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:11:38.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082595433, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-07T09:11:38.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:11:38.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082596438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:11:38.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:11:38.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-07T09:11:38.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082627712, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:11:38.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:11:47.994Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:12:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:12:38.431Z||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. 2023-01-07T09:12:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:12:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:12:38.433Z||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. 2023-01-07T09:12:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:12:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:12:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:13:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:13:38.430Z||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. 2023-01-07T09:13:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:13:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:13:38.433Z||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. 2023-01-07T09:13:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:13:47.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:13:47.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:14:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:14:38.431Z||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. 2023-01-07T09:14:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:14:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:14:38.434Z||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. 2023-01-07T09:14:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:14:47.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:14:47.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:15:38.429Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:15:38.431Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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. 2023-01-07T09:15:38.431Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:15:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:15:38.434Z||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. 2023-01-07T09:15:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:15:39.086Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:15:39.087Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.088Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b3353914-ecfc-404c-938d-8bc7b6b49c89","serviceDescription":"service","serviceInvariantUUID":"d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7232e5c4-1f15-49df-b831-6539f0646c96","resourceInvariantUUID":"4c7864f5-9020-492a-b9c7-e1aaacbc82cc","resourceCustomizationUUID":"2ab05381-046e-4423-b2c6-95bc1539e293","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":"ZWZiYmE2NWJkNDczMTkzZjI4MTA0ZTA0ZDZhZjQzMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"644b3c96-3263-4e20-b1a5-3f883d9f7f72","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjMwYmE5NGQ0MTYxNTJkNDAyODY1ZDJhZDBmZDg5MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a722365c-36ba-4d26-835d-4dea1410063a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-07T09:15:39.089Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:15:39.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "ves-openapi-manager", "timestamp": 1673082915930, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:15:39.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-07T09:15:39.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "multicloud-k8s-id", "timestamp": 1673082909941, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:15:39.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-07T09:15:39.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "ves-openapi-manager", "timestamp": 1673082915930, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:15:39.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-07T09:15:39.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "multicloud-k8s-id", "timestamp": 1673082909941, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:15:39.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-07T09:15:39.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "aai-ml", "timestamp": 1673082922615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:15:39.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-07T09:15:39.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "cds", "timestamp": 1673082926417, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:15:39.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-07T09:15:39.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "aai-ml", "timestamp": 1673082922615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:15:39.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-07T09:15:39.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "cds", "timestamp": 1673082926417, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:15:39.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-07T09:15:39.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "aai-ml", "timestamp": 1673082925478, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:15:39.098Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:15:39.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "cds", "timestamp": 1673082929365, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:15:39.098Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:15:39.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "cds", "timestamp": 1673082930375, "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=? 2023-01-07T09:15:39.111Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:15:39.111Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-07T09:15:39.118Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:15:39.119Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082938429, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-07T09:15:39.128Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e 2023-01-07T09:15:39.128Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e 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 (?, ?, ?, ?, ?) 2023-01-07T09:15:39.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "aai-ml", "timestamp": 1673082929855, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:15:39.140Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:15:39.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "aai-ml", "timestamp": 1673082930858, "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=? 2023-01-07T09:15:39.145Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e 2023-01-07T09:15:39.145Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e 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 (?, ?, ?, ?, ?) 2023-01-07T09:15:39.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082930543, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:15:39.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-07T09:15:39.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082930543, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:15:39.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-07T09:15:39.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082933264, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:15:39.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:15:39.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082934874, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:15:39.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:15:39.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-07T09:15:39.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082935880, "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=? 2023-01-07T09:15:39.167Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e 2023-01-07T09:15:39.167Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e 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 (?, ?, ?, ?, ?) 2023-01-07T09:15:39.219Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:15:39.220Z||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. 2023-01-07T09:15:39.220Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:15:39.230Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:15:39.231Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:15:40.119Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:15:40.121Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:15:40.123Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:15:40.124Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082938429, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:15:40.224Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:15:40.225Z||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. 2023-01-07T09:15:40.225Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:15:40.235Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:15:40.236Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:15:41.125Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "b3353914-ecfc-404c-938d-8bc7b6b49c89", "serviceDescription": "service", "serviceInvariantUUID": "d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "2ab05381-046e-4423-b2c6-95bc1539e293", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "7232e5c4-1f15-49df-b831-6539f0646c96", "resourceInvariantUUID": "4c7864f5-9020-492a-b9c7-e1aaacbc82cc", "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": "NjMwYmE5NGQ0MTYxNTJkNDAyODY1ZDJhZDBmZDg5MDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a722365c-36ba-4d26-835d-4dea1410063a" } ], "workloadContext": "Production" } 2023-01-07T09:15:41.126Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-07T09:15:41.126Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b3353914-ecfc-404c-938d-8bc7b6b49c89 ASDC 2023-01-07T09:15:41.127Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:b3353914-ecfc-404c-938d-8bc7b6b49c89 ServiceInvariantUUID:d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9 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:a722365c-36ba-4d26-835d-4dea1410063a ArtifactChecksum:NjMwYmE5NGQ0MTYxNTJkNDAyODY1ZDJhZDBmZDg5MDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:2ab05381-046e-4423-b2c6-95bc1539e293 ResourceInvariantUUID:4c7864f5-9020-492a-b9c7-e1aaacbc82cc ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:7232e5c4-1f15-49df-b831-6539f0646c96 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-07T09:15:41.127Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3353914-ecfc-404c-938d-8bc7b6b49c89 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=? 2023-01-07T09:15:41.158Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:15:41.160Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:15:41.161Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:15:41.161Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a722365c-36ba-4d26-835d-4dea1410063a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-07T09:15:41.161Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:15:41.162Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-07T09:15:41.263Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:15:41.267Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a722365c-36ba-4d26-835d-4dea1410063a 57660 2023-01-07T09:15:41.268Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-07T09:15:41.268Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-07T09:15:41.268Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:15:41.268Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:15:41.271Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:15:41.271Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082941268, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:15:41.371Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:15:41.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. 2023-01-07T09:15:41.372Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:15:41.384Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:15:41.384Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:15:42.271Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:15:42.273Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:15:42.273Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a722365c-36ba-4d26-835d-4dea1410063a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-07T09:15:42.274Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-07T09:15:42.274Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-07T09:15:42.274Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-07T09:15:42.445Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12563784412968678606/Definitions/service-BasicNetwork-template.yml 2023-01-07T09:15:43.044Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-07T09:15:43.045Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-07T09:15:43.045Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-07T09:15:43.045Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-07T09:15:43.046Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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 2023-01-07T09:15:43.046Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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 2023-01-07T09:15:43.046Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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 2023-01-07T09:15:43.047Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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 2023-01-07T09:15:43.047Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|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-BasicNetwork-csar.csar 2023-01-07T09:15:43.047Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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 2023-01-07T09:15:43.047Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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 2023-01-07T09:15:43.048Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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 2023-01-07T09:15:43.048Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-07T09:15:43.048Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:15:43.048Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:15:43.049Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-07T09:15:43.049Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-07T09:15:43.049Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:15:43.050Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:15:43.050Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:15:43.050Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-07T09:15:43.051Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-07T09:15:43.051Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:15:43.051Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:15:43.051Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:15:43.052Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:15:43.052Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:15:43.053Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:15:43.053Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:15:43.053Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:15:43.053Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:15:43.054Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:15:43.054Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:15:43.054Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:b3353914-ecfc-404c-938d-8bc7b6b49c89 Model Version:NULL Model InvariantUuid:d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:4c7864f5-9020-492a-b9c7-e1aaacbc82cc Model UUID:c391f655-f0a2-41de-aee3-c8c0ef25b3e3 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:2ab05381-046e-4423-b2c6-95bc1539e293 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-07T09:15:43.064Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 7232e5c4-1f15-49df-b831-6539f0646c96 2023-01-07T09:15:43.064Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||No resources found for Service: b3353914-ecfc-404c-938d-8bc7b6b49c89 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:15:43.071Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500|| 2023-01-07T09:15:43.071Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-07T09:15:43.072Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||No resources found for Service: b3353914-ecfc-404c-938d-8bc7b6b49c89 2023-01-07T09:15:43.073Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b3353914-ecfc-404c-938d-8bc7b6b49c89 2023-01-07T09:15:43.073Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-07T09:15:43.073Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:15:43.079Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bd6af8f, org.onap.sdc.toscaparser.api.parameters.Input@3ca400f, org.onap.sdc.toscaparser.api.parameters.Input@47690686, org.onap.sdc.toscaparser.api.parameters.Input@546a27c5, org.onap.sdc.toscaparser.api.parameters.Input@4a5e5010] 2023-01-07T09:15:43.081Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:15:43.081Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:15:43.081Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:15:43.081Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:15:43.082Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b3353914-ecfc-404c-938d-8bc7b6b49c89: Generic NeutronNet 2023-01-07T09:15:43.082Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:15:43.082Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:15:43.082Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:15:43.082Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2023-01-07T09:15:43.123Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:15:43.124Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:15:43.124Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:15:43.124Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:15:43.125Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:15:43.125Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:15:43.125Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-01-07T09:15:43.178Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-07T09:15:43.179Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-07T09:15:43.179Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-07T09:15:43.179Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:15:43.180Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:15:43.182Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:15:43.182Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082943179, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:15:43.283Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:15:43.284Z||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. 2023-01-07T09:15:43.285Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:15:43.295Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:15:43.296Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:15:44.184Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:15:44.196Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e 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=? 2023-01-07T09:15:44.199Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:15:44.199Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-07T09:15:44.199Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-07T09:15:44.199Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-07T09:15:44.199Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:15:44.199Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:15:44.199Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:15:44.200Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:15:44.200Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|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=? 2023-01-07T09:15:44.204Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-07T09:16:14.205Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e 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=? 2023-01-07T09:16:14.213Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e and serviceModelVersionId: b3353914-ecfc-404c-938d-8bc7b6b49c89 2023-01-07T09:16:14.213Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9 2023-01-07T09:16:14.215Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0 2023-01-07T09:16:14.221Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-01-07T09:16:14.308Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0|INFO|500||Invoke 2023-01-07T09:16:14.309Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa21afdc-39c1-472f-b524-3c2cef55e0ee], X-ECOMP-RequestID=[a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e], X-TransactionId=[], X-ONAP-RequestID=[a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e], Content-Type=[application/merge-patch+json]} 2023-01-07T09:16:14.338Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-07T09:16:14.472Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 09:16:14 GMT], content-length=[0], vertex-id=[204928], x-aai-txid=[0-aai-resources-230107-09:16:14:529-48593], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-07T09:16:14.473Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-07T09:16:14.473Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0|INFO|500||InvokeReturn 2023-01-07T09:16:14.474Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-07T09:16:14.474Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:16:14.480Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|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) 2023-01-07T09:16:14.480Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-07T09:16:14.481Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-07T09:16:14.481Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:16:14.483Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:16:14.484Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082974480, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:16:14.584Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:16:14.585Z||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. 2023-01-07T09:16:14.585Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:16:14.598Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:16:14.599Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-07T09:16:38.430Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:16:38.431Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|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. 2023-01-07T09:16:38.431Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:16:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:16:38.433Z||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. 2023-01-07T09:16:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:16:38.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:16:38.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:16:38.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082938429, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:16:38.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:16:39.054Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:16:39.055Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-07T09:16:39.055Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3885228e-6a40-4427-9a09-5cf44fcaca8f","serviceName":"Demo_pNF_NaN8ICddF6SUiNWJM3do","serviceVersion":"1.0","serviceUUID":"ff6670ba-1bc1-46fe-84e4-439b83475bd3","serviceDescription":"catalog service description","serviceInvariantUUID":"5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9","resources":[{"resourceInstanceName":"pNF 82c6a7fa-eee3 0","resourceName":"pNF 82c6a7fa-eee3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c38d5121-8533-4d6c-82e6-c8991b86cf10","resourceInvariantUUID":"fe0e2e2a-f151-4287-8fb3-209ff6b6586f","resourceCustomizationUUID":"d32101e0-a1b8-41e0-b11f-41f2b23a260a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vf-license-model.xml","artifactChecksum":"NGVmYjg5YWE5MDE3MjNkZWI3NmRjM2MzZmM3NTIxMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67190fee-004c-470a-a350-ac139ee93161","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/pNF.csar","artifactChecksum":"ZDUyMGIyN2EyMzZlOWQ0ODUzOWE5NWUwMDQ1OGFjMjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3a707f6-8160-461e-8e58-5a84906cd1e1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5adf8e35-e7b0-481a-9df0-436af2931406","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vendor-license-model.xml","artifactChecksum":"OGIzNzc5ZjRjOTliOGU5NzFjMWU4MTYwYjFlMjM2ZjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2a8277eb-2dde-45a3-a51e-a4b34e278a33","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43e085c2-0201-4e76-97d7-42054a96c49e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f060766-fc0f-44fa-8bed-fb1021af724a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNan8icddf6suinwjm3do-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-template.yml","artifactChecksum":"NTIzZWFjZmQ5YWYzN2Q3NTllYmI0NzIxYTBlYmIxYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a475a1d-912b-4a39-a207-60b3c4444a80","artifactVersion":"1"},{"artifactName":"service-DemoPnfNan8icddf6suinwjm3do-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar","artifactChecksum":"Zjc1YzhiMjE2OTcwMjkwZTg5OTAyNWM5ZTcyYzY1NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a50515fb-8e11-4619-a5c9-2267ab77f7c8","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-07T09:16:39.058Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:16:39.058Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:16:39.061Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:16:39.061Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:16:39.162Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:16:39.163Z||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. 2023-01-07T09:16:39.164Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:16:39.175Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:16:39.175Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:16:40.061Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:16:40.063Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:16:40.080Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:16:40.081Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:16:40.166Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms 2023-01-07T09:16:40.167Z||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. 2023-01-07T09:16:40.167Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:16:40.178Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:16:40.178Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:16:41.081Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:16:41.082Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:16:41.104Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:16:41.105Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-07T09:16:41.185Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms 2023-01-07T09:16:41.186Z||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. 2023-01-07T09:16:41.186Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:16:41.197Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:16:41.197Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:16:42.106Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:16:42.107Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:16:42.110Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:16:42.111Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:16:42.211Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:16:42.212Z||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. 2023-01-07T09:16:42.212Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:16:42.224Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:16:42.225Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:16:43.112Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:16:43.112Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:16:43.114Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:16:43.115Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:16:43.215Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:16:43.216Z||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. 2023-01-07T09:16:43.216Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:16:43.226Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:16:43.226Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:16:44.116Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:16:44.117Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:16:44.119Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:16:44.119Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:16:44.220Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:16:44.221Z||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. 2023-01-07T09:16:44.221Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:16:44.230Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:16:44.231Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:16:45.120Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:16:45.121Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:16:45.124Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:16:45.124Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:16:45.225Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:16:45.226Z||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. 2023-01-07T09:16:45.227Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:16:45.245Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:16:45.245Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:16:46.125Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:16:46.126Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:16:46.128Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:16:46.128Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:16:46.228Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:16:46.229Z||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. 2023-01-07T09:16:46.230Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:16:46.238Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:16:46.239Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:16:47.129Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "serviceName": "Demo_pNF_NaN8ICddF6SUiNWJM3do", "serviceVersion": "1.0", "serviceUUID": "ff6670ba-1bc1-46fe-84e4-439b83475bd3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9", "resources": [ { "resourceInstanceName": "pNF 82c6a7fa-eee3 0", "resourceCustomizationUUID": "d32101e0-a1b8-41e0-b11f-41f2b23a260a", "resourceName": "pNF 82c6a7fa-eee3", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c38d5121-8533-4d6c-82e6-c8991b86cf10", "resourceInvariantUUID": "fe0e2e2a-f151-4287-8fb3-209ff6b6586f", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "artifactChecksum": "Zjc1YzhiMjE2OTcwMjkwZTg5OTAyNWM5ZTcyYzY1NTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a50515fb-8e11-4619-a5c9-2267ab77f7c8" } ], "workloadContext": "Production" } 2023-01-07T09:16:47.130Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-07T09:16:47.130Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ff6670ba-1bc1-46fe-84e4-439b83475bd3 ASDC 2023-01-07T09:16:47.131Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:3885228e-6a40-4427-9a09-5cf44fcaca8f ServiceName:Demo_pNF_NaN8ICddF6SUiNWJM3do ServiceVersion:1.0 ServiceUUID:ff6670ba-1bc1-46fe-84e4-439b83475bd3 ServiceInvariantUUID:5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNan8icddf6suinwjm3do-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar ArtifactUUID:a50515fb-8e11-4619-a5c9-2267ab77f7c8 ArtifactChecksum:Zjc1YzhiMjE2OTcwMjkwZTg5OTAyNWM5ZTcyYzY1NTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 82c6a7fa-eee3 0 ResourceCustomizationUUID:d32101e0-a1b8-41e0-b11f-41f2b23a260a ResourceInvariantUUID:fe0e2e2a-f151-4287-8fb3-209ff6b6586f ResourceName:pNF 82c6a7fa-eee3 ResourceType:PNF ResourceUUID:c38d5121-8533-4d6c-82e6-c8991b86cf10 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-07T09:16:47.131Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff6670ba-1bc1-46fe-84e4-439b83475bd3 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 (?, ?, ?, ?, ?) 2023-01-07T09:16:47.158Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:16:47.159Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:16:47.160Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:16:47.160Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a50515fb-8e11-4619-a5c9-2267ab77f7c8 from URL: /sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:47.160Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:16:47.161Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:47.257Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:16:47.262Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar a50515fb-8e11-4619-a5c9-2267ab77f7c8 87771 2023-01-07T09:16:47.262Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar ASDC sendASDCNotification 2023-01-07T09:16:47.263Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:47.263Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:16:47.263Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:16:47.265Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:16:47.265Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083007262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:16:47.365Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:16:47.366Z||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. 2023-01-07T09:16:47.366Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:16:47.374Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:16:47.375Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:16:48.266Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:16:48.267Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:16:48.268Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a50515fb-8e11-4619-a5c9-2267ab77f7c8, URL: /sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar to file: /app/ASDC/1/service-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:48.268Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:48.269Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:48.269Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:48.383Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9067942901097809408/Definitions/service-DemoPnfNan8icddf6suinwjm3do-template.yml 2023-01-07T09:16:49.228Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-07T09:16:49.229Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-07T09:16:49.229Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:49.229Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-07T09:16:49.229Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||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-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:49.229Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:49.229Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||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-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:49.230Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|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-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:49.230Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|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-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:49.230Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|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-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:49.230Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 82c6a7fa-eee3 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-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:49.230Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-07T09:16:49.230Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:16:49.230Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_NaN8ICddF6SUiNWJM3do is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:16:49.231Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Node template pNF 82c6a7fa-eee3 0 is matching search criteria 2023-01-07T09:16:49.231Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-07T09:16:49.231Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 82c6a7fa-eee3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:16:49.231Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:16:49.231Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_NaN8ICddF6SUiNWJM3do is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:16:49.231Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Node template pNF 82c6a7fa-eee3 0 is matching search criteria 2023-01-07T09:16:49.232Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-07T09:16:49.232Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 82c6a7fa-eee3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:16:49.232Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:16:49.232Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_NaN8ICddF6SUiNWJM3do is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:16:49.232Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:16:49.232Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_NaN8ICddF6SUiNWJM3do is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:16:49.232Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:16:49.233Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_NaN8ICddF6SUiNWJM3do is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:16:49.233Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:16:49.233Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_NaN8ICddF6SUiNWJM3do is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:16:49.233Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:16:49.233Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_NaN8ICddF6SUiNWJM3do is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:16:49.233Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_NaN8ICddF6SUiNWJM3do Description:catalog service description Model UUID:ff6670ba-1bc1-46fe-84e4-439b83475bd3 Model Version:NULL Model InvariantUuid:5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-07T09:16:49.242Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: c38d5121-8533-4d6c-82e6-c8991b86cf10 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:16:49.244Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||pNF 82c6a7fa-eee3 0 2023-01-07T09:16:49.245Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c38d5121-8533-4d6c-82e6-c8991b86cf10 2023-01-07T09:16:49.245Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: ff6670ba-1bc1-46fe-84e4-439b83475bd3 2023-01-07T09:16:49.245Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ff6670ba-1bc1-46fe-84e4-439b83475bd3 2023-01-07T09:16:49.245Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 82c6a7fa-eee3 0 c38d5121-8533-4d6c-82e6-c8991b86cf10 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:16:49.249Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bcc7d89, org.onap.sdc.toscaparser.api.parameters.Input@5388e65f, org.onap.sdc.toscaparser.api.parameters.Input@4744302, org.onap.sdc.toscaparser.api.parameters.Input@bb3847, org.onap.sdc.toscaparser.api.parameters.Input@18833dec] 2023-01-07T09:16:49.249Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:16:49.250Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_NaN8ICddF6SUiNWJM3do is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:16:49.250Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ff6670ba-1bc1-46fe-84e4-439b83475bd3: pNF 82c6a7fa-eee3 2023-01-07T09:16:49.250Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||Processing PNF resource: c38d5121-8533-4d6c-82e6-c8991b86cf10 2023-01-07T09:16:49.250Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:16:49.250Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_NaN8ICddF6SUiNWJM3do is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:16:49.251Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||Resource customization UUID: d32101e0-a1b8-41e0-b11f-41f2b23a260a is the same as notified resource customizationUUID: d32101e0-a1b8-41e0-b11f-41f2b23a260a Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-01-07T09:16:49.303Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 82c6a7fa-eee3 c38d5121-8533-4d6c-82e6-c8991b86cf10 0 ASDC deployResourceStructure 2023-01-07T09:16:49.304Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar ASDC sendASDCNotification 2023-01-07T09:16:49.304Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar 2023-01-07T09:16:49.304Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:16:49.304Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:16:49.306Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:16:49.307Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083009304, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:16:49.407Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:16:49.408Z||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. 2023-01-07T09:16:49.408Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:16:49.420Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:16:49.420Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:16:50.307Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:16:50.321Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f 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=? 2023-01-07T09:16:50.323Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:16:50.323Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:16:50.323Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:17:20.324Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:17:20.335Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f 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=? 2023-01-07T09:17:20.338Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:17:20.339Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:17:20.339Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:17:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:17:38.434Z||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. 2023-01-07T09:17:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:17:38.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:17:38.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082938429, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:17:38.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082941268, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:17:38.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:17:38.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082943179, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:17:38.469Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:17:38.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082960543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082960543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "cds", "timestamp": 1673082971416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082960543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "cds", "timestamp": 1673082971416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082960543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "multicloud-k8s-id", "timestamp": 1673082969941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "cds", "timestamp": 1673082971416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082960543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "multicloud-k8s-id", "timestamp": 1673082969941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "cds", "timestamp": 1673082971416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082960543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "multicloud-k8s-id", "timestamp": 1673082969941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "cds", "timestamp": 1673082971416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082974480, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:17:38.476Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:17:38.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082960543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "multicloud-k8s-id", "timestamp": 1673082969941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "cds", "timestamp": 1673082971416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082960543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:17:38.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "multicloud-k8s-id", "timestamp": 1673082969941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "cds", "timestamp": 1673082971416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082975004, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:17:38.480Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:17:38.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "multicloud-k8s-id", "timestamp": 1673082969941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "cds", "timestamp": 1673082971416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:17:38.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "ves-openapi-manager", "timestamp": 1673082975930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "multicloud-k8s-id", "timestamp": 1673082969941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "cds", "timestamp": 1673082980227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:17:38.482Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:17:38.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082977024, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:17:38.483Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:17:38.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "ves-openapi-manager", "timestamp": 1673082975930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "multicloud-k8s-id", "timestamp": 1673082969941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:17:38.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "cds", "timestamp": 1673082981236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-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=? 2023-01-07T09:17:38.495Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3885228e-6a40-4427-9a09-5cf44fcaca8f 2023-01-07T09:17:38.495Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3885228e-6a40-4427-9a09-5cf44fcaca8f 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 (?, ?, ?, ?, ?) 2023-01-07T09:17:38.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082978028, "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=? 2023-01-07T09:17:38.514Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3885228e-6a40-4427-9a09-5cf44fcaca8f 2023-01-07T09:17:38.515Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3885228e-6a40-4427-9a09-5cf44fcaca8f 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 (?, ?, ?, ?, ?) 2023-01-07T09:17:38.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "ves-openapi-manager", "timestamp": 1673082975930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "ves-openapi-manager", "timestamp": 1673082975930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "ves-openapi-manager", "timestamp": 1673082975930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "ves-openapi-manager", "timestamp": 1673082975930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-07T09:17:38.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "ves-openapi-manager", "timestamp": 1673082975930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "aai-ml", "timestamp": 1673082982614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "ves-openapi-manager", "timestamp": 1673082975930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "aai-ml", "timestamp": 1673082982614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "ves-openapi-manager", "timestamp": 1673082984744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:17:38.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:17:38.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "aai-ml", "timestamp": 1673082982614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "ves-openapi-manager", "timestamp": 1673082985976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-07T09:17:38.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:17:38.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "aai-ml", "timestamp": 1673082982614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "ves-openapi-manager", "timestamp": 1673082986981, "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=? 2023-01-07T09:17:38.548Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3885228e-6a40-4427-9a09-5cf44fcaca8f 2023-01-07T09:17:38.549Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3885228e-6a40-4427-9a09-5cf44fcaca8f 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 (?, ?, ?, ?, ?) 2023-01-07T09:17:38.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "aai-ml", "timestamp": 1673082982614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "aai-ml", "timestamp": 1673082982614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "aai-ml", "timestamp": 1673082982614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "aai-ml", "timestamp": 1673082982614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:17:38.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "aai-ml", "timestamp": 1673082991413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:17:38.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:17:38.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082990543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "multicloud-k8s-id", "timestamp": 1673082989941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082990543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "multicloud-k8s-id", "timestamp": 1673082989941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:17:38.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:38.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "aai-ml", "timestamp": 1673082996493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:17:38.575Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:17:38.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:17:38.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "ves-openapi-manager", "timestamp": 1673082995931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:17:38.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:17:50.339Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:17:50.351Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f 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=? 2023-01-07T09:17:50.355Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:17:50.355Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:17:50.355Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:18:20.356Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:18:20.368Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f 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=? 2023-01-07T09:18:20.371Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:18:20.371Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:18:20.371Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:18:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:18:38.435Z||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. 2023-01-07T09:18:38.436Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:18:38.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:18:38.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:18:38.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082990543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:18:38.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:18:50.372Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:18:50.384Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f 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=? 2023-01-07T09:18:50.387Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:18:50.387Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:18:50.387Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:19:20.388Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:19:20.403Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f 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=? 2023-01-07T09:19:20.407Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:19:20.407Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:19:20.407Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:19:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:19:38.434Z||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. 2023-01-07T09:19:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:19:38.962Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:19:38.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "multicloud-k8s-id", "timestamp": 1673082989941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-07T09:19:38.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "aai-ml", "timestamp": 1673082997497, "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=? 2023-01-07T09:19:38.976Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3885228e-6a40-4427-9a09-5cf44fcaca8f 2023-01-07T09:19:38.976Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3885228e-6a40-4427-9a09-5cf44fcaca8f 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 (?, ?, ?, ?, ?) 2023-01-07T09:19:38.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "ves-openapi-manager", "timestamp": 1673082995931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.986Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082990543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "multicloud-k8s-id", "timestamp": 1673082989941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "ves-openapi-manager", "timestamp": 1673082995931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082990543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "multicloud-k8s-id", "timestamp": 1673082989941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-07T09:19:38.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "ves-openapi-manager", "timestamp": 1673082995931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082990543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "multicloud-k8s-id", "timestamp": 1673082989941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "ves-openapi-manager", "timestamp": 1673082995931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673082990543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:19:38.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "multicloud-k8s-id", "timestamp": 1673082989941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:19:38.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "ves-openapi-manager", "timestamp": 1673082995931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "multicloud-k8s-id", "timestamp": 1673083002556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:19:38.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:38.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083002397, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:19:38.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:38.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "ves-openapi-manager", "timestamp": 1673082995931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "multicloud-k8s-id", "timestamp": 1673083003660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:19:38.997Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:38.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:38.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:19:38.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "multicloud-k8s-id", "timestamp": 1673083004752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:19:38.998Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:38.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:19:38.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:38.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083004785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:19:38.999Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:38.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:38.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "multicloud-k8s-id", "timestamp": 1673083005783, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-07T09:19:39.013Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc28579e-3fdb-4b07-9488-40b7bd20497e 2023-01-07T09:19:39.014Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc28579e-3fdb-4b07-9488-40b7bd20497e 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 (?, ?, ?, ?, ?) 2023-01-07T09:19:39.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083007262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:19:39.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "cds", "timestamp": 1673083009148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:19:39.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083005788, "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=? 2023-01-07T09:19:39.028Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc28579e-3fdb-4b07-9488-40b7bd20497e 2023-01-07T09:19:39.028Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc28579e-3fdb-4b07-9488-40b7bd20497e 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 (?, ?, ?, ?, ?) 2023-01-07T09:19:39.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "multicloud-k8s-id", "timestamp": 1673083006787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:19:39.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "cds", "timestamp": 1673083010156, "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=? 2023-01-07T09:19:39.049Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc28579e-3fdb-4b07-9488-40b7bd20497e 2023-01-07T09:19:39.049Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc28579e-3fdb-4b07-9488-40b7bd20497e 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 (?, ?, ?, ?, ?) 2023-01-07T09:19:39.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083009304, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:19:39.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083009941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083009941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-07T09:19:39.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083009941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-07T09:19:39.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083009941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:19:39.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083009941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-07T09:19:39.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083009941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "cds", "timestamp": 1673083001416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:19:39.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "ves-openapi-manager", "timestamp": 1673083015930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083009941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-07T09:19:39.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "cds", "timestamp": 1673083020403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:19:39.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "ves-openapi-manager", "timestamp": 1673083015930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083009941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "cds", "timestamp": 1673083021409, "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 (?, ?, ?, ?, ?) 2023-01-07T09:19:39.084Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 044974f0-4b80-4a3b-8aba-60a51856f437 2023-01-07T09:19:39.085Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 044974f0-4b80-4a3b-8aba-60a51856f437 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 (?, ?, ?, ?, ?) 2023-01-07T09:19:39.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "ves-openapi-manager", "timestamp": 1673083015930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083009941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:19:39.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:19:39.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "ves-openapi-manager", "timestamp": 1673083015930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083019664, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:19:39.096Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "aai-ml", "timestamp": 1673083020363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:19:39.096Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "ves-openapi-manager", "timestamp": 1673083015930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083020759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-07T09:19:39.097Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083020543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "ves-openapi-manager", "timestamp": 1673083015930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083021814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:19:39.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083020543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "ves-openapi-manager", "timestamp": 1673083015930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083022871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:19:39.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083020543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "ves-openapi-manager", "timestamp": 1673083015930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083023958, "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=? 2023-01-07T09:19:39.105Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 044974f0-4b80-4a3b-8aba-60a51856f437 2023-01-07T09:19:39.105Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 044974f0-4b80-4a3b-8aba-60a51856f437 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 (?, ?, ?, ?, ?) 2023-01-07T09:19:39.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083020543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "ves-openapi-manager", "timestamp": 1673083015930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "multicloud-k8s-id", "timestamp": 1673083024962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:19:39.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083020543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083020543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083020543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "aai-ml", "timestamp": 1673083027781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:19:39.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083020543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "aai-ml", "timestamp": 1673083028784, "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=? 2023-01-07T09:19:39.124Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc28579e-3fdb-4b07-9488-40b7bd20497e 2023-01-07T09:19:39.124Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc28579e-3fdb-4b07-9488-40b7bd20497e 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 (?, ?, ?, ?, ?) 2023-01-07T09:19:39.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083020543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:19:39.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083030265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:19:39.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083032538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:19:39.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673083033542, "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=? 2023-01-07T09:19:39.141Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 044974f0-4b80-4a3b-8aba-60a51856f437 2023-01-07T09:19:39.141Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 044974f0-4b80-4a3b-8aba-60a51856f437 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 (?, ?, ?, ?, ?) 2023-01-07T09:19:39.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:19:39.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "aai-ml", "timestamp": 1673083012614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:19:39.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:19:39.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "aai-ml", "timestamp": 1673083038935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:19:39.151Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "aai-ml", "timestamp": 1673083046561, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:19:39.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:19:39.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:19:39.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "aai-ml", "timestamp": 1673083047564, "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=? 2023-01-07T09:19:39.157Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 044974f0-4b80-4a3b-8aba-60a51856f437 2023-01-07T09:19:39.158Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 044974f0-4b80-4a3b-8aba-60a51856f437 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 (?, ?, ?, ?, ?) 2023-01-07T09:19:50.407Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:19:50.422Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f 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=? 2023-01-07T09:19:50.425Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:19:50.425Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-07T09:19:50.425Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-07T09:19:50.425Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-07T09:19:50.425Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:19:50.425Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:19:50.426Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:19:50.426Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:19:50.426Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:19:50.426Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|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=? 2023-01-07T09:19:50.431Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-07T09:20:20.432Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f 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=? 2023-01-07T09:20:20.439Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3885228e-6a40-4427-9a09-5cf44fcaca8f and serviceModelVersionId: ff6670ba-1bc1-46fe-84e4-439b83475bd3 2023-01-07T09:20:20.439Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9 2023-01-07T09:20:20.440Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9/model-vers/model-ver/ff6670ba-1bc1-46fe-84e4-439b83475bd3?depth=0 2023-01-07T09:20:20.447Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-01-07T09:20:20.509Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9/model-vers/model-ver/ff6670ba-1bc1-46fe-84e4-439b83475bd3?depth=0|INFO|500||Invoke 2023-01-07T09:20:20.510Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9/model-vers/model-ver/ff6670ba-1bc1-46fe-84e4-439b83475bd3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9/model-vers/model-ver/ff6670ba-1bc1-46fe-84e4-439b83475bd3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3885228e-6a40-4427-9a09-5cf44fcaca8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b55628d2-0b6b-48d4-a56e-0631e8b66cee], X-ECOMP-RequestID=[3885228e-6a40-4427-9a09-5cf44fcaca8f], X-TransactionId=[], X-ONAP-RequestID=[3885228e-6a40-4427-9a09-5cf44fcaca8f], Content-Type=[application/merge-patch+json]} 2023-01-07T09:20:20.537Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9/model-vers/model-ver/ff6670ba-1bc1-46fe-84e4-439b83475bd3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-07T09:20:20.668Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9/model-vers/model-ver/ff6670ba-1bc1-46fe-84e4-439b83475bd3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9/model-vers/model-ver/ff6670ba-1bc1-46fe-84e4-439b83475bd3?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 09:20:20 GMT], content-length=[0], vertex-id=[159896], x-aai-txid=[1-aai-resources-230107-09:20:20:730-79214], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-07T09:20:20.669Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9/model-vers/model-ver/ff6670ba-1bc1-46fe-84e4-439b83475bd3?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-07T09:20:20.670Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9/model-vers/model-ver/ff6670ba-1bc1-46fe-84e4-439b83475bd3?depth=0|INFO|500||InvokeReturn 2023-01-07T09:20:20.670Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-07T09:20:20.670Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:20:20.677Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|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) 2023-01-07T09:20:20.677Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3885228e-6a40-4427-9a09-5cf44fcaca8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-07T09:20:20.678Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-07T09:20:20.678Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:20.681Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:20.681Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083220677, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:20:20.781Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:20:20.782Z||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. 2023-01-07T09:20:20.782Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:20.798Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:20.799Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-07T09:20:21.700Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-07T09:20:21.700Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc28579e-3fdb-4b07-9488-40b7bd20497e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ae29783-5b47-4fd1-9725-980c44b4075e","serviceDescription":"service","serviceInvariantUUID":"f01c7b23-cefc-421c-8106-47e228409c93","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8163a30-300d-47ff-a65a-a44c4475dc68","resourceInvariantUUID":"b8ac5b38-ed44-49d9-8997-995805df0236","resourceCustomizationUUID":"02c2b487-cb51-4aeb-bb6c-6d48dc5a5f30","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":"YzVhNGQ1MzAzZTQ2OWUxYjZhM2E3MTk5ZGEzMzhlMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2e09409-48be-46b9-8ee0-80f657154e04","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":"ZDAzOGIwZjM2MTQ0Mzk2ODVjZGZmOGQwYzcwYWRmZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a5bb401-a00f-47c6-8627-959f7a0e85af","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":"4ad35f38-8625-40db-a74c-93e053fa0e48","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":"eb95e540-b428-4b04-9185-0b94477de2f0","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":"83909944-c5e2-4c39-b022-d2e8811b1b3e","artifactVersion":"2","generatedFromUUID":"4ad35f38-8625-40db-a74c-93e053fa0e48"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTM0ZTM4NDczYTk4MTMxNzNlMjVjNWEzOTczYzE3ZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f9db0342-7764-49dc-95f0-e23e2cb20d4e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGE0MWNjYzExYTg0ZTBkYTY2NjY3YTIxMjlhOTEwZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8fb2600-8f1a-4656-ae92-83d022dec8a0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-07T09:20:21.701Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:20:21.702Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:21.703Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:21.704Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:20:21.804Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:20:21.805Z||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. 2023-01-07T09:20:21.805Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:21.816Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:21.816Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:20:22.704Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:20:22.705Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:22.708Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:22.708Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:20:22.808Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:20:22.809Z||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. 2023-01-07T09:20:22.810Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:22.820Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:22.821Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:20:23.709Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:20:23.710Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:23.713Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:23.713Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-07T09:20:23.813Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:20:23.814Z||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. 2023-01-07T09:20:23.814Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:23.825Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:23.826Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:20:24.714Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:20:24.715Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:24.717Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:24.717Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:20:24.817Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:20:24.819Z||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. 2023-01-07T09:20:24.819Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:24.829Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:24.829Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:20:25.718Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:20:25.719Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:25.721Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:25.721Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-07T09:20:25.821Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:20:25.822Z||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. 2023-01-07T09:20:25.822Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:25.833Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:25.834Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:20:26.722Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:20:26.725Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:26.727Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:26.727Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:20:26.828Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:20:26.829Z||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. 2023-01-07T09:20:26.829Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:26.839Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:26.839Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:20:27.728Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:20:27.729Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:27.731Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:27.731Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:20:27.831Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:20:27.833Z||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. 2023-01-07T09:20:27.833Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:27.844Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:27.845Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:20:28.733Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2ae29783-5b47-4fd1-9725-980c44b4075e", "serviceDescription": "service", "serviceInvariantUUID": "f01c7b23-cefc-421c-8106-47e228409c93", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "02c2b487-cb51-4aeb-bb6c-6d48dc5a5f30", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f8163a30-300d-47ff-a65a-a44c4475dc68", "resourceInvariantUUID": "b8ac5b38-ed44-49d9-8997-995805df0236", "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": "ZDAzOGIwZjM2MTQ0Mzk2ODVjZGZmOGQwYzcwYWRmZjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2a5bb401-a00f-47c6-8627-959f7a0e85af", "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": "4ad35f38-8625-40db-a74c-93e053fa0e48", "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": "83909944-c5e2-4c39-b022-d2e8811b1b3e", "generatedFromUUID": "4ad35f38-8625-40db-a74c-93e053fa0e48" }, "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": "83909944-c5e2-4c39-b022-d2e8811b1b3e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OGE0MWNjYzExYTg0ZTBkYTY2NjY3YTIxMjlhOTEwZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c8fb2600-8f1a-4656-ae92-83d022dec8a0" } ], "workloadContext": "Production" } 2023-01-07T09:20:28.733Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-07T09:20:28.734Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ae29783-5b47-4fd1-9725-980c44b4075e ASDC 2023-01-07T09:20:28.734Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:dc28579e-3fdb-4b07-9488-40b7bd20497e ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2ae29783-5b47-4fd1-9725-980c44b4075e ServiceInvariantUUID:f01c7b23-cefc-421c-8106-47e228409c93 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:c8fb2600-8f1a-4656-ae92-83d022dec8a0 ArtifactChecksum:OGE0MWNjYzExYTg0ZTBkYTY2NjY3YTIxMjlhOTEwZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:02c2b487-cb51-4aeb-bb6c-6d48dc5a5f30 ResourceInvariantUUID:b8ac5b38-ed44-49d9-8997-995805df0236 ResourceName:basic_vm ResourceType:VF ResourceUUID:f8163a30-300d-47ff-a65a-a44c4475dc68 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:2a5bb401-a00f-47c6-8627-959f7a0e85af ArtifactChecksum:ZDAzOGIwZjM2MTQ0Mzk2ODVjZGZmOGQwYzcwYWRmZjQ= 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:4ad35f38-8625-40db-a74c-93e053fa0e48 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:83909944-c5e2-4c39-b022-d2e8811b1b3e 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:83909944-c5e2-4c39-b022-d2e8811b1b3e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-07T09:20:28.734Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ae29783-5b47-4fd1-9725-980c44b4075e 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=? 2023-01-07T09:20:28.774Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:20:28.775Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:20:28.775Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:20:28.776Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c8fb2600-8f1a-4656-ae92-83d022dec8a0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-07T09:20:28.776Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:20:28.776Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-07T09:20:28.939Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:20:28.944Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c8fb2600-8f1a-4656-ae92-83d022dec8a0 74814 2023-01-07T09:20:28.944Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-07T09:20:28.945Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-07T09:20:28.945Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:20:28.945Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:28.948Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:28.948Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083228944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:20:29.049Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:20:29.050Z||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. 2023-01-07T09:20:29.050Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:29.061Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:29.062Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:20:29.950Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:20:29.951Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:20:29.951Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c8fb2600-8f1a-4656-ae92-83d022dec8a0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-07T09:20:29.951Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-07T09:20:29.952Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-07T09:20:29.952Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-07T09:20:30.082Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5882908833252533686/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-01-07T09:20:31.330Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-07T09:20:31.331Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-07T09:20:31.331Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-07T09:20:31.332Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-07T09:20:31.332Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||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 2023-01-07T09:20:31.332Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|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-BasicVm-csar.csar 2023-01-07T09:20:31.332Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-07T09:20:31.332Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-07T09:20:31.333Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|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-BasicVm-csar.csar 2023-01-07T09:20:31.333Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|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-BasicVm-csar.csar 2023-01-07T09:20:31.333Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|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-BasicVm-csar.csar 2023-01-07T09:20:31.333Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-07T09:20:31.334Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:31.334Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:31.334Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-07T09:20:31.335Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-07T09:20:31.335Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:20:31.336Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:31.336Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:31.336Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-07T09:20:31.336Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-07T09:20:31.336Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:20:31.337Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:31.337Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:31.337Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:31.337Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-07T09:20:31.338Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-07T09:20:31.338Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-07T09:20:31.338Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-07T09:20:31.338Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-07T09:20:31.338Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-07T09:20:31.339Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:31.339Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-07T09:20:31.339Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:31.339Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-07T09:20:31.340Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:20:31.340Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:31.340Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-07T09:20:31.340Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:20:31.341Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:31.341Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-07T09:20:31.341Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:20:31.341Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:31.342Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-07T09:20:31.342Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-07T09:20:31.342Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-07T09:20:31.342Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=75286be7-dee6-4f6f-b1ec-35dd832b8868 2023-01-07T09:20:31.343Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:31.343Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:31.343Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:31.343Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:31.344Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:31.344Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:31.344Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:31.344Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:31.345Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:2ae29783-5b47-4fd1-9725-980c44b4075e Model Version:NULL Model InvariantUuid:f01c7b23-cefc-421c-8106-47e228409c93 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:425ff5c5-a341-455b-8a1a-24b4b3a82e5e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b8ac5b38-ed44-49d9-8997-995805df0236 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:02c2b487-cb51-4aeb-bb6c-6d48dc5a5f30 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0af2c8b5-0613-4725-a76a-e9585da66b78 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:76ff6443-c359-413a-a1b2-dabd44926ace ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:75286be7-dee6-4f6f-b1ec-35dd832b8868 ModelInvariantUuid:b723a571-b4b1-49df-bf5c-63be92e6e561 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:ba5740ac-366d-461a-98e5-5d3bc652e237 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:c12c7e63-d1ad-4eb5-895d-0c1bb470604c ModelInvariantUuid:2bb90d98-b8a0-4e91-9fa2-61bc178a9f36 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:67c3c8ea-27bf-44b1-8017-745eadb63cf8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-07T09:20:31.354Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f8163a30-300d-47ff-a65a-a44c4475dc68 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:20:31.357Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||basic_vm 0 2023-01-07T09:20:31.357Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f8163a30-300d-47ff-a65a-a44c4475dc68 2023-01-07T09:20:31.357Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2a5bb401-a00f-47c6-8627-959f7a0e85af from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-07T09:20:31.357Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:20:31.357Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||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 2023-01-07T09:20:31.412Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:20:31.412Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2a5bb401-a00f-47c6-8627-959f7a0e85af 787 2023-01-07T09:20:31.413Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||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 2023-01-07T09:20:31.413Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||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 2023-01-07T09:20:31.413Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:20:31.413Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:31.416Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:31.416Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083231413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:20:31.517Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:20:31.518Z||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. 2023-01-07T09:20:31.519Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:31.530Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:31.530Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:20:32.417Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0af2c8b5-0613-4725-a76a-e9585da66b78", "vfModuleModelVersion": "1", "vfModuleModelUUID": "76ff6443-c359-413a-a1b2-dabd44926ace", "vfModuleModelCustomizationUUID": "3fffe9ec-0ed2-4514-90b2-20965a1da73e", "isBase": true, "artifacts": [ "4ad35f38-8625-40db-a74c-93e053fa0e48", "83909944-c5e2-4c39-b022-d2e8811b1b3e" ], "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": "" } } ] 2023-01-07T09:20:32.424Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:76ff6443-c359-413a-a1b2-dabd44926ace VfModuleModelInvariantUUID:0af2c8b5-0613-4725-a76a-e9585da66b78 VfModuleModelDescription:NULL Artifacts UUID List:{ 4ad35f38-8625-40db-a74c-93e053fa0e48 , 83909944-c5e2-4c39-b022-d2e8811b1b3e } 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 } 2023-01-07T09:20:32.428Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0af2c8b5-0613-4725-a76a-e9585da66b78", "vfModuleModelVersion": "1", "vfModuleModelUUID": "76ff6443-c359-413a-a1b2-dabd44926ace", "vfModuleModelCustomizationUUID": "3fffe9ec-0ed2-4514-90b2-20965a1da73e", "isBase": true, "artifacts": [ "4ad35f38-8625-40db-a74c-93e053fa0e48", "83909944-c5e2-4c39-b022-d2e8811b1b3e" ], "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": "" } } ] 2023-01-07T09:20:32.428Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:76ff6443-c359-413a-a1b2-dabd44926ace VfModuleModelInvariantUUID:0af2c8b5-0613-4725-a76a-e9585da66b78 VfModuleModelDescription:NULL Artifacts UUID List:{ 4ad35f38-8625-40db-a74c-93e053fa0e48 , 83909944-c5e2-4c39-b022-d2e8811b1b3e } 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 } 2023-01-07T09:20:32.428Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4ad35f38-8625-40db-a74c-93e053fa0e48 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-07T09:20:32.428Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:20:32.429Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-07T09:20:32.490Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:20:32.490Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4ad35f38-8625-40db-a74c-93e053fa0e48 5033 2023-01-07T09:20:32.490Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||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 2023-01-07T09:20:32.491Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||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 2023-01-07T09:20:32.491Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:20:32.491Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:32.493Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:32.493Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083232490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:20:32.594Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:20:32.595Z||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. 2023-01-07T09:20:32.595Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:32.607Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:32.608Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:20:33.494Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 83909944-c5e2-4c39-b022-d2e8811b1b3e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-07T09:20:33.495Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:20:33.495Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-07T09:20:33.546Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:20:33.547Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 83909944-c5e2-4c39-b022-d2e8811b1b3e 903 2023-01-07T09:20:33.547Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||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 2023-01-07T09:20:33.547Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||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 2023-01-07T09:20:33.547Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:20:33.548Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:33.551Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:33.551Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083233547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:20:33.651Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:20:33.652Z||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. 2023-01-07T09:20:33.653Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:33.664Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:33.664Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:20:34.551Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2ae29783-5b47-4fd1-9725-980c44b4075e 2023-01-07T09:20:34.552Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f8163a30-300d-47ff-a65a-a44c4475dc68 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:20:34.567Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b96202e, org.onap.sdc.toscaparser.api.parameters.Input@5893806c, org.onap.sdc.toscaparser.api.parameters.Input@1ce2efc1, org.onap.sdc.toscaparser.api.parameters.Input@76265b48, org.onap.sdc.toscaparser.api.parameters.Input@7c3b82f2] 2023-01-07T09:20:34.569Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:34.569Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:34.570Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2023-01-07T09:20:34.570Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 02c2b487-cb51-4aeb-bb6c-6d48dc5a5f30 2023-01-07T09:20:34.570Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 02c2b487-cb51-4aeb-bb6c-6d48dc5a5f30 matches Tosca VF Customization UUID: 02c2b487-cb51-4aeb-bb6c-6d48dc5a5f30 2023-01-07T09:20:34.570Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 02c2b487-cb51-4aeb-bb6c-6d48dc5a5f30 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-01-07T09:20:34.573Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:34.573Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:34.574Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 02c2b487-cb51-4aeb-bb6c-6d48dc5a5f30: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-07T09:20:34.575Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@774060fe 2023-01-07T09:20:34.575Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:34.576Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-07T09:20:34.576Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3fffe9ec-0ed2-4514-90b2-20965a1da73e 2023-01-07T09:20:34.576Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3fffe9ec-0ed2-4514-90b2-20965a1da73e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-01-07T09:20:34.580Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:34.580Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-07T09:20:34.581Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:20:34.581Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:34.581Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-07T09:20:34.582Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:20:34.582Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:34.582Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-07T09:20:34.583Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-07T09:20:34.583Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-07T09:20:34.583Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=75286be7-dee6-4f6f-b1ec-35dd832b8868 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-01-07T09:20:34.586Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:34.586Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-07T09:20:34.586Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:20:34.587Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:34.587Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-07T09:20:34.587Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=02c2b487-cb51-4aeb-bb6c-6d48dc5a5f30 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:20:34.589Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:34.590Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:34.590Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2ae29783-5b47-4fd1-9725-980c44b4075e: basic_vm 2023-01-07T09:20:34.590Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:34.591Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:34.591Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:34.591Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:34.592Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:34.592Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:34.592Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:34.593Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:34.593Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:20:34.593Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:20:34.594Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-07T09:20:34.676Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f8163a30-300d-47ff-a65a-a44c4475dc68 1 ASDC deployResourceStructure 2023-01-07T09:20:34.677Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||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 2023-01-07T09:20:34.677Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||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 2023-01-07T09:20:34.678Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:20:34.678Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:34.680Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:34.681Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083234677, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:20:34.781Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:20:34.782Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-07T09:20:34.782Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:34.823Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:34.824Z||pool-66-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:20:35.682Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||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 2023-01-07T09:20:35.683Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||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 2023-01-07T09:20:35.683Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:20:35.684Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:35.687Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:35.687Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083235682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-07T09:20:35.787Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-07T09:20:35.789Z||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. 2023-01-07T09:20:35.789Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:35.808Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:35.808Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:20:36.688Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||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 2023-01-07T09:20:36.689Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||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 2023-01-07T09:20:36.689Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:20:36.690Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:36.692Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:36.692Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083236688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-07T09:20:36.792Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:20:36.793Z||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. 2023-01-07T09:20:36.793Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:36.803Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:36.804Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:20:37.693Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-07T09:20:37.693Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-07T09:20:37.694Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:20:37.694Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:20:37.696Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:20:37.696Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083237693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:20:37.797Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:20:37.798Z||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. 2023-01-07T09:20:37.798Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:37.811Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:37.812Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:20:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:20:38.434Z||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. 2023-01-07T09:20:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:20:38.697Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc28579e-3fdb-4b07-9488-40b7bd20497e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:20:38.708Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc28579e-3fdb-4b07-9488-40b7bd20497e 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=? 2023-01-07T09:20:38.711Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:20:38.711Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-07T09:20:38.711Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-07T09:20:38.711Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-07T09:20:38.712Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:20:38.712Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:20:38.712Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:20:38.712Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:20:38.712Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:20:38.713Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|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=? 2023-01-07T09:20:38.718Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-07T09:20:39.085Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:20:39.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083220677, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:20:39.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:20:39.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:20:39.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:20:39.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:20:39.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:20:39.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-07T09:20:39.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:20:39.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:20:39.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:20:39.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-07T09:20:39.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:20:39.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:20:39.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:20:39.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673082998429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:20:39.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:20:39.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083228944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:20:39.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:20:39.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083231413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:20:39.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:20:39.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083232490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:20:39.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:20:39.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083233547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:20:39.090Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:20:39.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083234677, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:20:39.090Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:20:39.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083235682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-07T09:20:39.090Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:20:39.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083236688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-07T09:20:39.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:20:39.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:20:39.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083237693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:20:39.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:21:08.719Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc28579e-3fdb-4b07-9488-40b7bd20497e 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=? 2023-01-07T09:21:08.726Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc28579e-3fdb-4b07-9488-40b7bd20497e and serviceModelVersionId: 2ae29783-5b47-4fd1-9725-980c44b4075e 2023-01-07T09:21:08.726Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f01c7b23-cefc-421c-8106-47e228409c93 2023-01-07T09:21:08.727Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f01c7b23-cefc-421c-8106-47e228409c93/model-vers/model-ver/2ae29783-5b47-4fd1-9725-980c44b4075e?depth=0 2023-01-07T09:21:08.730Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-01-07T09:21:08.778Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f01c7b23-cefc-421c-8106-47e228409c93/model-vers/model-ver/2ae29783-5b47-4fd1-9725-980c44b4075e?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]} 2023-01-07T09:21:08.780Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f01c7b23-cefc-421c-8106-47e228409c93/model-vers/model-ver/2ae29783-5b47-4fd1-9725-980c44b4075e?depth=0|INFO|500||Invoke 2023-01-07T09:21:08.799Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f01c7b23-cefc-421c-8106-47e228409c93/model-vers/model-ver/2ae29783-5b47-4fd1-9725-980c44b4075e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-07T09:21:08.960Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f01c7b23-cefc-421c-8106-47e228409c93/model-vers/model-ver/2ae29783-5b47-4fd1-9725-980c44b4075e?depth=0|INFO|500||InvokeReturn 2023-01-07T09:21:08.960Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f01c7b23-cefc-421c-8106-47e228409c93/model-vers/model-ver/2ae29783-5b47-4fd1-9725-980c44b4075e?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 09:21:08 GMT], content-length=[0], vertex-id=[168088], x-aai-txid=[1-aai-resources-230107-09:21:08:983-42481], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-07T09:21:08.961Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-01-07T09:21:08.961Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-07T09:21:08.961Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:21:08.967Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|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) 2023-01-07T09:21:08.967Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc28579e-3fdb-4b07-9488-40b7bd20497e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-07T09:21:08.968Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-07T09:21:08.968Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:08.970Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:08.970Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083268968, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:21:09.073Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:21:09.074Z||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. 2023-01-07T09:21:09.075Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:09.091Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:09.092Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-07T09:21:09.983Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:21:09.983Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|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. 2023-01-07T09:21:09.983Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:14.395Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:14.395Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-07T09:21:14.395Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"044974f0-4b80-4a3b-8aba-60a51856f437","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"85a266f5-59f5-444d-b600-8c8d292cd451","serviceDescription":"service","serviceInvariantUUID":"f69fda6a-d97f-4bde-911f-6005afeab4a9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"91b2a39d-1fc5-47f1-8f26-8a55e506f85a","resourceInvariantUUID":"ea16c4f8-bb71-4573-b971-8818962ba65a","resourceCustomizationUUID":"bb2629da-6491-4557-b612-de3742741952","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":"NzFiNWI4MmM4OWU5MGNlODg0ZDkyNzJkMmNkNGYwOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5caa8dfd-14df-4e2c-a12d-a31d5198fa3f","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":"0f6e350f-e43d-47ee-b92d-9e1402ca0de3","artifactVersion":"2","generatedFromUUID":"cc76ba99-b2e7-4d05-8cf3-614a331b404b"},{"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":"cc76ba99-b2e7-4d05-8cf3-614a331b404b","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":"MzhmYzQyMjEzMjc3ZmFjY2M1MjFmY2ViNjUwYWU0OTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e737dfcb-afa4-433f-9791-15cf785054b8","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":"ceac58fd-d64d-42e7-9189-bcdd8eb3bbd8","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":"0e607c59-85fa-4e05-ab0c-dedfa6d4526e","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":"cbb67302-5960-4ebf-ae43-124181f31f91","artifactVersion":"2","generatedFromUUID":"ceac58fd-d64d-42e7-9189-bcdd8eb3bbd8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmE1ZDZlZjNiNjVjOGI5NWVmZmQ1N2RlMDBmZTVhZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84bdd07a-4e9f-4a5d-b2d4-2f70743be73b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"N2JiNGU3YjQwMDI1MGQ1MGYwZjBiZDZiOWU3M2Y2OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffaa515c-8fa8-4458-a63a-36730ece84a3","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-07T09:21:14.398Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:21:14.398Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:14.401Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:14.401Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:21:14.504Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-07T09:21:14.505Z||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. 2023-01-07T09:21:14.505Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:14.515Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:14.515Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:15.403Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:21:15.403Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:15.406Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:15.406Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-07T09:21:15.507Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-07T09:21:15.508Z||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. 2023-01-07T09:21:15.508Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:15.521Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:15.522Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:16.407Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:21:16.408Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:16.410Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:16.410Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-07T09:21:16.510Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:16.511Z||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. 2023-01-07T09:21:16.511Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:16.523Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:16.523Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:17.411Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:21:17.412Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:17.414Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:17.414Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:21:17.514Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:17.515Z||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. 2023-01-07T09:21:17.515Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:17.525Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:17.525Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:18.415Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:21:18.416Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:18.418Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:18.418Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-07T09:21:18.518Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:18.519Z||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. 2023-01-07T09:21:18.519Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:18.531Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:18.531Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:19.418Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:21:19.419Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:19.423Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:19.423Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:21:19.524Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:19.525Z||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. 2023-01-07T09:21:19.525Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:19.554Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:19.554Z||pool-76-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:20.424Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:21:20.425Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:20.427Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:20.428Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-07T09:21:20.528Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:20.529Z||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. 2023-01-07T09:21:20.530Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:20.542Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:20.542Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:21.428Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:21:21.430Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:21.436Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:21.436Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:21:21.534Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-07T09:21:21.535Z||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. 2023-01-07T09:21:21.535Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:21.543Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:21.543Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:22.444Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:21:22.445Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:22.448Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:22.448Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:21:22.548Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:22.549Z||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. 2023-01-07T09:21:22.549Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:22.559Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:22.560Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:23.449Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "85a266f5-59f5-444d-b600-8c8d292cd451", "serviceDescription": "service", "serviceInvariantUUID": "f69fda6a-d97f-4bde-911f-6005afeab4a9", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "bb2629da-6491-4557-b612-de3742741952", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "91b2a39d-1fc5-47f1-8f26-8a55e506f85a", "resourceInvariantUUID": "ea16c4f8-bb71-4573-b971-8818962ba65a", "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": "0f6e350f-e43d-47ee-b92d-9e1402ca0de3", "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": "cc76ba99-b2e7-4d05-8cf3-614a331b404b", "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": "MzhmYzQyMjEzMjc3ZmFjY2M1MjFmY2ViNjUwYWU0OTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e737dfcb-afa4-433f-9791-15cf785054b8", "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": "ceac58fd-d64d-42e7-9189-bcdd8eb3bbd8", "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": "cbb67302-5960-4ebf-ae43-124181f31f91", "generatedFromUUID": "ceac58fd-d64d-42e7-9189-bcdd8eb3bbd8" }, "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": "cbb67302-5960-4ebf-ae43-124181f31f91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "N2JiNGU3YjQwMDI1MGQ1MGYwZjBiZDZiOWU3M2Y2OGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ffaa515c-8fa8-4458-a63a-36730ece84a3" } ], "workloadContext": "Production" } 2023-01-07T09:21:23.450Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-07T09:21:23.450Z|dc28579e-3fdb-4b07-9488-40b7bd20497e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 85a266f5-59f5-444d-b600-8c8d292cd451 ASDC 2023-01-07T09:21:23.451Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:044974f0-4b80-4a3b-8aba-60a51856f437 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:85a266f5-59f5-444d-b600-8c8d292cd451 ServiceInvariantUUID:f69fda6a-d97f-4bde-911f-6005afeab4a9 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:ffaa515c-8fa8-4458-a63a-36730ece84a3 ArtifactChecksum:N2JiNGU3YjQwMDI1MGQ1MGYwZjBiZDZiOWU3M2Y2OGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:bb2629da-6491-4557-b612-de3742741952 ResourceInvariantUUID:ea16c4f8-bb71-4573-b971-8818962ba65a ResourceName:basic_cnf ResourceType:VF ResourceUUID:91b2a39d-1fc5-47f1-8f26-8a55e506f85a 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:0f6e350f-e43d-47ee-b92d-9e1402ca0de3 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:cc76ba99-b2e7-4d05-8cf3-614a331b404b 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:e737dfcb-afa4-433f-9791-15cf785054b8 ArtifactChecksum:MzhmYzQyMjEzMjc3ZmFjY2M1MjFmY2ViNjUwYWU0OTI= 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:ceac58fd-d64d-42e7-9189-bcdd8eb3bbd8 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:cbb67302-5960-4ebf-ae43-124181f31f91 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:cbb67302-5960-4ebf-ae43-124181f31f91 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-07T09:21:23.452Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85a266f5-59f5-444d-b600-8c8d292cd451 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=? 2023-01-07T09:21:23.486Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:21:23.487Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:21:23.487Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:21:23.487Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ffaa515c-8fa8-4458-a63a-36730ece84a3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-07T09:21:23.488Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:21:23.488Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-07T09:21:23.666Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:21:23.670Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ffaa515c-8fa8-4458-a63a-36730ece84a3 73684 2023-01-07T09:21:23.670Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-07T09:21:23.670Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-07T09:21:23.671Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:21:23.671Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:23.673Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:23.674Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083283670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:21:23.775Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:21:23.776Z||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. 2023-01-07T09:21:23.777Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:23.788Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:23.789Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:24.674Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:21:24.675Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-07T09:21:24.676Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ffaa515c-8fa8-4458-a63a-36730ece84a3, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-07T09:21:24.676Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-07T09:21:24.677Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-07T09:21:24.677Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-07T09:21:24.783Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1009122267704875647/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2023-01-07T09:21:25.965Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-07T09:21:25.966Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-07T09:21:25.966Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-07T09:21:25.966Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-07T09:21:25.966Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:25.966Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-07T09:21:25.967Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:25.967Z|044974f0-4b80-4a3b-8aba-60a51856f437|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-BasicCnf-csar.csar 2023-01-07T09:21:25.967Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-07T09:21:25.967Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:25.967Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:25.968Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-07T09:21:25.968Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-07T09:21:25.968Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:21:25.969Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:25.969Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:25.969Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-07T09:21:25.969Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-07T09:21:25.969Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:21:25.970Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:25.970Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:25.970Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:25.971Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-07T09:21:25.971Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-07T09:21:25.971Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-07T09:21:25.971Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-07T09:21:25.971Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:25.972Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-07T09:21:25.972Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:25.972Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-07T09:21:25.972Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:21:25.973Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:25.973Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-07T09:21:25.973Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:21:25.973Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:25.974Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-07T09:21:25.974Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:21:25.974Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:25.974Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-07T09:21:25.974Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-07T09:21:25.975Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0d1abad5-2b6f-42e1-a5d8-281315199da1 2023-01-07T09:21:25.975Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:25.975Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:25.976Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:25.976Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:25.976Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:25.976Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:25.977Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:25.977Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:25.977Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:85a266f5-59f5-444d-b600-8c8d292cd451 Model Version:NULL Model InvariantUuid:f69fda6a-d97f-4bde-911f-6005afeab4a9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:e130fcbd-66dc-4484-9db4-90612c02f068 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ea16c4f8-bb71-4573-b971-8818962ba65a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bb2629da-6491-4557-b612-de3742741952 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8755ce3e-ec45-4dde-b188-238a724ceae4 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:bd6a7af0-32e0-4575-b647-789e934008ec ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0d1abad5-2b6f-42e1-a5d8-281315199da1 ModelInvariantUuid:c3f7c36b-1193-4c8c-a734-a205367f518b ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:b310f1c5-f941-42b1-b506-e45afcfe2046 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:392e291b-6bae-4caa-9d1f-0ad7da151aa3 ModelInvariantUuid:2b06b6b7-6913-4458-b140-50942957276f ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:596112d2-ec3b-48c6-9dfd-d1b886467f9d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-07T09:21:25.984Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 91b2a39d-1fc5-47f1-8f26-8a55e506f85a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:21:25.987Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||basic_cnf 0 2023-01-07T09:21:25.987Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 91b2a39d-1fc5-47f1-8f26-8a55e506f85a 2023-01-07T09:21:25.988Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0f6e350f-e43d-47ee-b92d-9e1402ca0de3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-07T09:21:25.988Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:21:25.988Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:26.053Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:21:26.054Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0f6e350f-e43d-47ee-b92d-9e1402ca0de3 12 2023-01-07T09:21:26.054Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:26.054Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:26.055Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:21:26.055Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:26.058Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:26.058Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083286054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:21:26.158Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:26.159Z||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. 2023-01-07T09:21:26.160Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:26.188Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:26.189Z||pool-81-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:27.059Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cc76ba99-b2e7-4d05-8cf3-614a331b404b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-07T09:21:27.059Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:21:27.060Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:27.143Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:21:27.143Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cc76ba99-b2e7-4d05-8cf3-614a331b404b 2688 2023-01-07T09:21:27.143Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:27.144Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:27.144Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:21:27.144Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:27.146Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:27.146Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083287143, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-07T09:21:27.247Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:27.248Z||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. 2023-01-07T09:21:27.248Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:27.260Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:27.261Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:28.149Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e737dfcb-afa4-433f-9791-15cf785054b8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-07T09:21:28.149Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:21:28.149Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:28.219Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:21:28.220Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e737dfcb-afa4-433f-9791-15cf785054b8 828 2023-01-07T09:21:28.221Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:28.221Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:28.221Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:21:28.222Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:28.225Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:28.225Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083288221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:21:28.325Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:28.326Z||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. 2023-01-07T09:21:28.326Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:28.336Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:28.337Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:29.228Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "8755ce3e-ec45-4dde-b188-238a724ceae4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bd6a7af0-32e0-4575-b647-789e934008ec", "vfModuleModelCustomizationUUID": "e6a51188-6aad-40d8-b650-12e99c3996b8", "isBase": true, "artifacts": [ "cc76ba99-b2e7-4d05-8cf3-614a331b404b", "ceac58fd-d64d-42e7-9189-bcdd8eb3bbd8", "cbb67302-5960-4ebf-ae43-124181f31f91" ], "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": "" } } ] 2023-01-07T09:21:29.233Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bd6a7af0-32e0-4575-b647-789e934008ec VfModuleModelInvariantUUID:8755ce3e-ec45-4dde-b188-238a724ceae4 VfModuleModelDescription:NULL Artifacts UUID List:{ cc76ba99-b2e7-4d05-8cf3-614a331b404b , ceac58fd-d64d-42e7-9189-bcdd8eb3bbd8 , cbb67302-5960-4ebf-ae43-124181f31f91 } 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 } 2023-01-07T09:21:29.235Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "8755ce3e-ec45-4dde-b188-238a724ceae4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bd6a7af0-32e0-4575-b647-789e934008ec", "vfModuleModelCustomizationUUID": "e6a51188-6aad-40d8-b650-12e99c3996b8", "isBase": true, "artifacts": [ "cc76ba99-b2e7-4d05-8cf3-614a331b404b", "ceac58fd-d64d-42e7-9189-bcdd8eb3bbd8", "cbb67302-5960-4ebf-ae43-124181f31f91" ], "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": "" } } ] 2023-01-07T09:21:29.235Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bd6a7af0-32e0-4575-b647-789e934008ec VfModuleModelInvariantUUID:8755ce3e-ec45-4dde-b188-238a724ceae4 VfModuleModelDescription:NULL Artifacts UUID List:{ cc76ba99-b2e7-4d05-8cf3-614a331b404b , ceac58fd-d64d-42e7-9189-bcdd8eb3bbd8 , cbb67302-5960-4ebf-ae43-124181f31f91 } 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 } 2023-01-07T09:21:29.235Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ceac58fd-d64d-42e7-9189-bcdd8eb3bbd8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-07T09:21:29.235Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:21:29.235Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-07T09:21:29.315Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:21:29.315Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ceac58fd-d64d-42e7-9189-bcdd8eb3bbd8 1164 2023-01-07T09:21:29.315Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:29.316Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:29.316Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:21:29.316Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:29.318Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:29.318Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083289315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:21:29.418Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:29.420Z||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. 2023-01-07T09:21:29.420Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:29.431Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:29.431Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:30.319Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cbb67302-5960-4ebf-ae43-124181f31f91 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-07T09:21:30.320Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-07T09:21:30.320Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-07T09:21:30.385Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-07T09:21:30.385Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env cbb67302-5960-4ebf-ae43-124181f31f91 200 2023-01-07T09:21:30.386Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:30.386Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:30.386Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:21:30.387Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:30.389Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:30.389Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083290386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:21:30.489Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:30.491Z||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. 2023-01-07T09:21:30.491Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:30.502Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:30.502Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:31.391Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 85a266f5-59f5-444d-b600-8c8d292cd451 2023-01-07T09:21:31.391Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 91b2a39d-1fc5-47f1-8f26-8a55e506f85a ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2023-01-07T09:21:31.420Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:21:31.430Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c89143a, org.onap.sdc.toscaparser.api.parameters.Input@a375a63, org.onap.sdc.toscaparser.api.parameters.Input@4145035c, org.onap.sdc.toscaparser.api.parameters.Input@49426375, org.onap.sdc.toscaparser.api.parameters.Input@1dbe96a3] 2023-01-07T09:21:31.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:31.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:31.434Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2023-01-07T09:21:31.434Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= bb2629da-6491-4557-b612-de3742741952 2023-01-07T09:21:31.434Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bb2629da-6491-4557-b612-de3742741952 matches Tosca VF Customization UUID: bb2629da-6491-4557-b612-de3742741952 2023-01-07T09:21:31.434Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: bb2629da-6491-4557-b612-de3742741952 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-01-07T09:21:31.436Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:31.437Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:31.438Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id bb2629da-6491-4557-b612-de3742741952: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-07T09:21:31.438Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1edf0002 2023-01-07T09:21:31.438Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:31.439Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-07T09:21:31.439Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6a51188-6aad-40d8-b650-12e99c3996b8 2023-01-07T09:21:31.439Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6a51188-6aad-40d8-b650-12e99c3996b8 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-01-07T09:21:31.441Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:31.442Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-07T09:21:31.442Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:21:31.444Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:31.444Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-07T09:21:31.444Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:21:31.445Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:31.445Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-07T09:21:31.445Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-07T09:21:31.445Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0d1abad5-2b6f-42e1-a5d8-281315199da1 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-01-07T09:21:31.447Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:31.448Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-07T09:21:31.448Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:21:31.448Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:31.448Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-07T09:21:31.449Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=bb2629da-6491-4557-b612-de3742741952 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:21:31.450Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:31.451Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:31.451Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 85a266f5-59f5-444d-b600-8c8d292cd451: basic_cnf 2023-01-07T09:21:31.451Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:31.452Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:31.452Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:31.452Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:31.452Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:31.453Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:31.453Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:31.453Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:31.453Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:21:31.453Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:21:31.454Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-07T09:21:31.518Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 91b2a39d-1fc5-47f1-8f26-8a55e506f85a 1 ASDC deployResourceStructure 2023-01-07T09:21:31.520Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:31.520Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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) 2023-01-07T09:21:31.520Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-07T09:21:31.521Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:31.523Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:31.524Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083291519, "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" } 2023-01-07T09:21:31.624Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-07T09:21:31.625Z||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. 2023-01-07T09:21:31.625Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:31.636Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:31.636Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:32.528Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:32.529Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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) 2023-01-07T09:21:32.529Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-07T09:21:32.530Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:32.533Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:32.533Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083292528, "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" } 2023-01-07T09:21:32.633Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:32.634Z||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. 2023-01-07T09:21:32.634Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:32.644Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:32.644Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:33.534Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:33.535Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:33.535Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:21:33.535Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:33.539Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:33.539Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083293534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:21:33.639Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:33.640Z||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. 2023-01-07T09:21:33.641Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:33.650Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:33.650Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:34.540Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:34.540Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:34.541Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:21:34.541Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:34.543Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:34.543Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083294540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-07T09:21:34.644Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:21:34.644Z||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. 2023-01-07T09:21:34.645Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:34.666Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:34.667Z||pool-89-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:35.544Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:35.545Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||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 2023-01-07T09:21:35.545Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:21:35.545Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:35.548Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:35.548Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083295544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-07T09:21:35.649Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:35.650Z||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. 2023-01-07T09:21:35.650Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:35.660Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:35.660Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:36.550Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-07T09:21:36.550Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-07T09:21:36.551Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:21:36.551Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:21:36.553Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:21:36.553Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083296550, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:21:36.654Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:21:36.655Z||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. 2023-01-07T09:21:36.655Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:36.667Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:36.668Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:21:37.555Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 044974f0-4b80-4a3b-8aba-60a51856f437 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:21:37.575Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 044974f0-4b80-4a3b-8aba-60a51856f437 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=? 2023-01-07T09:21:37.581Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:21:37.581Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-07T09:21:37.581Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-07T09:21:37.582Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-07T09:21:37.582Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:21:37.582Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:21:37.583Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:21:37.583Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:21:37.583Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:21:37.584Z|044974f0-4b80-4a3b-8aba-60a51856f437|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=? 2023-01-07T09:21:37.597Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-07T09:21:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:21:38.434Z||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. 2023-01-07T09:21:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:21:39.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:21:39.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc28579e-3fdb-4b07-9488-40b7bd20497e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083268968, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:21:39.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:21:39.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:21:39.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:21:39.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-07T09:21:39.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:21:39.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-07T09:21:39.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:21:39.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:21:39.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:21:39.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-07T09:21:39.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:21:39.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:21:39.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:21:39.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-07T09:21:39.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:21:39.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:21:39.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:21:39.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083269983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:21:39.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-07T09:21:39.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083283670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:21:39.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:21:39.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083286054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:21:39.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:21:39.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083287143, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-07T09:21:39.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:21:39.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083288221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:21:39.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:21:39.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083289315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:21:39.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:21:39.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083290386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:21:39.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:21:39.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083291519, "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" } 2023-01-07T09:21:39.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:21:39.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083292528, "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" } 2023-01-07T09:21:39.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:21:39.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083293534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:21:39.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:21:39.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083294540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-07T09:21:39.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:21:39.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083295544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-07T09:21:39.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:21:39.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-07T09:21:39.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083296550, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:21:39.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:22:07.597Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 044974f0-4b80-4a3b-8aba-60a51856f437 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=? 2023-01-07T09:22:07.606Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 044974f0-4b80-4a3b-8aba-60a51856f437 and serviceModelVersionId: 85a266f5-59f5-444d-b600-8c8d292cd451 2023-01-07T09:22:07.606Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f69fda6a-d97f-4bde-911f-6005afeab4a9 2023-01-07T09:22:07.606Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f69fda6a-d97f-4bde-911f-6005afeab4a9/model-vers/model-ver/85a266f5-59f5-444d-b600-8c8d292cd451?depth=0 2023-01-07T09:22:07.610Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-01-07T09:22:07.650Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f69fda6a-d97f-4bde-911f-6005afeab4a9/model-vers/model-ver/85a266f5-59f5-444d-b600-8c8d292cd451?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]} 2023-01-07T09:22:07.651Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f69fda6a-d97f-4bde-911f-6005afeab4a9/model-vers/model-ver/85a266f5-59f5-444d-b600-8c8d292cd451?depth=0|INFO|500||Invoke 2023-01-07T09:22:07.673Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f69fda6a-d97f-4bde-911f-6005afeab4a9/model-vers/model-ver/85a266f5-59f5-444d-b600-8c8d292cd451?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-07T09:22:07.796Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f69fda6a-d97f-4bde-911f-6005afeab4a9/model-vers/model-ver/85a266f5-59f5-444d-b600-8c8d292cd451?depth=0|INFO|500||InvokeReturn 2023-01-07T09:22:07.797Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f69fda6a-d97f-4bde-911f-6005afeab4a9/model-vers/model-ver/85a266f5-59f5-444d-b600-8c8d292cd451?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 09:22:07 GMT], content-length=[0], vertex-id=[225304], x-aai-txid=[0-aai-resources-230107-09:22:07:861-25497], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-07T09:22:07.798Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-01-07T09:22:07.798Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-07T09:22:07.798Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:22:07.803Z|044974f0-4b80-4a3b-8aba-60a51856f437|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) 2023-01-07T09:22:07.803Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 044974f0-4b80-4a3b-8aba-60a51856f437 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-07T09:22:07.803Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-07T09:22:07.804Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:22:07.806Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:22:07.806Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083327803, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:22:07.906Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:22:07.908Z||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. 2023-01-07T09:22:07.908Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:22:07.920Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:22:07.921Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-07T09:22:08.818Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:22:08.819Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T09:22:08.819Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:22:18.386Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:22:18.387Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:22:18.388Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T09:22:18.388Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:22:27.927Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:22:27.928Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:22:27.928Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T09:22:27.928Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:22:37.468Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:22:37.469Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:22:37.469Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T09:22:37.470Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:22:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:22:38.434Z||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. 2023-01-07T09:22:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:22:39.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:22:39.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:22:39.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "044974f0-4b80-4a3b-8aba-60a51856f437", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673083327803, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:22:39.059Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:22:47.008Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:22:47.009Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:22:47.009Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T09:22:47.009Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:22:56.568Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:23:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:23:38.432Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T09:23:38.432Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:23:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:23:38.434Z||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. 2023-01-07T09:23:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:23:47.993Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:23:47.998Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:24:38.430Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:24:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T09:24:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:24:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:24:38.434Z||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. 2023-01-07T09:24:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:24:47.976Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:24:47.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:25:38.429Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:25:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T09:25:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:25:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:25:38.434Z||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. 2023-01-07T09:25:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:25:47.972Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:25:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:26:38.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:26:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:26:38.433Z||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. 2023-01-07T09:26:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:26:38.434Z||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. 2023-01-07T09:26:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:26:47.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:26:47.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:27:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:27:38.430Z||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. 2023-01-07T09:27:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:27:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:27:38.433Z||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. 2023-01-07T09:27:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:27:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:27:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:28:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:28:38.430Z||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. 2023-01-07T09:28:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:28:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:28:38.434Z||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. 2023-01-07T09:28:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:28:47.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:28:47.976Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:29:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:29:38.431Z||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. 2023-01-07T09:29:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:29:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:29:38.433Z||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. 2023-01-07T09:29:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:29:47.989Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:29:47.991Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:30:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:30:38.431Z||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. 2023-01-07T09:30:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:30:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:30:38.433Z||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. 2023-01-07T09:30:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:30:47.979Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:30:47.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:31:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:31:38.431Z||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. 2023-01-07T09:31:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:31:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:31:38.433Z||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. 2023-01-07T09:31:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:31:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:31:47.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:32:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:32:38.431Z||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. 2023-01-07T09:32:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:32:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:32:38.434Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T09:32:38.434Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:32:47.976Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:32:47.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:33:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:33:38.431Z||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. 2023-01-07T09:33:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:33:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:33:38.434Z||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. 2023-01-07T09:33:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:33:47.978Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:33:47.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:34:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:34:38.430Z||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. 2023-01-07T09:34:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:34:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:34:38.433Z||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. 2023-01-07T09:34:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:34:47.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:34:47.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:35:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:35:38.430Z||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. 2023-01-07T09:35:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:35:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:35:38.433Z||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. 2023-01-07T09:35:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:35:47.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:35:47.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:36:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:36:38.431Z||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. 2023-01-07T09:36:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:36:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:36:38.434Z||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. 2023-01-07T09:36:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:36:47.975Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:36:47.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:37:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:37:38.431Z||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. 2023-01-07T09:37:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:37:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:37:38.434Z||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. 2023-01-07T09:37:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:37:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:37:47.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:38:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:38:38.431Z||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. 2023-01-07T09:38:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:38:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:38:38.433Z||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. 2023-01-07T09:38:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:38:47.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:38:47.980Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:39:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:39:38.430Z||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. 2023-01-07T09:39:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:39:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:39:38.433Z||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. 2023-01-07T09:39:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:39:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:39:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:40:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:40:38.432Z||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. 2023-01-07T09:40:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:40:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:40:38.434Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T09:40:38.434Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:40:47.976Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:40:47.976Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:41:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:41:38.431Z||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. 2023-01-07T09:41:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:41:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:41:38.434Z||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. 2023-01-07T09:41:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:41:47.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:41:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:42:38.432Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:42:38.433Z||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. 2023-01-07T09:42:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:42:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:42:38.434Z||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. 2023-01-07T09:42:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:42:47.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:42:47.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:43:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:43:38.431Z||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. 2023-01-07T09:43:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:43:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:43:38.433Z||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. 2023-01-07T09:43:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:43:47.991Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:43:47.994Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:44:38.430Z||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. 2023-01-07T09:44:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:44:38.433Z||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. 2023-01-07T09:44:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:38.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:38.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "aai-ml", "timestamp": 1673084662614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "cds", "timestamp": 1673084666417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084670543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084669941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "aai-ml", "timestamp": 1673084662614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "cds", "timestamp": 1673084666417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084669941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:44:38.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084670543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "aai-ml", "timestamp": 1673084662614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084669941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-07T09:44:38.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "cds", "timestamp": 1673084666417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084670543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "aai-ml", "timestamp": 1673084662614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "cds", "timestamp": 1673084666417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084669941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084670543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "aai-ml", "timestamp": 1673084662614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "cds", "timestamp": 1673084666417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084669941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-07T09:44:38.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084670543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:38.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:44:38.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "ves-openapi-manager", "timestamp": 1673084675930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:38.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:44:39.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:39.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-07T09:44:39.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"5603230e-dfac-4bd3-b872-b393f6032f35","serviceDescription":"service","serviceInvariantUUID":"b8fd3632-534f-4e4a-8fbe-07a3ac5dc8d1","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67188bc3-67c6-42b9-9f00-ddbfaa7959f8","resourceInvariantUUID":"37e3df93-fec1-4bd0-8439-15ccca725c4e","resourceCustomizationUUID":"8dc3fc03-326d-433c-a83b-5b6a889c18d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ0OWZkZmI0NWQ2YTk1NjY4YTkzNDIwMTViZjA1YWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e28dda2f-c28c-435b-b41b-d31da69db635","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"NDRmN2EyODkxYWI2ZDg3ZWMxZTNiMGYzODA3Mzg5YzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc72de3b-ec1b-497a-ab8a-81272d920436","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bf8e5b53-884a-4174-a602-0d995334ee6c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70ce2849-b17c-47e6-9f33-d6acfab1950f","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5b95c671-1f35-4185-ba0f-9a81afb6a603","artifactVersion":"2","generatedFromUUID":"2f582773-abc8-4674-9d31-d8c51a42ea38"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e175d7c8-aa0e-4993-8a4e-02995df30003","artifactVersion":"2","generatedFromUUID":"bf8e5b53-884a-4174-a602-0d995334ee6c"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2f582773-abc8-4674-9d31-d8c51a42ea38","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0fd72eb7-3f2b-4e9a-aa7e-a6a2314849a6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YzQ0YzNlODI3NjFiZTZlNzhkYzU0ODFhOGE0ZTI3Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54c5f832-0c91-4979-b132-6755ed067633","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTY0OWE5OGU4M2E3MTFjNGFhNDA0MWQxYTMzNTQyN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c62181fd-78e6-4ec0-b14f-2fe40591ceb8","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-07T09:44:39.065Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:44:39.066Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:39.072Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:39.072Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:39.172Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:44:39.173Z||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. 2023-01-07T09:44:39.173Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:39.188Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:39.189Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:40.073Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:44:40.074Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:40.089Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:40.089Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:44:40.177Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2023-01-07T09:44:40.178Z||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. 2023-01-07T09:44:40.178Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:40.192Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:40.192Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:41.090Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:44:41.090Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:41.093Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:41.093Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-07T09:44:41.193Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:44:41.194Z||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. 2023-01-07T09:44:41.194Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:41.210Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:41.211Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:42.093Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:44:42.094Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:42.096Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:42.096Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:42.197Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:44:42.198Z||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. 2023-01-07T09:44:42.198Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:42.210Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:42.211Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:44:43.097Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:44:43.098Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:43.100Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:43.100Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-07T09:44:43.200Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:44:43.202Z||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. 2023-01-07T09:44:43.202Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:43.212Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:43.213Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:44.101Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:44:44.101Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:44.104Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:44.104Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-07T09:44:44.205Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-07T09:44:44.206Z||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. 2023-01-07T09:44:44.206Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:44.215Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:44.215Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:45.105Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:44:45.106Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:45.109Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:45.109Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-07T09:44:45.209Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:44:45.210Z||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. 2023-01-07T09:44:45.210Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:45.234Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:45.234Z||pool-99-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:46.109Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:44:46.110Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:46.113Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:46.113Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:46.214Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:44:46.215Z||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. 2023-01-07T09:44:46.215Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:46.225Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:46.226Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:47.114Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:44:47.114Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:47.117Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:47.117Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:44:47.217Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:44:47.218Z||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. 2023-01-07T09:44:47.218Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:47.230Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:47.231Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:48.118Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:44:48.118Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:48.120Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:48.121Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:44:48.221Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:44:48.222Z||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. 2023-01-07T09:44:48.222Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:48.238Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:48.239Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:49.122Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "5603230e-dfac-4bd3-b872-b393f6032f35", "serviceDescription": "service", "serviceInvariantUUID": "b8fd3632-534f-4e4a-8fbe-07a3ac5dc8d1", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "8dc3fc03-326d-433c-a83b-5b6a889c18d2", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "67188bc3-67c6-42b9-9f00-ddbfaa7959f8", "resourceInvariantUUID": "37e3df93-fec1-4bd0-8439-15ccca725c4e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "NDRmN2EyODkxYWI2ZDg3ZWMxZTNiMGYzODA3Mzg5YzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dc72de3b-ec1b-497a-ab8a-81272d920436", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "bf8e5b53-884a-4174-a602-0d995334ee6c", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e175d7c8-aa0e-4993-8a4e-02995df30003", "generatedFromUUID": "bf8e5b53-884a-4174-a602-0d995334ee6c" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5b95c671-1f35-4185-ba0f-9a81afb6a603", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e175d7c8-aa0e-4993-8a4e-02995df30003", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2f582773-abc8-4674-9d31-d8c51a42ea38", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YTY0OWE5OGU4M2E3MTFjNGFhNDA0MWQxYTMzNTQyN2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c62181fd-78e6-4ec0-b14f-2fe40591ceb8" } ], "workloadContext": "Production" } 2023-01-07T09:44:49.123Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-07T09:44:49.123Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5603230e-dfac-4bd3-b872-b393f6032f35 ASDC 2023-01-07T09:44:49.124Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:5603230e-dfac-4bd3-b872-b393f6032f35 ServiceInvariantUUID:b8fd3632-534f-4e4a-8fbe-07a3ac5dc8d1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:c62181fd-78e6-4ec0-b14f-2fe40591ceb8 ArtifactChecksum:YTY0OWE5OGU4M2E3MTFjNGFhNDA0MWQxYTMzNTQyN2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:8dc3fc03-326d-433c-a83b-5b6a889c18d2 ResourceInvariantUUID:37e3df93-fec1-4bd0-8439-15ccca725c4e ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:67188bc3-67c6-42b9-9f00-ddbfaa7959f8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:dc72de3b-ec1b-497a-ab8a-81272d920436 ArtifactChecksum:NDRmN2EyODkxYWI2ZDg3ZWMxZTNiMGYzODA3Mzg5YzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:bf8e5b53-884a-4174-a602-0d995334ee6c ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:e175d7c8-aa0e-4993-8a4e-02995df30003 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:5b95c671-1f35-4185-ba0f-9a81afb6a603 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:e175d7c8-aa0e-4993-8a4e-02995df30003 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:2f582773-abc8-4674-9d31-d8c51a42ea38 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-07T09:44:49.124Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5603230e-dfac-4bd3-b872-b393f6032f35 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 (?, ?, ?, ?, ?) 2023-01-07T09:44:49.185Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:44:49.187Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-07T09:44:49.187Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-07T09:44:49.187Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c62181fd-78e6-4ec0-b14f-2fe40591ceb8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-07T09:44:49.188Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-07T09:44:49.188Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-07T09:44:49.372Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-07T09:44:49.382Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c62181fd-78e6-4ec0-b14f-2fe40591ceb8 162989 2023-01-07T09:44:49.382Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-07T09:44:49.382Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-07T09:44:49.383Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:44:49.383Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:49.386Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:49.386Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084689382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:44:49.486Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:44:49.487Z||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. 2023-01-07T09:44:49.487Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:49.504Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:49.505Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:50.387Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:44:50.388Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-07T09:44:50.388Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c62181fd-78e6-4ec0-b14f-2fe40591ceb8, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-07T09:44:50.389Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-07T09:44:50.390Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-07T09:44:50.390Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-07T09:44:50.602Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3727785740231659162/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-07T09:44:51.959Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-07T09:44:51.960Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-07T09:44:51.960Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-07T09:44:51.960Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-07T09:44:51.961Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-07T09:44:51.961Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-07T09:44:51.961Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-07T09:44:51.961Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-07T09:44:51.961Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-07T09:44:51.962Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:51.962Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:51.962Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-07T09:44:51.963Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-07T09:44:51.963Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:44:51.963Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:51.963Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:51.964Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-07T09:44:51.964Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-07T09:44:51.964Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:44:51.964Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:51.964Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:51.965Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:51.965Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-07T09:44:51.965Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-07T09:44:51.965Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-07T09:44:51.965Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-07T09:44:51.965Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:51.965Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-07T09:44:51.966Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:51.966Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-07T09:44:51.966Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:44:51.966Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:51.967Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-07T09:44:51.967Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:44:51.967Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:51.967Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-07T09:44:51.967Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:44:51.967Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:51.968Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-07T09:44:51.968Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:44:51.968Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:51.968Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-07T09:44:51.968Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-07T09:44:51.968Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=5433a691-86c9-4aa6-b596-6f3bff3721ca 2023-01-07T09:44:51.968Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:51.969Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:51.969Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:51.969Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:51.969Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:51.969Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:51.969Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:51.969Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:51.970Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:5603230e-dfac-4bd3-b872-b393f6032f35 Model Version:NULL Model InvariantUuid:b8fd3632-534f-4e4a-8fbe-07a3ac5dc8d1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:85137c46-22d9-440e-86e7-0fd9d5643183 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:37e3df93-fec1-4bd0-8439-15ccca725c4e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8dc3fc03-326d-433c-a83b-5b6a889c18d2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:00f72b57-c92e-4d3c-b8e2-533c3c2fee7a ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:bb20f071-31ce-4016-8108-7c41f0500115 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:41ee9fdb-f900-4402-bea7-6dcd39e3e2a7 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:dd6c8d24-9115-4334-8731-1be11eb1670a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5433a691-86c9-4aa6-b596-6f3bff3721ca ModelInvariantUuid:2036ae32-f398-41fc-ba9b-9e8752f0fb03 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:f61f6765-0dd1-4b3d-bd67-f55cbb0a0ebd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:f8528ebc-3eb6-4680-9a77-79be57f54d30 ModelInvariantUuid:da3934d7-163e-41c4-be06-af064cc84df0 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:967cb9e1-674f-4494-80c5-ff2adbec3fd6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-07T09:44:51.978Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 67188bc3-67c6-42b9-9f00-ddbfaa7959f8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:44:51.983Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2023-01-07T09:44:51.983Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 67188bc3-67c6-42b9-9f00-ddbfaa7959f8 2023-01-07T09:44:51.983Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dc72de3b-ec1b-497a-ab8a-81272d920436 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-07T09:44:51.983Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-07T09:44:51.983Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-07T09:44:52.035Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-07T09:44:52.036Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json dc72de3b-ec1b-497a-ab8a-81272d920436 1565 2023-01-07T09:44:52.036Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-07T09:44:52.036Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-07T09:44:52.037Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:44:52.037Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:52.039Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:52.039Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084692036, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:44:52.140Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-07T09:44:52.141Z||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. 2023-01-07T09:44:52.141Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:52.152Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:52.153Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:53.040Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "41ee9fdb-f900-4402-bea7-6dcd39e3e2a7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dd6c8d24-9115-4334-8731-1be11eb1670a", "vfModuleModelCustomizationUUID": "7f57dc33-589f-447f-82d5-6dc9adfb7e82", "isBase": true, "artifacts": [ "bf8e5b53-884a-4174-a602-0d995334ee6c", "e175d7c8-aa0e-4993-8a4e-02995df30003" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "00f72b57-c92e-4d3c-b8e2-533c3c2fee7a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bb20f071-31ce-4016-8108-7c41f0500115", "vfModuleModelCustomizationUUID": "a0090a73-b2a4-4a2b-b894-3978ebe6b0c9", "isBase": false, "artifacts": [ "2f582773-abc8-4674-9d31-d8c51a42ea38" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-07T09:44:53.046Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dd6c8d24-9115-4334-8731-1be11eb1670a VfModuleModelInvariantUUID:41ee9fdb-f900-4402-bea7-6dcd39e3e2a7 VfModuleModelDescription:NULL Artifacts UUID List:{ bf8e5b53-884a-4174-a602-0d995334ee6c , e175d7c8-aa0e-4993-8a4e-02995df30003 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:bb20f071-31ce-4016-8108-7c41f0500115 VfModuleModelInvariantUUID:00f72b57-c92e-4d3c-b8e2-533c3c2fee7a VfModuleModelDescription:NULL Artifacts UUID List:{ 2f582773-abc8-4674-9d31-d8c51a42ea38 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-01-07T09:44:53.050Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "41ee9fdb-f900-4402-bea7-6dcd39e3e2a7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dd6c8d24-9115-4334-8731-1be11eb1670a", "vfModuleModelCustomizationUUID": "7f57dc33-589f-447f-82d5-6dc9adfb7e82", "isBase": true, "artifacts": [ "bf8e5b53-884a-4174-a602-0d995334ee6c", "e175d7c8-aa0e-4993-8a4e-02995df30003" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "00f72b57-c92e-4d3c-b8e2-533c3c2fee7a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bb20f071-31ce-4016-8108-7c41f0500115", "vfModuleModelCustomizationUUID": "a0090a73-b2a4-4a2b-b894-3978ebe6b0c9", "isBase": false, "artifacts": [ "2f582773-abc8-4674-9d31-d8c51a42ea38" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-07T09:44:53.050Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dd6c8d24-9115-4334-8731-1be11eb1670a VfModuleModelInvariantUUID:41ee9fdb-f900-4402-bea7-6dcd39e3e2a7 VfModuleModelDescription:NULL Artifacts UUID List:{ bf8e5b53-884a-4174-a602-0d995334ee6c , e175d7c8-aa0e-4993-8a4e-02995df30003 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:bb20f071-31ce-4016-8108-7c41f0500115 VfModuleModelInvariantUUID:00f72b57-c92e-4d3c-b8e2-533c3c2fee7a VfModuleModelDescription:NULL Artifacts UUID List:{ 2f582773-abc8-4674-9d31-d8c51a42ea38 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-01-07T09:44:53.051Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bf8e5b53-884a-4174-a602-0d995334ee6c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-07T09:44:53.051Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-07T09:44:53.051Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-07T09:44:53.113Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-07T09:44:53.114Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml bf8e5b53-884a-4174-a602-0d995334ee6c 914 2023-01-07T09:44:53.114Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-07T09:44:53.114Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-07T09:44:53.115Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:44:53.115Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:53.117Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:53.117Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084693114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:44:53.217Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:44:53.218Z||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. 2023-01-07T09:44:53.218Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:53.227Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:53.228Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:54.118Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5b95c671-1f35-4185-ba0f-9a81afb6a603 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-07T09:44:54.119Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-07T09:44:54.119Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-07T09:44:54.350Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-07T09:44:54.351Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 5b95c671-1f35-4185-ba0f-9a81afb6a603 12 2023-01-07T09:44:54.352Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-07T09:44:54.352Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-07T09:44:54.352Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:44:54.353Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:54.355Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:54.355Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084694352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:44:54.455Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:44:54.457Z||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. 2023-01-07T09:44:54.457Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:54.467Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:54.468Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:44:55.356Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e175d7c8-aa0e-4993-8a4e-02995df30003 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-07T09:44:55.357Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-07T09:44:55.358Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-07T09:44:55.460Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-07T09:44:55.461Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env e175d7c8-aa0e-4993-8a4e-02995df30003 96 2023-01-07T09:44:55.461Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-07T09:44:55.461Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-07T09:44:55.461Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:44:55.462Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:55.466Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:55.466Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084695461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:44:55.566Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:44:55.567Z||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. 2023-01-07T09:44:55.567Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:55.580Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:55.581Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:56.467Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2f582773-abc8-4674-9d31-d8c51a42ea38 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-07T09:44:56.467Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-07T09:44:56.468Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-07T09:44:56.569Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-07T09:44:56.570Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2f582773-abc8-4674-9d31-d8c51a42ea38 20206 2023-01-07T09:44:56.571Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-07T09:44:56.571Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-07T09:44:56.572Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:44:56.572Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:56.574Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:56.575Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084696571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-07T09:44:56.675Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-07T09:44:56.675Z||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. 2023-01-07T09:44:56.676Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:56.687Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:56.688Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:57.581Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5603230e-dfac-4bd3-b872-b393f6032f35 2023-01-07T09:44:57.582Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 67188bc3-67c6-42b9-9f00-ddbfaa7959f8 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:44:57.593Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48664f38, org.onap.sdc.toscaparser.api.parameters.Input@2bb39cd8, org.onap.sdc.toscaparser.api.parameters.Input@46a087cd, org.onap.sdc.toscaparser.api.parameters.Input@4cfa910f, org.onap.sdc.toscaparser.api.parameters.Input@369f1827] 2023-01-07T09:44:57.596Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:57.596Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:57.596Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2023-01-07T09:44:57.596Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 8dc3fc03-326d-433c-a83b-5b6a889c18d2 2023-01-07T09:44:57.597Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8dc3fc03-326d-433c-a83b-5b6a889c18d2 matches Tosca VF Customization UUID: 8dc3fc03-326d-433c-a83b-5b6a889c18d2 2023-01-07T09:44:57.597Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 8dc3fc03-326d-433c-a83b-5b6a889c18d2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-01-07T09:44:57.601Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:57.601Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:57.602Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 8dc3fc03-326d-433c-a83b-5b6a889c18d2: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2023-01-07T09:44:57.602Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b4be5ef 2023-01-07T09:44:57.603Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:57.603Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-07T09:44:57.603Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a0090a73-b2a4-4a2b-b894-3978ebe6b0c9 2023-01-07T09:44:57.603Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a0090a73-b2a4-4a2b-b894-3978ebe6b0c9 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-01-07T09:44:57.607Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:57.608Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-07T09:44:57.608Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:44:57.608Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:57.609Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-07T09:44:57.609Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:44:57.609Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:57.610Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-07T09:44:57.610Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8dc3fc03-326d-433c-a83b-5b6a889c18d2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:44:57.612Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:57.612Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:57.613Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5603230e-dfac-4bd3-b872-b393f6032f35: basic_cnf_macro 2023-01-07T09:44:57.613Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:57.613Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:57.614Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:57.614Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:57.614Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:57.614Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:57.614Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:57.615Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:57.615Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:44:57.615Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:44:57.615Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-07T09:44:57.667Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 67188bc3-67c6-42b9-9f00-ddbfaa7959f8 2 ASDC deployResourceStructure 2023-01-07T09:44:57.668Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-07T09:44:57.668Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-07T09:44:57.668Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:44:57.669Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:57.671Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:57.671Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084697668, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:44:57.772Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:44:57.773Z||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. 2023-01-07T09:44:57.773Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:57.784Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:57.785Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:58.675Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-07T09:44:58.675Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-07T09:44:58.675Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:44:58.675Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:58.677Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:58.678Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084698674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-07T09:44:58.778Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:44:58.779Z||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. 2023-01-07T09:44:58.779Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:58.789Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:58.790Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:44:59.679Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-07T09:44:59.679Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-01-07T09:44:59.679Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-07T09:44:59.680Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:44:59.682Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:44:59.682Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084699679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-07T09:44:59.783Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:44:59.784Z||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. 2023-01-07T09:44:59.784Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:44:59.796Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:44:59.796Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:45:00.684Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-07T09:45:00.685Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-07T09:45:00.685Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:45:00.686Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:45:00.688Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:45:00.689Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084700684, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-07T09:45:00.788Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-07T09:45:00.789Z||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. 2023-01-07T09:45:00.790Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:45:00.802Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:45:00.803Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:45:01.690Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-07T09:45:01.690Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-01-07T09:45:01.691Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-07T09:45:01.691Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:45:01.693Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:45:01.693Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084701690, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-07T09:45:01.793Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:45:01.794Z||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. 2023-01-07T09:45:01.795Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:45:01.811Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:45:01.811Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:45:02.694Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-07T09:45:02.695Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-07T09:45:02.695Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:45:02.695Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:45:02.697Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:45:02.697Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084702694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:45:02.798Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:45:02.799Z||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. 2023-01-07T09:45:02.799Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:45:02.809Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:45:02.810Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:45:03.701Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:45:03.713Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 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=? 2023-01-07T09:45:03.715Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:45:03.716Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:45:03.716Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:45:33.716Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:45:33.726Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 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=? 2023-01-07T09:45:33.728Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:45:33.728Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:45:33.729Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:45:38.434Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:45:38.435Z||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. 2023-01-07T09:45:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:45:38.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:45:38.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:45:38.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "aai-ml", "timestamp": 1673084662614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:45:38.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:46:03.729Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:46:03.742Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 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=? 2023-01-07T09:46:03.747Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:46:03.747Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:46:03.747Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:46:33.747Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:46:33.772Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 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=? 2023-01-07T09:46:33.774Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:46:33.775Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:46:33.775Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:46:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:46:38.435Z||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. 2023-01-07T09:46:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:46:38.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:46:38.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:46:38.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "cds", "timestamp": 1673084666417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:46:38.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:46:38.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:46:38.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084669941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-07T09:46:38.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:46:38.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:46:38.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084670543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:46:38.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:03.775Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:47:03.787Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 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=? 2023-01-07T09:47:03.789Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:47:03.789Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:47:03.789Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:47:33.790Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:47:33.800Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 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=? 2023-01-07T09:47:33.802Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:47:33.802Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-07T09:47:33.802Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-07T09:47:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:47:38.434Z||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. 2023-01-07T09:47:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:47:38.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:47:38.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "ves-openapi-manager", "timestamp": 1673084675930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "aai-ml", "timestamp": 1673084662614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084669941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-07T09:47:38.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "cds", "timestamp": 1673084666417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084670543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:47:38.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "ves-openapi-manager", "timestamp": 1673084675930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "aai-ml", "timestamp": 1673084662614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084669941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "cds", "timestamp": 1673084666417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084670543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-07T09:47:38.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "ves-openapi-manager", "timestamp": 1673084675930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "aai-ml", "timestamp": 1673084662614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084669941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "cds", "timestamp": 1673084666417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084670543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "ves-openapi-manager", "timestamp": 1673084675930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "aai-ml", "timestamp": 1673084662614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:47:38.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084669941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:47:38.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "cds", "timestamp": 1673084666417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:47:38.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084670543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:47:38.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-07T09:47:38.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "ves-openapi-manager", "timestamp": 1673084675930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084682058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.481Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "cds", "timestamp": 1673084685732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.482Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084682273, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "aai-ml", "timestamp": 1673084682335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-07T09:47:38.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "ves-openapi-manager", "timestamp": 1673084675930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084683414, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-07T09:47:38.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "ves-openapi-manager", "timestamp": 1673084675930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084684524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "ves-openapi-manager", "timestamp": 1673084675930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084684512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:47:38.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "cds", "timestamp": 1673084688903, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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=? 2023-01-07T09:47:38.496Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 2023-01-07T09:47:38.496Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 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 (?, ?, ?, ?, ?) 2023-01-07T09:47:38.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "ves-openapi-manager", "timestamp": 1673084675930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084685647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.509Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084685517, "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=? 2023-01-07T09:47:38.515Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 2023-01-07T09:47:38.515Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 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 (?, ?, ?, ?, ?) 2023-01-07T09:47:38.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084678429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:47:38.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084686767, "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=? 2023-01-07T09:47:38.530Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 2023-01-07T09:47:38.530Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 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 (?, ?, ?, ?, ?) 2023-01-07T09:47:38.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "multicloud-k8s-id", "timestamp": 1673084687771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:47:38.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084689382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084692036, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "aai-ml", "timestamp": 1673084691070, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:47:38.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084693114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "aai-ml", "timestamp": 1673084692076, "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=? 2023-01-07T09:47:38.546Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 2023-01-07T09:47:38.546Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 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 (?, ?, ?, ?, ?) 2023-01-07T09:47:38.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084694352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084695461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084696571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.555Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084697668, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:47:38.555Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084698674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-07T09:47:38.555Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084699679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-07T09:47:38.555Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084700684, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-07T09:47:38.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084701690, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-07T09:47:38.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084702694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:47:38.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "multicloud-k8s-id", "timestamp": 1673084709941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "cds", "timestamp": 1673084711416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "multicloud-k8s-id", "timestamp": 1673084709941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:47:38.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "cds", "timestamp": 1673084711416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "multicloud-k8s-id", "timestamp": 1673084709941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-07T09:47:38.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "cds", "timestamp": 1673084711416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "multicloud-k8s-id", "timestamp": 1673084709941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "cds", "timestamp": 1673084711416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "ves-openapi-manager", "timestamp": 1673084715930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "multicloud-k8s-id", "timestamp": 1673084709941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-07T09:47:38.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "cds", "timestamp": 1673084711416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "ves-openapi-manager", "timestamp": 1673084715930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "multicloud-k8s-id", "timestamp": 1673084709941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "cds", "timestamp": 1673084711416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "ves-openapi-manager", "timestamp": 1673084715930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "multicloud-k8s-id", "timestamp": 1673084709941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "cds", "timestamp": 1673084711416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "ves-openapi-manager", "timestamp": 1673084715930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "multicloud-k8s-id", "timestamp": 1673084709941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:47:38.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "cds", "timestamp": 1673084711416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:47:38.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "ves-openapi-manager", "timestamp": 1673084715930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "multicloud-k8s-id", "timestamp": 1673084720759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "cds", "timestamp": 1673084724249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "ves-openapi-manager", "timestamp": 1673084715930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "multicloud-k8s-id", "timestamp": 1673084721816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "cds", "timestamp": 1673084725543, "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 (?, ?, ?, ?, ?) 2023-01-07T09:47:38.582Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e10cf2c-4d2d-4125-8334-0c77ab1026d3 2023-01-07T09:47:38.582Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e10cf2c-4d2d-4125-8334-0c77ab1026d3 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 (?, ?, ?, ?, ?) 2023-01-07T09:47:38.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "ves-openapi-manager", "timestamp": 1673084715930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "multicloud-k8s-id", "timestamp": 1673084722882, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "aai-ml", "timestamp": 1673084722614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "ves-openapi-manager", "timestamp": 1673084715930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "multicloud-k8s-id", "timestamp": 1673084723903, "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=? 2023-01-07T09:47:38.599Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e10cf2c-4d2d-4125-8334-0c77ab1026d3 2023-01-07T09:47:38.600Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e10cf2c-4d2d-4125-8334-0c77ab1026d3 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 (?, ?, ?, ?, ?) 2023-01-07T09:47:38.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "aai-ml", "timestamp": 1673084722614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "multicloud-k8s-id", "timestamp": 1673084724906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:47:38.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "aai-ml", "timestamp": 1673084722614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "aai-ml", "timestamp": 1673084722614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "aai-ml", "timestamp": 1673084722614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "aai-ml", "timestamp": 1673084722614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "aai-ml", "timestamp": 1673084722614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "aai-ml", "timestamp": 1673084722614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:47:38.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084730543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "aai-ml", "timestamp": 1673084731403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:47:38.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:47:38.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084730543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084730543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084730543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084730543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:47:38.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:47:38.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084730543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:47:38.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:03.802Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:48:03.818Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 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=? 2023-01-07T09:48:03.820Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:48:03.821Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-07T09:48:03.821Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-07T09:48:03.821Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-07T09:48:03.821Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:48:03.822Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:48:03.822Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:48:03.822Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:48:03.823Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:48:03.823Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-07T09:48:03.828Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-07T09:48:33.828Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 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=? 2023-01-07T09:48:33.841Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 and serviceModelVersionId: 5603230e-dfac-4bd3-b872-b393f6032f35 2023-01-07T09:48:33.841Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b8fd3632-534f-4e4a-8fbe-07a3ac5dc8d1 2023-01-07T09:48:33.842Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b8fd3632-534f-4e4a-8fbe-07a3ac5dc8d1/model-vers/model-ver/5603230e-dfac-4bd3-b872-b393f6032f35?depth=0 2023-01-07T09:48:33.849Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-01-07T09:48:33.918Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8fd3632-534f-4e4a-8fbe-07a3ac5dc8d1/model-vers/model-ver/5603230e-dfac-4bd3-b872-b393f6032f35?depth=0|INFO|500||Invoke 2023-01-07T09:48:33.919Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8fd3632-534f-4e4a-8fbe-07a3ac5dc8d1/model-vers/model-ver/5603230e-dfac-4bd3-b872-b393f6032f35?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8fd3632-534f-4e4a-8fbe-07a3ac5dc8d1/model-vers/model-ver/5603230e-dfac-4bd3-b872-b393f6032f35?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7bab51c6-71e8-457e-908a-33e417b060ab], X-ECOMP-RequestID=[feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27], X-TransactionId=[], X-ONAP-RequestID=[feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27], Content-Type=[application/merge-patch+json]} 2023-01-07T09:48:33.945Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8fd3632-534f-4e4a-8fbe-07a3ac5dc8d1/model-vers/model-ver/5603230e-dfac-4bd3-b872-b393f6032f35?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-07T09:48:34.044Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8fd3632-534f-4e4a-8fbe-07a3ac5dc8d1/model-vers/model-ver/5603230e-dfac-4bd3-b872-b393f6032f35?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8fd3632-534f-4e4a-8fbe-07a3ac5dc8d1/model-vers/model-ver/5603230e-dfac-4bd3-b872-b393f6032f35?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 09:48:34 GMT], content-length=[0], vertex-id=[204920], x-aai-txid=[0-aai-resources-230107-09:48:34:096-89158], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-07T09:48:34.045Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8fd3632-534f-4e4a-8fbe-07a3ac5dc8d1/model-vers/model-ver/5603230e-dfac-4bd3-b872-b393f6032f35?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-07T09:48:34.046Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8fd3632-534f-4e4a-8fbe-07a3ac5dc8d1/model-vers/model-ver/5603230e-dfac-4bd3-b872-b393f6032f35?depth=0|INFO|500||InvokeReturn 2023-01-07T09:48:34.047Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-07T09:48:34.047Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:48:34.057Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-07T09:48:34.058Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-07T09:48:34.058Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-07T09:48:34.059Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:34.061Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:34.062Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084914058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:48:34.161Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-07T09:48:34.162Z||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. 2023-01-07T09:48:34.162Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:34.176Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:34.176Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-07T09:48:35.090Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:48:35.092Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|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. 2023-01-07T09:48:35.092Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:48:38.434Z||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. 2023-01-07T09:48:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:38.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:38.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084730543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084730543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:48:38.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "aai-ml", "timestamp": 1673084738908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:48:38.459Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:48:38.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084739309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:48:38.459Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:48:38.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "aai-ml", "timestamp": 1673084739916, "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=? 2023-01-07T09:48:38.468Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e10cf2c-4d2d-4125-8334-0c77ab1026d3 2023-01-07T09:48:38.468Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e10cf2c-4d2d-4125-8334-0c77ab1026d3 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 (?, ?, ?, ?, ?) 2023-01-07T09:48:38.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084741631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:48:38.478Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:48:38.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084742634, "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=? 2023-01-07T09:48:38.485Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e10cf2c-4d2d-4125-8334-0c77ab1026d3 2023-01-07T09:48:38.485Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e10cf2c-4d2d-4125-8334-0c77ab1026d3 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 (?, ?, ?, ?, ?) 2023-01-07T09:48:38.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084790543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "aai-ml", "timestamp": 1673084782615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "cds", "timestamp": 1673084786416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "multicloud-k8s-id", "timestamp": 1673084789941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "aai-ml", "timestamp": 1673084782615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084790543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "multicloud-k8s-id", "timestamp": 1673084789941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "cds", "timestamp": 1673084786416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "aai-ml", "timestamp": 1673084782615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084790543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "multicloud-k8s-id", "timestamp": 1673084789941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "cds", "timestamp": 1673084786416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "aai-ml", "timestamp": 1673084782615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084790543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "multicloud-k8s-id", "timestamp": 1673084789941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "cds", "timestamp": 1673084786416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "aai-ml", "timestamp": 1673084782615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084790543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "multicloud-k8s-id", "timestamp": 1673084789941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "cds", "timestamp": 1673084786416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:38.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:48:38.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "ves-openapi-manager", "timestamp": 1673084795930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:38.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:48:39.475Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:39.476Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-07T09:48:39.476Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e10cf2c-4d2d-4125-8334-0c77ab1026d3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb","serviceDescription":"service","serviceInvariantUUID":"d6e14b15-dfa6-41f9-b993-c7bdf2256635","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4dd88213-1a00-44d1-9ebd-0655bf90e4f1","resourceInvariantUUID":"60f4b27d-60f0-487f-91c4-04c35ac6594e","resourceCustomizationUUID":"88e56b49-c232-498f-88db-d0ce935ef05c","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":"YjQ2ODkxODlmMTM5NjM2OGJhYjg1NThiYzNiY2NmMGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e0b6cbdc-14de-4907-aea4-9f67760501ac","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":"OTA1ODJiMjA5ZjlkMDIwOWJiMTBlNWE4ZGM5ZDQ0MGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91658113-450c-4a18-8f18-564d2a05c961","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":"4a51749c-6ada-4f93-9412-3bb57d87d74c","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":"f146e332-1b5c-44d9-9ea8-33fa0758326e","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":"c1326c60-ce9a-4660-baa2-f63eb3aa92af","artifactVersion":"2","generatedFromUUID":"4a51749c-6ada-4f93-9412-3bb57d87d74c"},{"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":"ODY1NzMxMDg5Y2E1NTIyOGUyMmU3YTdmMDNlOThjYmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"59f8c154-00f8-44ef-bf80-2346d86665f0","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":"NGRjYjFiODFiMTNhMjM5NWIwYTU5YjdiZjgyN2I1MDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea2fd5cf-4489-410f-9c83-66085489704e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTQ3OGFiNDQ2MWNmM2NiYzhlYmFlM2E4NTQzYTNmNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e635bb80-cb6d-4117-87c4-36f302b1eb4d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-07T09:48:39.478Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:48:39.479Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:39.481Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:39.481Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:39.581Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:48:39.582Z||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. 2023-01-07T09:48:39.582Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:39.593Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:39.594Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:48:40.482Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:48:40.482Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:40.486Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:40.486Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:48:40.587Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:48:40.588Z||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. 2023-01-07T09:48:40.588Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:40.596Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:40.596Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:48:41.486Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:48:41.488Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:41.490Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:41.490Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-07T09:48:41.590Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:48:41.591Z||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. 2023-01-07T09:48:41.591Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:41.619Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:41.619Z||pool-118-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:48:42.491Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:48:42.492Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:42.494Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:42.494Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:42.594Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:48:42.595Z||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. 2023-01-07T09:48:42.595Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:42.605Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:42.606Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:48:43.495Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:48:43.496Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:43.498Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:43.498Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-07T09:48:43.598Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:48:43.599Z||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. 2023-01-07T09:48:43.599Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:43.613Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:43.613Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:48:44.499Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:48:44.500Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:44.504Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:44.504Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:44.603Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-07T09:48:44.604Z||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. 2023-01-07T09:48:44.604Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:44.614Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:44.615Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:48:45.505Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:48:45.506Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:45.509Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:45.509Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:48:45.609Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:48:45.611Z||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. 2023-01-07T09:48:45.611Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:45.622Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:45.623Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:48:46.510Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:48:46.511Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:46.514Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:46.514Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:48:46.614Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:48:46.616Z||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. 2023-01-07T09:48:46.616Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:46.626Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:46.626Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:48:47.515Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb", "serviceDescription": "service", "serviceInvariantUUID": "d6e14b15-dfa6-41f9-b993-c7bdf2256635", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "88e56b49-c232-498f-88db-d0ce935ef05c", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4dd88213-1a00-44d1-9ebd-0655bf90e4f1", "resourceInvariantUUID": "60f4b27d-60f0-487f-91c4-04c35ac6594e", "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": "OTA1ODJiMjA5ZjlkMDIwOWJiMTBlNWE4ZGM5ZDQ0MGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "91658113-450c-4a18-8f18-564d2a05c961", "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": "4a51749c-6ada-4f93-9412-3bb57d87d74c", "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": "c1326c60-ce9a-4660-baa2-f63eb3aa92af", "generatedFromUUID": "4a51749c-6ada-4f93-9412-3bb57d87d74c" }, "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": "c1326c60-ce9a-4660-baa2-f63eb3aa92af", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YTQ3OGFiNDQ2MWNmM2NiYzhlYmFlM2E4NTQzYTNmNDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e635bb80-cb6d-4117-87c4-36f302b1eb4d" } ], "workloadContext": "Production" } 2023-01-07T09:48:47.516Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-07T09:48:47.517Z|feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb ASDC 2023-01-07T09:48:47.517Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:4e10cf2c-4d2d-4125-8334-0c77ab1026d3 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb ServiceInvariantUUID:d6e14b15-dfa6-41f9-b993-c7bdf2256635 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:e635bb80-cb6d-4117-87c4-36f302b1eb4d ArtifactChecksum:YTQ3OGFiNDQ2MWNmM2NiYzhlYmFlM2E4NTQzYTNmNDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:88e56b49-c232-498f-88db-d0ce935ef05c ResourceInvariantUUID:60f4b27d-60f0-487f-91c4-04c35ac6594e ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:4dd88213-1a00-44d1-9ebd-0655bf90e4f1 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:91658113-450c-4a18-8f18-564d2a05c961 ArtifactChecksum:OTA1ODJiMjA5ZjlkMDIwOWJiMTBlNWE4ZGM5ZDQ0MGI= 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:4a51749c-6ada-4f93-9412-3bb57d87d74c 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:c1326c60-ce9a-4660-baa2-f63eb3aa92af 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:c1326c60-ce9a-4660-baa2-f63eb3aa92af ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-07T09:48:47.518Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb 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=? 2023-01-07T09:48:47.556Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:48:47.557Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-07T09:48:47.557Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-07T09:48:47.558Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e635bb80-cb6d-4117-87c4-36f302b1eb4d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-07T09:48:47.558Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-07T09:48:47.558Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-07T09:48:47.706Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-07T09:48:47.710Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e635bb80-cb6d-4117-87c4-36f302b1eb4d 82617 2023-01-07T09:48:47.711Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-07T09:48:47.711Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-07T09:48:47.711Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:48:47.711Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:47.713Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:47.714Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084927710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:48:47.814Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:48:47.815Z||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. 2023-01-07T09:48:47.815Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:47.833Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:47.834Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:48:48.714Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:48:48.715Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-07T09:48:48.716Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e635bb80-cb6d-4117-87c4-36f302b1eb4d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-07T09:48:48.716Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-07T09:48:48.717Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-07T09:48:48.717Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-07T09:48:48.846Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9993243088233722314/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-01-07T09:48:50.118Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-07T09:48:50.119Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-07T09:48:50.119Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-07T09:48:50.119Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-07T09:48:50.119Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:50.119Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:50.119Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-07T09:48:50.120Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:50.120Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-07T09:48:50.120Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:50.120Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-07T09:48:50.120Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-07T09:48:50.120Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:50.120Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:50.121Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-07T09:48:50.121Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-07T09:48:50.121Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:48:50.121Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:50.121Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:50.122Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-07T09:48:50.122Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-07T09:48:50.122Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:48:50.122Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:50.122Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:50.122Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:50.123Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-07T09:48:50.123Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-07T09:48:50.123Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-07T09:48:50.123Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-07T09:48:50.123Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-07T09:48:50.123Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-07T09:48:50.124Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:50.124Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-07T09:48:50.124Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:50.124Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-07T09:48:50.124Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:48:50.125Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:50.125Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-07T09:48:50.125Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:48:50.125Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:50.125Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-07T09:48:50.125Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:48:50.126Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:50.126Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-07T09:48:50.126Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-07T09:48:50.126Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-07T09:48:50.126Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0ba7cce6-8da0-4ad8-95af-8ee2da95886b 2023-01-07T09:48:50.127Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:50.127Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:50.127Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:50.127Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:50.127Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:50.127Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:50.127Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:50.128Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:50.128Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb Model Version:NULL Model InvariantUuid:d6e14b15-dfa6-41f9-b993-c7bdf2256635 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:6183bb6a-a826-4e8a-bca0-1723f2665415 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:60f4b27d-60f0-487f-91c4-04c35ac6594e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:88e56b49-c232-498f-88db-d0ce935ef05c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:12013f8d-165b-4616-98af-4cf0b9e754f8 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:df65ea15-a478-4629-8a9c-21a1d9fdf919 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0ba7cce6-8da0-4ad8-95af-8ee2da95886b ModelInvariantUuid:98cf09c6-c6e3-4085-ac4f-2bbf0befb130 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:5e92fef1-e016-4a65-9558-752ea30365b9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a58c1228-677e-4406-94d1-a45dbffebdba ModelInvariantUuid:ab48987b-411e-4e09-83ee-4e6088176b0e ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:2b3dfdea-9974-4164-8292-4e9d0de53b28 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-07T09:48:50.135Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 4dd88213-1a00-44d1-9ebd-0655bf90e4f1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:48:50.146Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2023-01-07T09:48:50.146Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4dd88213-1a00-44d1-9ebd-0655bf90e4f1 2023-01-07T09:48:50.146Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 91658113-450c-4a18-8f18-564d2a05c961 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-07T09:48:50.146Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-07T09:48:50.147Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:50.207Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-07T09:48:50.207Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 91658113-450c-4a18-8f18-564d2a05c961 792 2023-01-07T09:48:50.208Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:50.208Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:50.208Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:48:50.208Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:50.212Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:50.212Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084930208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:48:50.315Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-07T09:48:50.320Z||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. 2023-01-07T09:48:50.324Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:50.336Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:50.337Z||pool-125-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:48:51.213Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "12013f8d-165b-4616-98af-4cf0b9e754f8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "df65ea15-a478-4629-8a9c-21a1d9fdf919", "vfModuleModelCustomizationUUID": "490936d0-1018-4dce-b19e-3904af419bd8", "isBase": true, "artifacts": [ "4a51749c-6ada-4f93-9412-3bb57d87d74c", "c1326c60-ce9a-4660-baa2-f63eb3aa92af" ], "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": "" } } ] 2023-01-07T09:48:51.218Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:df65ea15-a478-4629-8a9c-21a1d9fdf919 VfModuleModelInvariantUUID:12013f8d-165b-4616-98af-4cf0b9e754f8 VfModuleModelDescription:NULL Artifacts UUID List:{ 4a51749c-6ada-4f93-9412-3bb57d87d74c , c1326c60-ce9a-4660-baa2-f63eb3aa92af } 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 } 2023-01-07T09:48:51.221Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "12013f8d-165b-4616-98af-4cf0b9e754f8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "df65ea15-a478-4629-8a9c-21a1d9fdf919", "vfModuleModelCustomizationUUID": "490936d0-1018-4dce-b19e-3904af419bd8", "isBase": true, "artifacts": [ "4a51749c-6ada-4f93-9412-3bb57d87d74c", "c1326c60-ce9a-4660-baa2-f63eb3aa92af" ], "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": "" } } ] 2023-01-07T09:48:51.221Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:df65ea15-a478-4629-8a9c-21a1d9fdf919 VfModuleModelInvariantUUID:12013f8d-165b-4616-98af-4cf0b9e754f8 VfModuleModelDescription:NULL Artifacts UUID List:{ 4a51749c-6ada-4f93-9412-3bb57d87d74c , c1326c60-ce9a-4660-baa2-f63eb3aa92af } 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 } 2023-01-07T09:48:51.221Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4a51749c-6ada-4f93-9412-3bb57d87d74c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-07T09:48:51.221Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-07T09:48:51.222Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:51.286Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-07T09:48:51.287Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4a51749c-6ada-4f93-9412-3bb57d87d74c 5033 2023-01-07T09:48:51.287Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:51.288Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:51.288Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:48:51.289Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:51.291Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:51.291Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084931287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:48:51.391Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-07T09:48:51.393Z||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. 2023-01-07T09:48:51.393Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:51.405Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:51.406Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:48:52.292Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c1326c60-ce9a-4660-baa2-f63eb3aa92af from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-07T09:48:52.293Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-07T09:48:52.293Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:52.407Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-07T09:48:52.407Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c1326c60-ce9a-4660-baa2-f63eb3aa92af 903 2023-01-07T09:48:52.408Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:52.408Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:52.408Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:48:52.409Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:52.411Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:52.411Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084932408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:48:52.511Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:48:52.512Z||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. 2023-01-07T09:48:52.512Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:52.523Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:52.524Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:48:53.413Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb 2023-01-07T09:48:53.413Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4dd88213-1a00-44d1-9ebd-0655bf90e4f1 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:48:53.427Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1271a544, org.onap.sdc.toscaparser.api.parameters.Input@3ef03a08, org.onap.sdc.toscaparser.api.parameters.Input@5a29b530, org.onap.sdc.toscaparser.api.parameters.Input@39f1349f, org.onap.sdc.toscaparser.api.parameters.Input@2635fd60] 2023-01-07T09:48:53.429Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:53.429Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:53.429Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2023-01-07T09:48:53.429Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 88e56b49-c232-498f-88db-d0ce935ef05c 2023-01-07T09:48:53.429Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 88e56b49-c232-498f-88db-d0ce935ef05c matches Tosca VF Customization UUID: 88e56b49-c232-498f-88db-d0ce935ef05c 2023-01-07T09:48:53.429Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 88e56b49-c232-498f-88db-d0ce935ef05c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-01-07T09:48:53.432Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:53.432Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:53.433Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 88e56b49-c232-498f-88db-d0ce935ef05c: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2023-01-07T09:48:53.433Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ed89d60 2023-01-07T09:48:53.433Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:53.434Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-07T09:48:53.434Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 490936d0-1018-4dce-b19e-3904af419bd8 2023-01-07T09:48:53.434Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 490936d0-1018-4dce-b19e-3904af419bd8 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-01-07T09:48:53.440Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:53.440Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-07T09:48:53.441Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:48:53.441Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:53.441Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-07T09:48:53.442Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:48:53.442Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:53.442Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-07T09:48:53.442Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-07T09:48:53.443Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-07T09:48:53.443Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0ba7cce6-8da0-4ad8-95af-8ee2da95886b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-01-07T09:48:53.448Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:53.448Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-07T09:48:53.449Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-07T09:48:53.449Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:53.449Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-07T09:48:53.449Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=88e56b49-c232-498f-88db-d0ce935ef05c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:48:53.452Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:53.452Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:53.452Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb: basic_vm_macro 2023-01-07T09:48:53.452Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:53.452Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:53.452Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:53.453Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:53.453Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:53.453Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:53.453Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:53.453Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:53.453Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:48:53.454Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:48:53.454Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-07T09:48:53.547Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4dd88213-1a00-44d1-9ebd-0655bf90e4f1 1 ASDC deployResourceStructure 2023-01-07T09:48:53.548Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:53.548Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:53.549Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:48:53.549Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:53.553Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:53.553Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084933548, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:48:53.656Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-07T09:48:53.657Z||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. 2023-01-07T09:48:53.657Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:53.666Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:53.667Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:48:54.560Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:54.561Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:54.579Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:48:54.579Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:54.582Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:54.582Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084934560, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-07T09:48:54.682Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:48:54.683Z||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. 2023-01-07T09:48:54.683Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:54.693Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:54.694Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:48:55.583Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:55.583Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||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 2023-01-07T09:48:55.583Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:48:55.584Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:55.586Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:55.586Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084935583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-07T09:48:55.686Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:48:55.688Z||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. 2023-01-07T09:48:55.688Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:55.698Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:55.699Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:48:56.589Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-07T09:48:56.589Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-07T09:48:56.589Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:48:56.590Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:48:56.594Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:48:56.594Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084936588, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:48:56.694Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:48:56.695Z||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. 2023-01-07T09:48:56.695Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:48:56.707Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:48:56.708Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:48:57.599Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e10cf2c-4d2d-4125-8334-0c77ab1026d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:48:57.612Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e10cf2c-4d2d-4125-8334-0c77ab1026d3 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=? 2023-01-07T09:48:57.614Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:48:57.614Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-07T09:48:57.614Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-07T09:48:57.615Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-07T09:48:57.615Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:48:57.615Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:48:57.615Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:48:57.615Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:48:57.615Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:48:57.616Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-07T09:48:57.620Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-07T09:49:27.620Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e10cf2c-4d2d-4125-8334-0c77ab1026d3 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=? 2023-01-07T09:49:27.628Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e10cf2c-4d2d-4125-8334-0c77ab1026d3 and serviceModelVersionId: ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb 2023-01-07T09:49:27.628Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6e14b15-dfa6-41f9-b993-c7bdf2256635 2023-01-07T09:49:27.629Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6e14b15-dfa6-41f9-b993-c7bdf2256635/model-vers/model-ver/ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb?depth=0 2023-01-07T09:49:27.633Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-01-07T09:49:27.675Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6e14b15-dfa6-41f9-b993-c7bdf2256635/model-vers/model-ver/ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb?depth=0|INFO|500||Invoke 2023-01-07T09:49:27.676Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6e14b15-dfa6-41f9-b993-c7bdf2256635/model-vers/model-ver/ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6e14b15-dfa6-41f9-b993-c7bdf2256635/model-vers/model-ver/ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e10cf2c-4d2d-4125-8334-0c77ab1026d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2e8746dd-f3a3-43a3-942e-9d20f5ea5e3d], X-ECOMP-RequestID=[4e10cf2c-4d2d-4125-8334-0c77ab1026d3], X-TransactionId=[], X-ONAP-RequestID=[4e10cf2c-4d2d-4125-8334-0c77ab1026d3], Content-Type=[application/merge-patch+json]} 2023-01-07T09:49:27.695Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6e14b15-dfa6-41f9-b993-c7bdf2256635/model-vers/model-ver/ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-07T09:49:27.815Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6e14b15-dfa6-41f9-b993-c7bdf2256635/model-vers/model-ver/ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6e14b15-dfa6-41f9-b993-c7bdf2256635/model-vers/model-ver/ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 09:49:27 GMT], content-length=[0], vertex-id=[262256], x-aai-txid=[1-aai-resources-230107-09:49:27:843-52272], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-07T09:49:27.815Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6e14b15-dfa6-41f9-b993-c7bdf2256635/model-vers/model-ver/ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-07T09:49:27.816Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6e14b15-dfa6-41f9-b993-c7bdf2256635/model-vers/model-ver/ec317cbc-c74a-47f9-9f7e-23c1cd54c4eb?depth=0|INFO|500||InvokeReturn 2023-01-07T09:49:27.816Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-07T09:49:27.816Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:49:27.822Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-07T09:49:27.822Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e10cf2c-4d2d-4125-8334-0c77ab1026d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-07T09:49:27.823Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-07T09:49:27.823Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:49:27.826Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:49:27.826Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084967823, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:49:27.926Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:49:27.927Z||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. 2023-01-07T09:49:27.927Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:49:27.939Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:49:27.940Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-07T09:49:28.841Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-07T09:49:28.842Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"73642727-7535-4853-8e7d-0cd5dbbb85b6","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"34ddfbaa-3655-4fff-9292-e52ff4e5276e","serviceDescription":"service","serviceInvariantUUID":"c0c17e41-eaad-4bd2-9cfb-0b6b07fc61da","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e8e5ef9c-a1e9-4727-bfce-4304f833a6c7","resourceInvariantUUID":"7613586b-27bb-4573-a901-a69f2c68eca2","resourceCustomizationUUID":"4ffd7e6e-aa71-4a69-81fd-e51a2ec319a9","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":"NmY5OTdhNjJkMDllNzVhOWQ3OGEzMmZlNzI4NWNkZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b7b0640-5ba8-4c3c-8085-55a5655677b3","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":"aa8b200c-1b07-4f9d-b792-cf56b8382457","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":"32620085-b700-4df9-805c-cf988e8d9c9e","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":"NWUzYzU3N2MxMTRmODAxN2Y5ODgxMDAwYzVlMzE2Mjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7d06f7ff-30dc-4de5-bc79-bcc846330de1","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":"e161db3d-3333-41d8-9efc-569f12088ebb","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":"6c461838-329c-4fe2-84ed-c08ce9dcc585","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":"ed6c4186-9aa4-477a-a7b1-6818e67e6b49","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":"ZjJkNmUzNjU1YWY2NjA3NjUzMzIxNjVhZDZhYWNhOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"21cb0442-20f0-4754-abc7-8e707a49b202","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2JiNDFjYzgzMjJiZWI5MWY5MmYwNTcyYmIxYzBlNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d655c784-a8f6-45a6-ae4e-704d90ce528b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-07T09:49:28.843Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:49:28.843Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:49:28.845Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:49:28.845Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:28.946Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:49:28.947Z||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. 2023-01-07T09:49:28.947Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:49:28.956Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:49:28.957Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:49:29.846Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:49:29.847Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:49:29.849Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:49:29.849Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:29.950Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:49:29.951Z||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. 2023-01-07T09:49:29.951Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:49:29.962Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:49:29.963Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:49:30.850Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:49:30.851Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:49:30.853Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:49:30.853Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:30.953Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:49:30.955Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-07T09:49:30.955Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:49:30.966Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:49:30.966Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:49:31.854Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:49:31.855Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:49:31.857Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:49:31.857Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:31.958Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:49:31.959Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-07T09:49:31.959Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:49:31.970Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:49:31.971Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:49:32.857Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:49:32.859Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:49:32.861Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:49:32.861Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:32.962Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:49:32.963Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-07T09:49:32.963Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:49:32.978Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:49:32.978Z||pool-137-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:49:33.862Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:49:33.863Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:49:33.865Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:49:33.866Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:33.966Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:49:33.967Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-07T09:49:33.967Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:49:33.978Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:49:33.979Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:49:34.866Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:49:34.867Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:49:34.869Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:49:34.869Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:34.969Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:49:34.970Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-07T09:49:34.971Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:49:34.980Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:49:34.981Z||pool-139-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:49:35.869Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:49:35.871Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:49:35.874Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:49:35.874Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:35.974Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:49:35.975Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-07T09:49:35.975Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:49:35.985Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:49:35.986Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-07T09:49:36.874Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-07T09:49:36.875Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:49:36.877Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:49:36.877Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:49:36.977Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-07T09:49:36.978Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-07T09:49:36.979Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:49:36.989Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:49:36.989Z||pool-141-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:49:37.878Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "34ddfbaa-3655-4fff-9292-e52ff4e5276e", "serviceDescription": "service", "serviceInvariantUUID": "c0c17e41-eaad-4bd2-9cfb-0b6b07fc61da", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "4ffd7e6e-aa71-4a69-81fd-e51a2ec319a9", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e8e5ef9c-a1e9-4727-bfce-4304f833a6c7", "resourceInvariantUUID": "7613586b-27bb-4573-a901-a69f2c68eca2", "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": "M2JiNDFjYzgzMjJiZWI5MWY5MmYwNTcyYmIxYzBlNDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d655c784-a8f6-45a6-ae4e-704d90ce528b" } ], "workloadContext": "Production" } 2023-01-07T09:49:37.879Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-07T09:49:37.879Z|4e10cf2c-4d2d-4125-8334-0c77ab1026d3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 34ddfbaa-3655-4fff-9292-e52ff4e5276e ASDC 2023-01-07T09:49:37.879Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:73642727-7535-4853-8e7d-0cd5dbbb85b6 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:34ddfbaa-3655-4fff-9292-e52ff4e5276e ServiceInvariantUUID:c0c17e41-eaad-4bd2-9cfb-0b6b07fc61da 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:d655c784-a8f6-45a6-ae4e-704d90ce528b ArtifactChecksum:M2JiNDFjYzgzMjJiZWI5MWY5MmYwNTcyYmIxYzBlNDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:4ffd7e6e-aa71-4a69-81fd-e51a2ec319a9 ResourceInvariantUUID:7613586b-27bb-4573-a901-a69f2c68eca2 ResourceName:test-pnf ResourceType:PNF ResourceUUID:e8e5ef9c-a1e9-4727-bfce-4304f833a6c7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-07T09:49:37.880Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34ddfbaa-3655-4fff-9292-e52ff4e5276e 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 (?, ?, ?, ?, ?) 2023-01-07T09:49:37.909Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:49:37.910Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-07T09:49:37.910Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-07T09:49:37.910Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d655c784-a8f6-45a6-ae4e-704d90ce528b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-07T09:49:37.910Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-07T09:49:37.911Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-07T09:49:38.021Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-07T09:49:38.027Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d655c784-a8f6-45a6-ae4e-704d90ce528b 110870 2023-01-07T09:49:38.027Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-07T09:49:38.027Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-07T09:49:38.027Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-07T09:49:38.027Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:49:38.029Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:49:38.029Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084978027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:49:38.130Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:49:38.130Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-07T09:49:38.131Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:49:38.140Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:49:38.141Z||pool-142-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:49:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:49:38.434Z||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. 2023-01-07T09:49:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:49:38.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:49:38.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "aai-ml", "timestamp": 1673084782615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084790543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "multicloud-k8s-id", "timestamp": 1673084789941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "cds", "timestamp": 1673084786416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "ves-openapi-manager", "timestamp": 1673084795930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "aai-ml", "timestamp": 1673084782615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084790543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "multicloud-k8s-id", "timestamp": 1673084789941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "cds", "timestamp": 1673084786416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "ves-openapi-manager", "timestamp": 1673084795930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "aai-ml", "timestamp": 1673084782615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084790543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "multicloud-k8s-id", "timestamp": 1673084789941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "cds", "timestamp": 1673084786416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "ves-openapi-manager", "timestamp": 1673084795930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "aai-ml", "timestamp": 1673084782615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:49:38.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084790543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:49:38.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "multicloud-k8s-id", "timestamp": 1673084789941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:49:38.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "cds", "timestamp": 1673084786416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:49:38.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "ves-openapi-manager", "timestamp": 1673084795930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "ves-openapi-manager", "timestamp": 1673084795930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084801448, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:49:38.470Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:49:38.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "cds", "timestamp": 1673084805111, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:49:38.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:49:38.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "aai-ml", "timestamp": 1673084801625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:49:38.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:49:38.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "ves-openapi-manager", "timestamp": 1673084795930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-07T09:49:38.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "cds", "timestamp": 1673084806429, "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=? 2023-01-07T09:49:38.479Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 73642727-7535-4853-8e7d-0cd5dbbb85b6 2023-01-07T09:49:38.479Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73642727-7535-4853-8e7d-0cd5dbbb85b6 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 (?, ?, ?, ?, ?) 2023-01-07T09:49:38.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084803349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:49:38.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:49:38.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "ves-openapi-manager", "timestamp": 1673084795930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673084804354, "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=? 2023-01-07T09:49:38.493Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 73642727-7535-4853-8e7d-0cd5dbbb85b6 2023-01-07T09:49:38.493Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73642727-7535-4853-8e7d-0cd5dbbb85b6 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 (?, ?, ?, ?, ?) 2023-01-07T09:49:38.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "ves-openapi-manager", "timestamp": 1673084795930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:49:38.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-07T09:49:38.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "ves-openapi-manager", "timestamp": 1673084805743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:49:38.502Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:49:38.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "aai-ml", "timestamp": 1673084806618, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:49:38.503Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:49:38.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "ves-openapi-manager", "timestamp": 1673084806777, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-07T09:49:38.503Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:49:38.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "aai-ml", "timestamp": 1673084807621, "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=? 2023-01-07T09:49:38.509Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 73642727-7535-4853-8e7d-0cd5dbbb85b6 2023-01-07T09:49:38.509Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73642727-7535-4853-8e7d-0cd5dbbb85b6 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 (?, ?, ?, ?, ?) 2023-01-07T09:49:38.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-07T09:49:38.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "ves-openapi-manager", "timestamp": 1673084807780, "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=? 2023-01-07T09:49:38.523Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 73642727-7535-4853-8e7d-0cd5dbbb85b6 2023-01-07T09:49:38.523Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73642727-7535-4853-8e7d-0cd5dbbb85b6 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 (?, ?, ?, ?, ?) 2023-01-07T09:49:39.030Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-07T09:49:39.032Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-07T09:49:39.032Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d655c784-a8f6-45a6-ae4e-704d90ce528b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-07T09:49:39.033Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-07T09:49:39.033Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-07T09:49:39.033Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-07T09:49:39.147Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3137742722408168884/Definitions/service-TestPnfMacro-template.yml 2023-01-07T09:49:39.915Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-07T09:49:39.915Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-07T09:49:39.916Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-07T09:49:39.916Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-07T09:49:39.916Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||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 2023-01-07T09:49:39.916Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||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 2023-01-07T09:49:39.916Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||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 2023-01-07T09:49:39.916Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||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 2023-01-07T09:49:39.916Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||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 2023-01-07T09:49:39.917Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||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 2023-01-07T09:49:39.917Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-07T09:49:39.917Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-07T09:49:39.917Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:49:39.917Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:49:39.917Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-07T09:49:39.917Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-07T09:49:39.918Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:49:39.918Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:49:39.918Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:49:39.918Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-07T09:49:39.919Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-07T09:49:39.919Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-07T09:49:39.919Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:49:39.919Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:49:39.919Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:49:39.919Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:49:39.919Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:49:39.920Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:49:39.920Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:49:39.920Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:49:39.920Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:49:39.920Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:49:39.921Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:34ddfbaa-3655-4fff-9292-e52ff4e5276e Model Version:NULL Model InvariantUuid:c0c17e41-eaad-4bd2-9cfb-0b6b07fc61da Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-07T09:49:39.929Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: e8e5ef9c-a1e9-4727-bfce-4304f833a6c7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:49:39.934Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||test-pnf 0 2023-01-07T09:49:39.934Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e8e5ef9c-a1e9-4727-bfce-4304f833a6c7 2023-01-07T09:49:39.934Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 34ddfbaa-3655-4fff-9292-e52ff4e5276e 2023-01-07T09:49:39.934Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 34ddfbaa-3655-4fff-9292-e52ff4e5276e 2023-01-07T09:49:39.935Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e8e5ef9c-a1e9-4727-bfce-4304f833a6c7 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:49:39.940Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5855a411, org.onap.sdc.toscaparser.api.parameters.Input@43b2f50, org.onap.sdc.toscaparser.api.parameters.Input@7c5360c, org.onap.sdc.toscaparser.api.parameters.Input@28cf022e, org.onap.sdc.toscaparser.api.parameters.Input@5dcf4e0a] 2023-01-07T09:49:39.941Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:49:39.941Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:49:39.941Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 34ddfbaa-3655-4fff-9292-e52ff4e5276e: test-pnf 2023-01-07T09:49:39.941Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||Processing PNF resource: e8e5ef9c-a1e9-4727-bfce-4304f833a6c7 2023-01-07T09:49:39.941Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-07T09:49:39.941Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-07T09:49:39.942Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||Resource customization UUID: 4ffd7e6e-aa71-4a69-81fd-e51a2ec319a9 is the same as notified resource customizationUUID: 4ffd7e6e-aa71-4a69-81fd-e51a2ec319a9 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-01-07T09:49:39.973Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e8e5ef9c-a1e9-4727-bfce-4304f833a6c7 0 ASDC deployResourceStructure 2023-01-07T09:49:39.973Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-07T09:49:39.973Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-07T09:49:39.973Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-07T09:49:39.973Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:49:40.009Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:49:40.009Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084979973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:49:40.076Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 66 ms 2023-01-07T09:49:40.076Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-07T09:49:40.076Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:49:40.086Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:49:40.086Z||pool-143-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-07T09:49:41.010Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73642727-7535-4853-8e7d-0cd5dbbb85b6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-01-07T09:49:41.024Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73642727-7535-4853-8e7d-0cd5dbbb85b6 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=? 2023-01-07T09:49:41.027Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-07T09:49:41.027Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-07T09:49:41.027Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-07T09:49:41.028Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-07T09:49:41.028Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:49:41.028Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:49:41.028Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:49:41.028Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:49:41.029Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-07T09:49:41.029Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-07T09:49:41.033Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-07T09:50:11.034Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 73642727-7535-4853-8e7d-0cd5dbbb85b6 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=? 2023-01-07T09:50:11.039Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 73642727-7535-4853-8e7d-0cd5dbbb85b6 and serviceModelVersionId: 34ddfbaa-3655-4fff-9292-e52ff4e5276e 2023-01-07T09:50:11.039Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0c17e41-eaad-4bd2-9cfb-0b6b07fc61da 2023-01-07T09:50:11.040Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0c17e41-eaad-4bd2-9cfb-0b6b07fc61da/model-vers/model-ver/34ddfbaa-3655-4fff-9292-e52ff4e5276e?depth=0 2023-01-07T09:50:11.044Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-01-07T09:50:11.082Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c17e41-eaad-4bd2-9cfb-0b6b07fc61da/model-vers/model-ver/34ddfbaa-3655-4fff-9292-e52ff4e5276e?depth=0|INFO|500||Invoke 2023-01-07T09:50:11.082Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c17e41-eaad-4bd2-9cfb-0b6b07fc61da/model-vers/model-ver/34ddfbaa-3655-4fff-9292-e52ff4e5276e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c17e41-eaad-4bd2-9cfb-0b6b07fc61da/model-vers/model-ver/34ddfbaa-3655-4fff-9292-e52ff4e5276e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[73642727-7535-4853-8e7d-0cd5dbbb85b6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[173846c4-393b-4014-b13b-2607103596b2], X-ECOMP-RequestID=[73642727-7535-4853-8e7d-0cd5dbbb85b6], X-TransactionId=[], X-ONAP-RequestID=[73642727-7535-4853-8e7d-0cd5dbbb85b6], Content-Type=[application/merge-patch+json]} 2023-01-07T09:50:11.103Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c17e41-eaad-4bd2-9cfb-0b6b07fc61da/model-vers/model-ver/34ddfbaa-3655-4fff-9292-e52ff4e5276e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-07T09:50:11.200Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c17e41-eaad-4bd2-9cfb-0b6b07fc61da/model-vers/model-ver/34ddfbaa-3655-4fff-9292-e52ff4e5276e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c17e41-eaad-4bd2-9cfb-0b6b07fc61da/model-vers/model-ver/34ddfbaa-3655-4fff-9292-e52ff4e5276e?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 09:50:11 GMT], content-length=[0], vertex-id=[553128], x-aai-txid=[2-aai-resources-230107-09:50:11:250-84569], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-07T09:50:11.200Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c17e41-eaad-4bd2-9cfb-0b6b07fc61da/model-vers/model-ver/34ddfbaa-3655-4fff-9292-e52ff4e5276e?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-07T09:50:11.201Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c17e41-eaad-4bd2-9cfb-0b6b07fc61da/model-vers/model-ver/34ddfbaa-3655-4fff-9292-e52ff4e5276e?depth=0|INFO|500||InvokeReturn 2023-01-07T09:50:11.201Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-07T09:50:11.202Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-07T09:50:11.215Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-07T09:50:11.215Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 73642727-7535-4853-8e7d-0cd5dbbb85b6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-07T09:50:11.215Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-07T09:50:11.215Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-07T09:50:11.217Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-07T09:50:11.217Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673085011215, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:50:11.318Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-07T09:50:11.319Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-07T09:50:11.319Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ... 2023-01-07T09:50:11.335Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:50:11.336Z||pool-144-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-07T09:50:12.230Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:50:12.231Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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. 2023-01-07T09:50:12.231Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:50:21.770Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:50:21.771Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:50:21.771Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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. 2023-01-07T09:50:21.771Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:50:31.304Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:50:31.305Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:50:31.305Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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. 2023-01-07T09:50:31.305Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:50:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:50:38.434Z||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. 2023-01-07T09:50:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:50:38.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:50:38.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:50:38.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "feb6f8ff-2a9c-4ae1-a6b2-d240e1928f27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084914058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:50:38.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:50:40.888Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:50:40.889Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:50:40.890Z||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. 2023-01-07T09:50:40.890Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:50:50.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:50:50.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:50:50.446Z||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. 2023-01-07T09:50:50.446Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:50:59.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:51:38.430Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:51:38.431Z||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. 2023-01-07T09:51:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:51:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:51:38.434Z||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. 2023-01-07T09:51:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:51:38.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:51:38.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:51:38.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-07T09:51:38.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-07T09:51:38.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:51:38.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-07T09:51:38.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:51:38.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:51:38.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:51:38.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084927710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:51:38.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:51:38.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084930208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-07T09:51:38.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:51:38.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084931287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-07T09:51:38.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:51:38.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084932408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-07T09:51:38.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:51:38.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084933548, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-07T09:51:38.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:51:38.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084934560, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-07T09:51:38.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:51:38.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084935583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-07T09:51:38.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:51:38.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084936588, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:51:38.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:51:38.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e10cf2c-4d2d-4125-8334-0c77ab1026d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084967823, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:51:38.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:51:38.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:51:38.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-07T09:51:38.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-07T09:51:38.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-07T09:51:38.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-07T09:51:38.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:51:38.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-07T09:51:38.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-07T09:51:38.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084915090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-07T09:51:38.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-07T09:51:38.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-07T09:51:38.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084978027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-07T09:51:38.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:51:47.985Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:52:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:52:38.431Z||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. 2023-01-07T09:52:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:52:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:52:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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. 2023-01-07T09:52:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:52:38.955Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:52:38.956Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-07T09:52:38.956Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673084979973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-07T09:52:38.957Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:52:38.957Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-07T09:52:38.957Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "73642727-7535-4853-8e7d-0cd5dbbb85b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673085011215, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-07T09:52:38.957Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-07T09:52:47.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:53:38.430Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:53:38.431Z||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. 2023-01-07T09:53:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:53:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:53:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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. 2023-01-07T09:53:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:53:47.967Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:53:47.980Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:54:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:54:38.431Z||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. 2023-01-07T09:54:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:54:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:54:38.434Z||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. 2023-01-07T09:54:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:54:47.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:54:47.971Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:55:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:55:38.431Z||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. 2023-01-07T09:55:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:55:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:55:38.434Z||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. 2023-01-07T09:55:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:55:47.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:55:47.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:56:38.429Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:56:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T09:56:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:56:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:56:38.434Z||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. 2023-01-07T09:56:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:56:47.970Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:56:47.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:57:38.430Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:57:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T09:57:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:57:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:57:38.434Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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. 2023-01-07T09:57:38.434Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:57:47.972Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:57:47.973Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:58:38.429Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:58:38.430Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T09:58:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:58:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:58:38.434Z||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. 2023-01-07T09:58:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:58:47.971Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:58:47.972Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:59:38.429Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:59:38.430Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T09:59:38.430Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:59:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T09:59:38.433Z||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. 2023-01-07T09:59:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T09:59:47.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T09:59:47.973Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:00:38.429Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:00:38.430Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:00:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:00:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:00:38.434Z||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. 2023-01-07T10:00:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:00:47.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:00:47.973Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:01:38.429Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:01:38.430Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:01:38.430Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:01:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:01:38.433Z||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. 2023-01-07T10:01:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:01:47.976Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:01:47.979Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:02:38.429Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:02:38.430Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:02:38.430Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:02:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:02:38.434Z||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. 2023-01-07T10:02:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:02:47.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:02:47.975Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:03:38.429Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:03:38.430Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:03:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:03:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:03:38.434Z||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. 2023-01-07T10:03:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:03:47.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:03:47.987Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:04:38.429Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:04:38.430Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:04:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:04:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:04:38.434Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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. 2023-01-07T10:04:38.434Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:04:47.974Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:04:47.989Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:05:38.429Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:05:38.430Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:05:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:05:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:05:38.434Z||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. 2023-01-07T10:05:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:05:47.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:05:47.970Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:06:38.429Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:06:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:06:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:06:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:06:38.433Z||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. 2023-01-07T10:06:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:06:47.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:06:47.988Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:07:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:07:38.430Z||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. 2023-01-07T10:07:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:07:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:07:38.434Z||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. 2023-01-07T10:07:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:07:47.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:07:47.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:08:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:08:38.431Z||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. 2023-01-07T10:08:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:08:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:08:38.434Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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. 2023-01-07T10:08:38.435Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:08:47.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:08:47.975Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:09:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:09:38.432Z||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. 2023-01-07T10:09:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:09:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:09:38.433Z||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. 2023-01-07T10:09:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:09:47.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:09:47.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:10:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:10:38.430Z||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. 2023-01-07T10:10:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:10:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:10:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:10:38.434Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:10:47.977Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:10:47.979Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:11:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:11:38.430Z||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. 2023-01-07T10:11:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:11:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:11:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:11:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:11:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:11:47.979Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:12:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:12:38.430Z||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. 2023-01-07T10:12:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:12:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:12:38.433Z||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. 2023-01-07T10:12:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:12:47.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:12:47.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:13:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:13:38.431Z||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. 2023-01-07T10:13:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:13:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:13:38.434Z||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. 2023-01-07T10:13:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:13:47.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:13:47.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:14:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:14:38.431Z||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. 2023-01-07T10:14:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:14:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:14:38.433Z||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. 2023-01-07T10:14:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:14:47.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:14:47.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:15:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:15:38.430Z||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. 2023-01-07T10:15:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:15:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:15:38.433Z||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. 2023-01-07T10:15:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:15:47.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:15:47.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:16:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:16:38.430Z||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. 2023-01-07T10:16:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:16:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:16:38.433Z||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. 2023-01-07T10:16:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:16:47.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:16:47.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:17:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:17:38.430Z||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. 2023-01-07T10:17:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:17:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:17:38.434Z||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. 2023-01-07T10:17:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:17:47.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:17:47.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:18:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:18:38.430Z||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. 2023-01-07T10:18:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:18:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:18:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:18:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:18:47.980Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:18:47.980Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:19:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:19:38.430Z||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. 2023-01-07T10:19:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:19:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:19:38.433Z||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. 2023-01-07T10:19:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:19:48.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:19:48.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:20:38.430Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:20:38.430Z||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. 2023-01-07T10:20:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:20:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:20:38.434Z||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. 2023-01-07T10:20:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:20:47.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:20:48.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:21:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:21:38.430Z||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. 2023-01-07T10:21:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:21:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:21:38.433Z||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. 2023-01-07T10:21:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:21:47.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:21:47.977Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:22:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:22:38.430Z||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. 2023-01-07T10:22:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:22:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:22:38.434Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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. 2023-01-07T10:22:38.434Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:22:47.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:22:47.970Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:23:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:23:38.430Z||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. 2023-01-07T10:23:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:23:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:23:38.433Z||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. 2023-01-07T10:23:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:23:47.992Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:23:47.997Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:24:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:24:38.431Z||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. 2023-01-07T10:24:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:24:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:24:38.433Z||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. 2023-01-07T10:24:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:24:47.981Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:24:47.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:25:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:25:38.430Z||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. 2023-01-07T10:25:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:25:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:25:38.434Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:25:38.434Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:25:47.971Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:25:47.974Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:26:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:26:38.430Z||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. 2023-01-07T10:26:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:26:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:26:38.433Z||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. 2023-01-07T10:26:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:26:47.986Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:26:47.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:27:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:27:38.430Z||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. 2023-01-07T10:27:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:27:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:27:38.433Z||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. 2023-01-07T10:27:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:27:47.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:27:47.989Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:28:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:28:38.430Z||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. 2023-01-07T10:28:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:28:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:28:38.433Z||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. 2023-01-07T10:28:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:28:47.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:28:47.974Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:29:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:29:38.430Z||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. 2023-01-07T10:29:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:29:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:29:38.433Z||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. 2023-01-07T10:29:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:29:47.991Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:29:47.994Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:30:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:30:38.430Z||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. 2023-01-07T10:30:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:30:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:30:38.433Z||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. 2023-01-07T10:30:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:30:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:30:47.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:31:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:31:38.430Z||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. 2023-01-07T10:31:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:31:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:31:38.433Z||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. 2023-01-07T10:31:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:31:47.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:31:47.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:32:38.429Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:32:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:32:38.431Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:32:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:32:38.433Z||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. 2023-01-07T10:32:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:32:47.970Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:32:47.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:33:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:33:38.430Z||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. 2023-01-07T10:33:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:33:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:33:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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. 2023-01-07T10:33:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:33:47.970Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:33:47.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:34:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:34:38.430Z||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. 2023-01-07T10:34:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:34:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:34:38.434Z||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. 2023-01-07T10:34:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:34:47.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:34:47.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:35:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:35:38.430Z||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. 2023-01-07T10:35:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:35:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:35:38.433Z||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. 2023-01-07T10:35:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:35:47.976Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:35:47.978Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:36:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:36:38.430Z||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. 2023-01-07T10:36:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:36:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:36:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:36:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:36:47.972Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:36:47.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:37:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:37:38.431Z||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. 2023-01-07T10:37:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:37:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:37:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:37:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:37:47.971Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:37:47.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:38:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:38:38.431Z||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. 2023-01-07T10:38:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:38:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:38:38.433Z||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. 2023-01-07T10:38:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:38:47.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:38:47.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:39:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:39:38.431Z||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. 2023-01-07T10:39:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:39:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:39:38.434Z||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. 2023-01-07T10:39:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:39:47.987Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:39:47.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:40:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:40:38.432Z||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. 2023-01-07T10:40:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:40:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:40:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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. 2023-01-07T10:40:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:40:47.973Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:40:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:41:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:41:38.430Z||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. 2023-01-07T10:41:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:41:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:41:38.434Z||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. 2023-01-07T10:41:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:41:47.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:41:47.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:42:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:42:38.430Z||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. 2023-01-07T10:42:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:42:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:42:38.434Z||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. 2023-01-07T10:42:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:42:47.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:42:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:43:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:43:38.430Z||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. 2023-01-07T10:43:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:43:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:43:38.433Z||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. 2023-01-07T10:43:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:43:47.983Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:43:47.985Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:44:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:44:38.430Z||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. 2023-01-07T10:44:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:44:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:44:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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. 2023-01-07T10:44:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:44:47.984Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:44:47.984Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:45:38.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:45:38.432Z||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. 2023-01-07T10:45:38.432Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:45:38.434Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:45:38.435Z||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. 2023-01-07T10:45:38.435Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:45:47.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:45:47.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:46:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:46:38.431Z||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. 2023-01-07T10:46:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:46:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:46:38.433Z||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. 2023-01-07T10:46:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:46:47.975Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:46:47.979Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:47:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:47:38.431Z||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. 2023-01-07T10:47:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:47:38.433Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:47:38.434Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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. 2023-01-07T10:47:38.434Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:47:47.984Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:47:47.998Z|73642727-7535-4853-8e7d-0cd5dbbb85b6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:48:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:48:38.430Z||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. 2023-01-07T10:48:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:48:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:48:38.433Z||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. 2023-01-07T10:48:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:48:47.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:48:47.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:49:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:49:38.430Z||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. 2023-01-07T10:49:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:49:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:49:38.434Z||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. 2023-01-07T10:49:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:49:47.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:49:47.978Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:50:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:50:38.431Z||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. 2023-01-07T10:50:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:50:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:50:38.433Z||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. 2023-01-07T10:50:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:50:47.986Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:50:47.987Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:51:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:51:38.430Z||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. 2023-01-07T10:51:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:51:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:51:38.433Z||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. 2023-01-07T10:51:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:51:47.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:51:47.980Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:52:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:52:38.430Z||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. 2023-01-07T10:52:38.430Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:52:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:52:38.434Z||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. 2023-01-07T10:52:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:52:47.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:52:47.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:53:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:53:38.430Z||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. 2023-01-07T10:53:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:53:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:53:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|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. 2023-01-07T10:53:38.433Z|044974f0-4b80-4a3b-8aba-60a51856f437|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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:53:47.973Z|044974f0-4b80-4a3b-8aba-60a51856f437|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:53:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:54:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:54:38.431Z||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. 2023-01-07T10:54:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:54:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:54:38.433Z||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. 2023-01-07T10:54:38.433Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:54:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:54:47.975Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:55:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:55:38.430Z||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. 2023-01-07T10:55:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:55:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:55:38.433Z||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. 2023-01-07T10:55:38.434Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:55:47.979Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:55:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-07T10:56:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:56:38.431Z||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. 2023-01-07T10:56:38.431Z||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 mqfFuXM1u4leQbBQ) ... 2023-01-07T10:56:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-07T10:56:38.433Z||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. 2023-01-07T10:56:38.434Z||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 mqfFuXM1u4leQbBQ) ...