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-14T03:33:41.150Z||main|||||INFO|500||The following profiles are active: basic 2023-01-14T03:33:55.606Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-14T03:33:55.607Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-14T03:33:55.771Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-14T03:34:00.692Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-14T03:34:01.127Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-14T03:34:01.630Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-14T03:34:01.639Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-14T03:34:01.800Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-14T03:34:02.106Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-14T03:34:02.797Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-14T03:34:04.851Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-14T03:34:07.732Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-14T03:34:07.806Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-14T03:34:08.482Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-14T03:34:08.740Z||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-14T03:34:10.054Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-14T03:34:11.325Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-14T03:34:11.358Z||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$$12b57ff2.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-14T03:34:11.359Z||main|||||WARN|500||The sdc end point is not alive 2023-01-14T03:34:15.044Z||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-14T03:34:18.269Z||main|||||WARN|500||--- 2023-01-14T03:34:18.269Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-14T03:34:18.270Z||main|||||WARN|500||--- 2023-01-14T03:34:18.803Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-14T03:34:24.848Z||main|||||INFO|500||Started Application in 47.121 seconds (JVM running for 49.565) 2023-01-14T03:34:24.894Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-14T03:34:24.898Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-14T03:34:24.914Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-14T03:34:24.956Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-14T03:34:24.999Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c843485-e032-4aed-9efe-272babc0b4f6 url= /sdc/v1/artifactTypes 2023-01-14T03:34:25.000Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-14T03:34:25.269Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-14T03:34:25.295Z||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-14T03:34:25.318Z||scheduling-1|||||DEBUG|500||create keys 2023-01-14T03:34:25.327Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-01-14T03:34:25.358Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:34:25.386Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 657dbe2a-7942-41eb-939b-0f15318e5057 url= /sdc/v1/registerForDistribution 2023-01-14T03:34:25.463Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 657dbe2a-7942-41eb-939b-0f15318e5057 url= /sdc/v1/registerForDistribution 2023-01-14T03:34:25.463Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-14T03:34:25.474Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:34:25.474Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:34:25.483Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-14T03:34:25.485Z||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-14T03:34:25.486Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:34:25.488Z||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-14T03:34:25.489Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:34:35.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:34:35.851Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:35:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:35:25.472Z||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-14T03:35:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:35:25.476Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:35:25.481Z||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-14T03:35:25.482Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:35:35.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:35:35.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:36:25.471Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:36:25.472Z||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-14T03:36:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:36:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:36:25.479Z||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-14T03:36:25.479Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:36:35.052Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:36:35.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:37:25.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:37:25.474Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:37:25.475Z||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-14T03:37:25.475Z||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-14T03:37:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:37:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:37:35.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:37:35.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:38:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:38:25.473Z||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-14T03:38:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:38:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:38:25.476Z||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-14T03:38:25.476Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:38:35.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:38:35.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:39:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:39:25.472Z||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-14T03:39:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:39:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:39:25.474Z||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-14T03:39:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:39:35.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:39:35.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:40:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:40:25.472Z||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-14T03:40:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:40:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:40:25.474Z||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-14T03:40:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:40:35.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:40:35.030Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:41:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:41:25.472Z||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-14T03:41:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:41:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:41:25.475Z||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-14T03:41:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:41:35.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:41:35.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:42:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:42:25.472Z||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-14T03:42:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:42:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:42:25.474Z||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-14T03:42:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:42:35.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:42:35.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:43:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:43:25.472Z||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-14T03:43:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:43:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:43:25.474Z||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-14T03:43:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:43:35.052Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:43:35.064Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:44:08.106Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-14T03:44:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:44:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:44:25.473Z||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-14T03:44:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:44:25.474Z||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-14T03:44:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:44:35.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:44:35.050Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:45:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:45:25.473Z||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-14T03:45:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:45:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:45:25.474Z||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-14T03:45:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:45:35.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:45:35.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:46:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:46:25.472Z||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-14T03:46:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:46:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:46:25.474Z||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-14T03:46:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:46:35.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:46:35.050Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:47:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:47:25.472Z||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-14T03:47:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:47:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:47:25.474Z||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-14T03:47:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:47:35.041Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:47:35.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:48:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:48:25.472Z||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-14T03:48:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:48:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:48:25.474Z||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-14T03:48:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:48:35.060Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:48:35.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:49:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:49:25.472Z||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-14T03:49:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:49:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:49:25.474Z||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-14T03:49:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:49:35.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:49:35.056Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:50:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:50:25.472Z||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-14T03:50:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:50:25.474Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:50:25.474Z||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-14T03:50:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:50:35.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:50:35.084Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:51:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:51:25.472Z||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-14T03:51:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:51:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:51:25.474Z||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-14T03:51:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:51:35.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:51:35.088Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:52:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:52:25.473Z||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-14T03:52:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:52:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:52:25.475Z||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-14T03:52:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:52:35.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:52:35.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:53:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:53:25.472Z||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-14T03:53:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:53:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:53:25.474Z||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-14T03:53:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:53:35.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:53:35.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:54:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:54:25.473Z||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-14T03:54:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:54:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:54:25.474Z||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-14T03:54:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:54:35.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:54:35.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:55:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:55:25.472Z||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-14T03:55:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:55:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:55:25.474Z||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-14T03:55:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:55:35.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:55:35.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:56:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:56:25.472Z||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-14T03:56:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:56:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:56:25.474Z||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-14T03:56:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:56:35.028Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:56:35.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:57:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:57:25.472Z||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-14T03:57:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:57:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:57:25.474Z||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-14T03:57:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:57:35.039Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:57:35.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:58:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:58:25.473Z||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-14T03:58:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:58:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:58:25.474Z||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-14T03:58:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:58:35.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:58:35.105Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:59:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:59:25.473Z||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-14T03:59:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:59:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T03:59:25.474Z||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-14T03:59:25.476Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T03:59:35.033Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T03:59:35.033Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:00:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:00:25.472Z||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-14T04:00:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:00:25.475Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:00:25.476Z||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-14T04:00:25.476Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:00:35.032Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:00:35.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:01:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:01:25.472Z||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-14T04:01:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:01:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:01:25.475Z||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-14T04:01:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:01:35.063Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:01:35.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:02:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:02:25.472Z||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-14T04:02:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:02:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:02:25.474Z||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-14T04:02:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:02:35.045Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:02:35.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:03:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:03:25.472Z||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-14T04:03:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:03:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:03:25.474Z||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-14T04:03:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:03:35.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:03:35.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:04:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:04:25.472Z||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-14T04:04:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:04:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:04:25.474Z||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-14T04:04:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:04:35.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:04:35.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:05:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:05:25.472Z||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-14T04:05:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:05:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:05:25.474Z||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-14T04:05:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:05:35.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:05:35.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:06:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:06:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:06:25.474Z||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-14T04:06:25.474Z||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-14T04:06:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:06:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:06:35.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:06:35.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:07:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:07:25.472Z||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-14T04:07:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:07:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:07:25.474Z||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-14T04:07:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:07:35.035Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:07:35.037Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:08:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:08:25.472Z||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-14T04:08:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:08:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:08:25.474Z||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-14T04:08:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:08:35.064Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:08:35.064Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:09:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:09:25.472Z||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-14T04:09:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:09:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:09:25.474Z||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-14T04:09:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:09:35.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:09:35.029Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:10:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:10:25.472Z||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-14T04:10:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:10:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:10:25.474Z||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-14T04:10:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:10:35.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:10:35.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:11:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:11:25.472Z||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-14T04:11:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:11:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:11:25.474Z||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-14T04:11:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:11:35.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:11:35.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:12:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:12:25.472Z||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-14T04:12:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:12:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:12:25.474Z||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-14T04:12:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:12:35.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:12:35.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:13:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:13:25.472Z||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-14T04:13:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:13:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:13:25.474Z||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-14T04:13:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:13:35.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:13:35.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:14:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:14:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:14:25.473Z||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-14T04:14:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:14:25.474Z||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-14T04:14:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:14:35.051Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:14:35.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:15:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:15:25.472Z||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-14T04:15:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:15:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:15:25.474Z||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-14T04:15:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:15:35.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:15:35.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:16:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:16:25.471Z||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-14T04:16:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:16:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:16:25.474Z||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-14T04:16:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:16:35.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:16:35.065Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:17:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:17:25.472Z||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-14T04:17:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:17:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:17:25.474Z||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-14T04:17:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:17:35.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:17:35.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:18:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:18:25.472Z||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-14T04:18:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:18:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:18:25.474Z||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-14T04:18:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:18:35.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:18:35.045Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:19:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:19:25.472Z||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-14T04:19:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:19:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:19:25.475Z||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-14T04:19:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:19:35.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:19:35.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:20:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:20:25.472Z||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-14T04:20:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:20:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:20:25.474Z||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-14T04:20:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:20:35.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:20:35.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:21:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:21:25.472Z||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-14T04:21:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:21:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:21:25.474Z||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-14T04:21:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:21:35.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:21:35.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:22:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:22:25.473Z||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-14T04:22:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:22:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:22:25.474Z||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-14T04:22:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:22:35.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:22:35.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:23:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:23:25.473Z||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-14T04:23:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:23:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:23:25.474Z||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-14T04:23:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:23:35.035Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:23:35.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:24:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:24:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T04:24:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T04:24:25.474Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:24:25.475Z||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-14T04:24:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:24:35.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:24:35.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:25:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:25:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T04:25:25.473Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T04:25:25.474Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:25:25.475Z||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-14T04:25:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:25:35.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:25:35.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:26:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:26:25.472Z||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-14T04:26:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:26:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:26:25.474Z||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-14T04:26:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:26:35.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:26:35.027Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:27:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:27:25.472Z||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-14T04:27:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:27:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:27:25.474Z||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-14T04:27:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:27:35.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:27:35.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:28:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:28:25.472Z||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-14T04:28:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:28:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:28:25.474Z||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-14T04:28:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:28:35.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:28:35.028Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:29:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:29:25.472Z||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-14T04:29:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:29:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:29:25.474Z||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-14T04:29:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:29:35.027Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:29:35.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:30:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:30:25.473Z||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-14T04:30:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:30:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:30:25.474Z||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-14T04:30:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:30:35.034Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:30:35.041Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:31:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:31:25.472Z||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-14T04:31:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:31:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:31:25.474Z||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-14T04:31:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:31:35.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:31:35.029Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:32:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:32:25.472Z||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-14T04:32:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:32:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:32:25.474Z||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-14T04:32:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:32:35.021Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:32:35.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:33:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:33:25.472Z||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-14T04:33:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:33:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:33:25.474Z||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-14T04:33:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:33:35.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:33:35.033Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:34:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:34:25.472Z||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-14T04:34:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:34:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:34:25.474Z||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-14T04:34:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:34:35.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:34:35.023Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:35:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:35:25.471Z||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-14T04:35:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:35:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:35:25.474Z||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-14T04:35:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:35:35.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:35:35.041Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:36:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:36:25.472Z||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-14T04:36:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:36:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:36:25.474Z||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-14T04:36:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:36:35.037Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:36:35.039Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:37:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:37:25.473Z||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-14T04:37:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:37:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:37:25.474Z||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-14T04:37:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:37:35.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:37:35.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:38:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:38:25.472Z||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-14T04:38:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:38:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:38:25.474Z||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-14T04:38:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:38:35.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:38:35.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:39:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:39:25.472Z||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-14T04:39:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:39:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:39:25.474Z||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-14T04:39:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:39:35.032Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:39:35.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:40:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:40:25.472Z||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-14T04:40:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:40:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:40:25.474Z||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-14T04:40:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:40:35.039Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:40:35.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:41:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:41:25.471Z||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-14T04:41:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:41:25.474Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:41:25.474Z||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-14T04:41:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:41:35.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:41:35.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:42:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:42:25.472Z||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-14T04:42:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:42:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:42:25.474Z||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-14T04:42:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:42:35.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:42:35.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:43:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:43:25.472Z||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-14T04:43:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:43:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:43:25.474Z||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-14T04:43:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:43:35.045Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:43:35.047Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:44:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:44:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:44:25.474Z||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-14T04:44:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:44:25.474Z||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-14T04:44:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:44:35.039Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:44:35.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:45:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:45:25.472Z||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-14T04:45:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:45:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:45:25.474Z||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-14T04:45:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:45:35.046Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:45:35.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:46:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:46:25.472Z||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-14T04:46:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:46:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:46:25.474Z||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-14T04:46:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:46:35.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:46:35.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:47:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:47:25.472Z||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-14T04:47:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:47:25.474Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:47:25.474Z||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-14T04:47:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:47:35.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:47:35.037Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:48:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:48:25.473Z||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-14T04:48:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:48:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:48:25.474Z||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-14T04:48:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:48:35.047Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:48:35.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:49:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:49:25.472Z||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-14T04:49:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:49:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:49:25.474Z||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-14T04:49:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:49:35.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:49:35.020Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:50:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:50:25.472Z||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-14T04:50:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:50:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:50:25.474Z||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-14T04:50:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:50:32.820Z||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 [0x160x030x010x020x000x010x000x010xfc0x030x030xdd0xff0x8e0x06Vn0xca0xe50xd10x0f)0xb20xc7]0xaa0x830x100x0d0x86;-k0x0d0x860x850xda0xd70xab0xbe'17]. 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-14T04:50:35.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:50:35.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:51:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:51:25.473Z||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-14T04:51:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:51:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:51:25.474Z||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-14T04:51:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:51:35.021Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:51:35.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:52:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:52:25.472Z||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-14T04:52:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:52:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:52:25.474Z||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-14T04:52:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:52:35.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:52:35.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:53:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:53:25.472Z||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-14T04:53:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:53:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:53:25.474Z||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-14T04:53:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:53:35.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:53:35.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:54:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:54:25.472Z||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-14T04:54:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:54:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:54:25.474Z||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-14T04:54:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:54:35.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:54:35.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:55:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:55:25.472Z||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-14T04:55:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:55:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:55:25.474Z||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-14T04:55:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:55:35.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:55:35.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:56:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:56:25.471Z||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-14T04:56:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:56:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:56:25.474Z||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-14T04:56:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:56:35.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:56:35.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:57:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:57:25.472Z||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-14T04:57:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:57:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:57:25.474Z||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-14T04:57:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:57:35.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:57:35.025Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:58:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:58:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:58:25.474Z||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-14T04:58:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:58:25.474Z||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-14T04:58:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:58:35.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:58:35.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:59:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:59:25.472Z||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-14T04:59:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:59:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T04:59:25.474Z||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-14T04:59:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T04:59:35.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T04:59:35.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:00:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:00:25.471Z||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-14T05:00:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:00:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:00:25.474Z||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-14T05:00:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:00:35.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:00:35.019Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:01:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:01:25.471Z||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-14T05:01:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:01:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:01:25.474Z||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-14T05:01:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:01:35.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:01:35.034Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:02:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:02:25.472Z||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-14T05:02:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:02:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:02:25.474Z||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-14T05:02:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:02:35.011Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:02:35.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:03:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:03:25.472Z||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-14T05:03:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:03:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:03:25.474Z||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-14T05:03:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:03:35.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:03:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:04:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:04:25.472Z||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-14T05:04:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:04:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:04:25.474Z||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-14T05:04:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:04:35.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:04:35.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:05:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:05:25.473Z||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-14T05:05:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:05:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:05:25.474Z||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-14T05:05:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:05:35.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:05:35.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:06:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:06:25.472Z||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-14T05:06:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:06:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:06:25.474Z||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-14T05:06:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:06:35.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:06:35.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:07:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:07:25.472Z||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-14T05:07:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:07:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:07:25.474Z||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-14T05:07:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:07:35.011Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:07:35.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:08:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:08:25.472Z||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-14T05:08:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:08:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:08:25.474Z||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-14T05:08:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:08:35.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:08:35.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:09:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:09:25.471Z||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-14T05:09:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:09:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:09:25.474Z||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-14T05:09:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:09:35.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:09:35.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:10:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:10:25.471Z||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-14T05:10:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:10:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:10:25.474Z||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-14T05:10:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:10:35.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:10:35.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:11:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:11:25.472Z||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-14T05:11:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:11:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:11:25.474Z||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-14T05:11:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:11:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:11:35.036Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:12:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:12:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:12:25.474Z||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-14T05:12:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:12:25.474Z||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-14T05:12:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:12:35.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:12:35.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:13:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:13:25.472Z||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-14T05:13:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:13:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:13:25.474Z||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-14T05:13:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:13:35.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:13:35.049Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:14:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:14:25.471Z||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-14T05:14:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:14:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:14:25.474Z||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-14T05:14:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:14:35.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:14:35.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:15:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:15:25.472Z||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-14T05:15:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:15:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:15:25.474Z||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-14T05:15:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:15:35.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:15:35.064Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:16:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:16:25.472Z||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-14T05:16:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:16:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:16:25.474Z||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-14T05:16:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:16:35.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:16:35.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:17:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:17:25.472Z||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-14T05:17:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:17:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:17:25.474Z||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-14T05:17:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:17:35.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:17:35.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:18:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:18:25.472Z||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-14T05:18:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:18:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:18:25.474Z||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-14T05:18:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:18:35.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:18:35.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:19:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:19:25.472Z||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-14T05:19:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:19:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:19:25.474Z||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-14T05:19:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:19:35.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:19:35.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:20:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:20:25.471Z||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-14T05:20:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:20:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:20:25.474Z||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-14T05:20:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:20:35.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:20:35.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:21:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:21:25.472Z||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-14T05:21:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:21:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:21:25.474Z||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-14T05:21:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:21:35.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:21:35.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:22:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:22:25.472Z||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-14T05:22:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:22:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:22:25.474Z||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-14T05:22:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:22:35.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:22:35.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:23:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:23:25.472Z||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-14T05:23:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:23:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:23:25.473Z||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-14T05:23:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:23:35.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:23:35.038Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:24:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:24:25.472Z||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-14T05:24:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:24:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:24:25.474Z||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-14T05:24:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:24:35.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:24:35.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:25:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:25:25.473Z||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-14T05:25:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:25:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:25:25.474Z||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-14T05:25:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:25:35.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:25:35.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:26:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:26:25.471Z||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-14T05:26:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:26:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:26:25.474Z||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-14T05:26:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:26:35.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:26:35.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:27:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:27:25.472Z||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-14T05:27:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:27:25.474Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:27:25.475Z||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-14T05:27:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:27:35.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:27:35.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:28:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:28:25.472Z||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-14T05:28:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:28:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:28:25.474Z||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-14T05:28:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:28:35.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:28:35.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:29:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:29:25.472Z||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-14T05:29:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:29:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:29:25.474Z||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-14T05:29:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:29:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:29:35.050Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:30:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:30:25.472Z||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-14T05:30:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:30:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:30:25.474Z||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-14T05:30:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:30:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:30:35.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:31:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:31:25.472Z||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-14T05:31:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:31:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:31:25.474Z||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-14T05:31:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:31:35.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:31:35.028Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:32:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:32:25.473Z||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-14T05:32:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:32:25.474Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:32:25.475Z||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-14T05:32:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:32:35.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:32:35.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:33:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:33:25.473Z||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-14T05:33:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:33:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:33:25.474Z||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-14T05:33:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:33:35.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:33:35.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:34:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:34:25.472Z||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-14T05:34:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:34:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:34:25.474Z||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-14T05:34:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:34:35.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:34:35.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:35:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:35:25.472Z||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-14T05:35:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:35:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:35:25.474Z||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-14T05:35:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:35:35.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:35:35.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:36:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:36:25.472Z||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-14T05:36:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:36:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:36:25.474Z||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-14T05:36:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:36:35.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:36:35.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:37:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:37:25.472Z||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-14T05:37:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:37:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:37:25.474Z||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-14T05:37:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:37:35.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:37:35.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:38:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:38:25.472Z||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-14T05:38:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:38:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:38:25.474Z||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-14T05:38:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:38:35.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:38:35.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:39:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:39:25.472Z||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-14T05:39:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:39:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:39:25.474Z||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-14T05:39:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:39:35.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:39:35.118Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:40:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:40:25.472Z||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-14T05:40:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:40:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:40:25.474Z||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-14T05:40:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:40:35.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:40:35.039Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:41:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:41:25.472Z||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-14T05:41:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:41:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:41:25.474Z||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-14T05:41:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:41:35.050Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:41:35.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:42:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:42:25.472Z||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-14T05:42:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:42:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:42:25.474Z||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-14T05:42:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:42:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:42:35.016Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:43:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:43:25.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:43:25.516Z||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-14T05:43:25.517Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:43:25.517Z||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-14T05:43:25.517Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:43:35.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:43:35.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:44:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:44:25.471Z||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-14T05:44:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:44:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:44:25.474Z||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-14T05:44:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:44:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:44:35.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:45:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:45:25.471Z||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-14T05:45:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:45:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:45:25.474Z||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-14T05:45:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:45:35.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:45:35.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:46:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:46:25.471Z||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-14T05:46:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:46:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:46:25.474Z||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-14T05:46:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:46:35.063Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:46:35.093Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:47:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:47:25.472Z||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-14T05:47:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:47:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:47:25.474Z||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-14T05:47:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:47:35.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:47:35.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:48:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:48:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:48:25.474Z||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-14T05:48:25.474Z||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-14T05:48:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:48:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:48:35.029Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:48:35.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:49:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:49:25.472Z||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-14T05:49:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:49:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:49:25.474Z||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-14T05:49:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:49:35.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:49:35.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:50:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:50:25.472Z||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-14T05:50:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:50:25.474Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:50:25.474Z||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-14T05:50:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:50:35.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:50:35.022Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:51:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:51:25.472Z||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-14T05:51:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:51:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:51:25.474Z||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-14T05:51:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:51:35.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:51:35.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:52:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:52:25.472Z||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-14T05:52:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:52:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:52:25.474Z||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-14T05:52:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:52:35.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:52:35.036Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:53:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:53:25.471Z||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-14T05:53:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:53:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:53:25.474Z||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-14T05:53:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:53:35.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:53:35.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:54:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:54:25.472Z||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-14T05:54:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:54:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:54:25.474Z||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-14T05:54:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:54:35.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:54:35.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:55:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:55:25.472Z||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-14T05:55:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:55:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:55:25.474Z||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-14T05:55:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:55:35.036Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:55:35.038Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:56:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:56:25.472Z||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-14T05:56:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:56:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:56:25.474Z||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-14T05:56:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:56:35.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:56:35.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:57:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:57:25.471Z||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-14T05:57:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:57:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:57:25.474Z||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-14T05:57:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:57:35.038Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:57:35.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:58:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:58:25.472Z||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-14T05:58:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:58:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:58:25.474Z||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-14T05:58:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:58:35.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:58:35.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:59:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:59:25.472Z||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-14T05:59:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:59:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T05:59:25.474Z||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-14T05:59:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T05:59:35.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T05:59:35.041Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:00:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:00:25.472Z||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-14T06:00:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:00:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:00:25.474Z||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-14T06:00:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:00:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:00:35.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:01:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:01:25.472Z||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-14T06:01:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:01:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:01:25.474Z||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-14T06:01:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:01:35.022Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:01:35.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:02:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:02:25.472Z||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-14T06:02:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:02:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:02:25.475Z||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-14T06:02:25.476Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:02:35.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:02:35.121Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:03:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:03:25.471Z||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-14T06:03:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:03:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:03:25.474Z||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-14T06:03:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:03:35.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:03:35.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:04:25.472Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:04:25.473Z||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-14T06:04:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:04:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:04:25.474Z||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-14T06:04:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:04:35.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:04:35.036Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:05:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:05:25.472Z||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-14T06:05:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:05:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:05:25.474Z||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-14T06:05:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:05:35.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:05:35.046Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:06:25.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:06:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:06:25.474Z||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-14T06:06:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:06:25.474Z||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-14T06:06:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:06:35.038Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:06:35.038Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:07:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:07:25.472Z||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-14T06:07:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:07:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:07:25.474Z||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-14T06:07:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:07:35.035Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:07:35.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:08:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:08:25.472Z||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-14T06:08:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:08:25.474Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:08:25.474Z||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-14T06:08:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:08:35.032Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:08:35.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:09:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:09:25.471Z||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-14T06:09:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:09:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:09:25.474Z||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-14T06:09:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:09:35.042Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:09:35.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:10:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:10:25.472Z||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-14T06:10:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:10:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:10:25.474Z||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-14T06:10:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:10:35.021Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:10:35.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:11:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:11:25.472Z||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-14T06:11:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:11:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:11:25.473Z||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-14T06:11:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:11:35.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:11:35.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:12:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:12:25.473Z||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-14T06:12:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:12:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:12:25.474Z||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-14T06:12:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:12:35.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:12:35.090Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:13:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:13:25.471Z||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-14T06:13:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:13:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:13:25.474Z||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-14T06:13:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:13:35.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:13:35.085Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:14:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:14:25.471Z||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-14T06:14:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:14:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:14:25.474Z||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-14T06:14:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:14:35.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:14:35.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:15:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:15:25.472Z||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-14T06:15:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:15:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:15:25.474Z||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-14T06:15:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:15:35.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:15:35.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:16:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:16:25.471Z||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-14T06:16:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:16:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:16:25.474Z||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-14T06:16:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:16:35.153Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:16:35.153Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:17:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:17:25.472Z||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-14T06:17:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:17:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:17:25.474Z||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-14T06:17:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:17:35.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:17:35.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:18:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:18:25.472Z||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-14T06:18:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:18:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:18:25.475Z||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-14T06:18:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:18:35.039Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:18:35.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:19:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:19:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:19:25.473Z||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-14T06:19:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:19:25.473Z||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-14T06:19:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:19:35.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:19:35.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:20:25.472Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:20:25.473Z||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-14T06:20:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:20:25.474Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:20:25.474Z||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-14T06:20:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:20:35.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:20:35.026Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:21:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:21:25.471Z||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-14T06:21:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:21:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:21:25.474Z||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-14T06:21:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:21:35.016Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:21:35.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:22:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:22:25.472Z||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-14T06:22:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:22:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:22:25.474Z||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-14T06:22:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:22:35.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:22:35.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:23:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:23:25.472Z||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-14T06:23:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:23:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:23:25.474Z||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-14T06:23:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:23:35.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:23:35.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:24:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:24:25.472Z||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-14T06:24:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:24:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:24:25.474Z||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-14T06:24:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:24:35.034Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:24:35.036Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:25:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:25:25.472Z||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-14T06:25:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:25:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:25:25.475Z||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-14T06:25:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:25:35.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:25:35.037Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:26:25.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:26:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:26:25.474Z||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-14T06:26:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:26:25.474Z||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-14T06:26:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:26:35.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:26:35.064Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:27:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:27:25.472Z||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-14T06:27:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:27:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:27:25.474Z||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-14T06:27:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:27:35.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:27:35.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:28:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:28:25.472Z||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-14T06:28:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:28:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:28:25.474Z||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-14T06:28:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:28:35.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:28:35.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:29:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:29:25.472Z||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-14T06:29:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:29:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:29:25.473Z||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-14T06:29:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:29:35.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:29:35.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:30:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:30:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:30:25.474Z||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-14T06:30:25.474Z||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-14T06:30:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:30:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:30:35.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:30:35.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:31:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:31:25.472Z||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-14T06:31:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:31:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:31:25.474Z||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-14T06:31:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:31:35.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:31:35.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:32:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:32:25.472Z||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-14T06:32:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:32:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:32:25.474Z||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-14T06:32:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:32:35.017Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:32:35.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:33:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:33:25.472Z||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-14T06:33:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:33:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:33:25.474Z||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-14T06:33:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:33:35.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:33:35.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:34:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:34:25.472Z||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-14T06:34:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:34:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:34:25.474Z||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-14T06:34:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:34:35.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:34:35.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:35:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:35:25.474Z||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-14T06:35:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:35:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:35:25.475Z||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-14T06:35:25.476Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:35:35.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:35:35.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:36:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:36:25.472Z||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-14T06:36:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:36:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:36:25.475Z||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-14T06:36:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:36:35.037Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:36:35.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:37:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:37:25.473Z||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-14T06:37:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:37:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:37:25.474Z||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-14T06:37:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:37:35.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:37:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:38:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:38:25.473Z||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-14T06:38:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:38:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:38:25.474Z||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-14T06:38:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:38:35.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:38:35.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:39:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:39:25.472Z||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-14T06:39:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:39:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:39:25.475Z||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-14T06:39:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:39:35.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:39:35.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:40:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:40:25.472Z||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-14T06:40:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:40:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:40:25.474Z||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-14T06:40:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:40:35.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:40:35.037Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:41:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:41:25.472Z||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-14T06:41:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:41:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:41:25.474Z||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-14T06:41:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:41:35.034Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:41:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:42:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:42:25.472Z||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-14T06:42:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:42:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:42:25.474Z||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-14T06:42:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:42:35.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:42:35.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:43:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:43:25.472Z||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-14T06:43:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:43:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:43:25.474Z||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-14T06:43:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:43:35.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:43:35.046Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:44:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:44:25.472Z||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-14T06:44:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:44:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:44:25.474Z||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-14T06:44:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:44:35.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:44:35.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:45:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:45:25.472Z||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-14T06:45:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:45:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:45:25.473Z||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-14T06:45:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:45:35.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:45:35.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:46:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:46:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:46:25.474Z||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-14T06:46:25.475Z||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-14T06:46:25.476Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:46:25.476Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:46:35.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:46:35.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:47:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:47:25.472Z||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-14T06:47:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:47:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:47:25.474Z||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-14T06:47:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:47:35.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:47:35.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:48:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:48:25.471Z||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-14T06:48:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:48:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:48:25.474Z||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-14T06:48:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:48:35.051Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:48:35.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:49:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:49:25.471Z||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-14T06:49:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:49:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:49:25.474Z||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-14T06:49:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:49:35.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:49:35.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:50:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:50:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:50:25.474Z||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-14T06:50:25.474Z||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-14T06:50:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:50:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:50:35.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:50:35.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:51:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:51:25.472Z||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-14T06:51:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:51:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:51:25.473Z||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-14T06:51:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:51:35.065Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:51:35.095Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:52:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:52:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T06:52:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T06:52:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:52:25.474Z||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-14T06:52:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:52:35.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:52:35.017Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:53:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:53:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T06:53:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T06:53:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:53:25.474Z||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-14T06:53:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:53:35.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:53:35.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:54:25.472Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:54:25.473Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T06:54:25.473Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T06:54:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:54:25.474Z||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-14T06:54:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:54:35.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:54:35.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:55:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:55:25.473Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T06:55:25.473Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T06:55:25.474Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:55:25.474Z||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-14T06:55:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:55:35.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:55:35.035Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:56:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:56:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T06:56:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T06:56:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:56:25.474Z||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-14T06:56:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:56:35.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:56:35.028Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:57:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:57:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T06:57:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T06:57:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:57:25.475Z||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-14T06:57:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:57:35.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:57:35.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:58:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:58:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:58:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T06:58:25.475Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T06:58:25.474Z||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-14T06:58:25.476Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:58:35.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:58:35.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:59:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:59:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T06:59:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T06:59:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T06:59:25.474Z||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-14T06:59:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T06:59:35.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T06:59:35.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:00:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:00:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:00:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:00:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:00:25.474Z||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-14T07:00:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:00:35.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:00:35.061Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:01:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:01:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:01:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:01:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:01:25.474Z||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-14T07:01:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:01:35.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:01:35.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:02:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:02:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:02:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:02:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:02:25.473Z||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-14T07:02:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:02:35.028Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:02:35.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:03:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:03:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:03:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:03:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:03:25.474Z||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-14T07:03:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:03:35.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:03:35.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:04:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:04:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:04:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:04:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:04:25.474Z||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-14T07:04:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:04:35.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:04:35.150Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:05:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:05:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:05:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:05:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:05:25.474Z||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-14T07:05:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:05:35.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:05:35.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:06:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:06:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:06:25.474Z||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-14T07:06:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:06:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:06:25.474Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:06:35.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:06:35.063Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:07:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:07:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:07:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:07:25.474Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:07:25.474Z||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-14T07:07:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:07:35.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:07:35.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:08:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:08:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:08:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:08:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:08:25.474Z||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-14T07:08:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:08:35.017Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:08:35.022Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:09:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:09:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:09:25.473Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:09:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:09:25.474Z||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-14T07:09:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:09:35.097Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:09:35.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:10:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:10:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:10:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:10:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:10:25.474Z||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-14T07:10:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:10:35.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:10:35.040Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:11:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:11:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:11:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:11:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:11:25.474Z||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-14T07:11:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:11:35.089Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:11:35.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:12:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:12:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:12:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:12:25.474Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:12:25.474Z||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-14T07:12:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:12:35.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:12:35.026Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:13:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:13:25.473Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:13:25.473Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:13:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:13:25.474Z||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-14T07:13:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:13:35.021Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:13:35.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:14:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:14:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:14:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:14:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:14:25.474Z||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-14T07:14:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:14:35.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:14:35.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:15:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:15:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T07:15:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T07:15:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:15:25.474Z||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-14T07:15:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:15:35.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:15:35.038Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:16:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:16:25.471Z||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-14T07:16:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:16:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:16:25.474Z||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-14T07:16:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:16:35.012Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:16:35.012Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:17:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:17:25.471Z||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-14T07:17:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:17:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:17:25.474Z||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-14T07:17:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:17:35.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:17:35.025Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:18:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:18:25.471Z||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-14T07:18:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:18:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:18:25.474Z||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-14T07:18:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:18:35.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:18:35.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:19:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:19:25.472Z||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-14T07:19:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:19:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:19:25.474Z||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-14T07:19:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:19:35.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:19:35.114Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:20:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:20:25.472Z||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-14T07:20:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:20:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:20:25.473Z||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-14T07:20:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:20:35.033Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:20:35.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:21:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:21:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:21:25.474Z||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-14T07:21:25.474Z||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-14T07:21:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:21:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:21:35.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:21:35.031Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:22:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:22:25.471Z||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-14T07:22:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:22:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:22:25.474Z||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-14T07:22:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:22:35.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:22:35.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:23:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:23:25.472Z||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-14T07:23:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:23:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:23:25.474Z||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-14T07:23:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:23:35.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:23:35.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:24:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:24:25.472Z||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-14T07:24:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:24:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:24:25.474Z||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-14T07:24:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:24:35.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:24:35.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:25:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:25:25.472Z||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-14T07:25:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:25:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:25:25.474Z||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-14T07:25:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:25:35.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:25:35.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:26:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:26:25.472Z||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-14T07:26:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:26:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:26:25.474Z||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-14T07:26:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:26:35.021Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:26:35.025Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:27:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:27:25.472Z||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-14T07:27:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:27:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:27:25.474Z||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-14T07:27:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:27:35.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:27:35.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:28:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:28:25.472Z||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-14T07:28:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:28:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:28:25.474Z||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-14T07:28:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:28:35.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:28:35.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:29:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:29:25.473Z||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-14T07:29:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:29:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:29:25.474Z||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-14T07:29:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:29:35.039Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:29:35.039Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:30:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:30:25.472Z||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-14T07:30:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:30:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:30:25.474Z||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-14T07:30:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:30:35.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:30:35.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:31:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:31:25.471Z||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-14T07:31:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:31:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:31:25.474Z||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-14T07:31:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:31:35.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:31:35.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:32:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:32:25.471Z||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-14T07:32:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:32:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:32:25.474Z||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-14T07:32:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:32:35.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:32:35.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:33:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:33:25.472Z||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-14T07:33:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:33:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:33:25.474Z||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-14T07:33:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:33:35.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:33:35.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:34:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:34:25.472Z||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-14T07:34:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:34:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:34:25.474Z||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-14T07:34:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:34:35.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:34:35.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:35:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:35:25.472Z||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-14T07:35:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:35:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:35:25.474Z||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-14T07:35:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:35:35.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:35:35.015Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:36:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:36:25.472Z||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-14T07:36:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:36:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:36:25.474Z||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-14T07:36:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:36:35.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:36:35.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:37:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:37:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:37:25.474Z||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-14T07:37:25.474Z||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-14T07:37:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:37:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:37:35.022Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:37:35.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:38:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:38:25.472Z||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-14T07:38:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:38:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:38:25.474Z||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-14T07:38:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:38:35.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:38:35.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:39:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:39:25.471Z||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-14T07:39:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:39:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:39:25.474Z||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-14T07:39:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:39:35.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:39:35.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:40:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:40:25.473Z||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-14T07:40:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:40:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:40:25.474Z||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-14T07:40:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:40:35.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:40:35.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:41:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:41:25.471Z||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-14T07:41:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:41:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:41:25.474Z||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-14T07:41:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:41:35.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:41:35.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:42:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:42:25.471Z||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-14T07:42:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:42:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:42:25.474Z||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-14T07:42:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:42:35.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:42:35.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:43:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:43:25.471Z||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-14T07:43:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:43:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:43:25.474Z||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-14T07:43:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:43:35.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:43:35.031Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:44:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:44:25.472Z||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-14T07:44:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:44:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:44:25.474Z||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-14T07:44:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:44:35.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:44:35.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:45:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:45:25.472Z||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-14T07:45:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:45:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:45:25.474Z||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-14T07:45:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:45:35.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:45:35.050Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:46:25.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:46:25.471Z||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-14T07:46:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:46:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:46:25.473Z||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-14T07:46:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:46:35.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:46:35.089Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:47:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:47:25.471Z||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-14T07:47:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:47:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:47:25.474Z||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-14T07:47:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:47:35.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:47:35.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:48:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:48:25.472Z||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-14T07:48:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:48:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:48:25.474Z||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-14T07:48:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:48:35.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:48:35.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:49:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:49:25.471Z||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-14T07:49:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:49:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:49:25.474Z||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-14T07:49:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:49:35.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:49:35.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:50:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:50:25.472Z||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-14T07:50:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:50:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:50:25.474Z||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-14T07:50:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:50:35.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:50:35.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:51:25.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:51:25.473Z||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-14T07:51:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:51:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:51:25.473Z||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-14T07:51:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:51:35.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:51:35.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:52:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:52:25.472Z||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-14T07:52:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:52:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:52:25.474Z||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-14T07:52:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:52:35.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:52:35.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:53:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:53:25.472Z||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-14T07:53:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:53:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:53:25.474Z||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-14T07:53:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:53:35.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:53:35.041Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:54:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:54:25.473Z||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-14T07:54:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:54:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:54:25.474Z||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-14T07:54:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:54:35.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:54:35.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:55:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:55:25.473Z||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-14T07:55:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:55:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:55:25.474Z||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-14T07:55:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:55:35.051Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:55:35.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:56:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:56:25.472Z||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-14T07:56:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:56:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:56:25.474Z||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-14T07:56:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:56:35.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:56:35.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:57:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:57:25.473Z||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-14T07:57:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:57:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:57:25.474Z||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-14T07:57:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:57:35.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:57:35.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:58:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:58:25.472Z||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-14T07:58:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:58:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:58:25.474Z||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-14T07:58:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:58:35.022Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:58:35.023Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:59:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:59:25.472Z||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-14T07:59:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:59:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T07:59:25.474Z||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-14T07:59:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T07:59:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T07:59:35.035Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:00:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:00:25.472Z||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-14T08:00:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:00:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:00:25.474Z||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-14T08:00:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:00:35.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:00:35.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:01:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:01:25.472Z||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-14T08:01:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:01:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:01:25.474Z||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-14T08:01:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:01:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:01:35.034Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:02:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:02:25.472Z||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-14T08:02:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:02:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:02:25.474Z||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-14T08:02:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:02:35.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:02:35.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:03:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:03:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:03:25.474Z||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-14T08:03:25.474Z||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-14T08:03:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:03:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:03:35.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:03:35.023Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:04:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:04:25.472Z||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-14T08:04:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:04:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:04:25.474Z||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-14T08:04:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:04:35.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:04:35.037Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:05:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:05:25.472Z||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-14T08:05:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:05:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:05:25.474Z||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-14T08:05:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:05:35.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:05:35.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:06:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:06:25.472Z||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-14T08:06:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:06:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:06:25.474Z||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-14T08:06:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:06:35.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:06:35.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:07:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:07:25.472Z||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-14T08:07:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:07:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:07:25.473Z||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-14T08:07:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:07:35.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:07:35.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:08:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:08:25.472Z||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-14T08:08:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:08:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:08:25.474Z||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-14T08:08:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:08:35.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:08:35.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:09:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:09:25.472Z||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-14T08:09:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:09:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:09:25.474Z||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-14T08:09:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:09:35.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:09:35.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:10:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:10:25.472Z||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-14T08:10:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:10:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:10:25.474Z||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-14T08:10:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:10:35.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:10:35.093Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:11:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:11:25.472Z||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-14T08:11:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:11:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:11:25.474Z||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-14T08:11:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:11:35.021Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:11:35.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:12:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:12:25.473Z||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-14T08:12:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:12:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:12:25.474Z||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-14T08:12:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:12:35.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:12:35.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:13:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:13:25.472Z||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-14T08:13:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:13:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:13:25.474Z||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-14T08:13:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:13:35.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:13:35.042Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:14:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:14:25.472Z||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-14T08:14:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:14:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:14:25.474Z||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-14T08:14:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:14:35.008Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:14:35.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:15:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:15:25.472Z||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-14T08:15:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:15:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:15:25.474Z||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-14T08:15:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:15:35.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:15:35.066Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:16:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:16:25.471Z||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-14T08:16:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:16:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:16:25.474Z||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-14T08:16:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:16:35.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:16:35.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:17:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:17:25.472Z||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-14T08:17:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:17:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:17:25.474Z||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-14T08:17:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:17:35.045Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:17:35.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:18:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:18:25.472Z||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-14T08:18:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:18:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:18:25.474Z||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-14T08:18:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:18:35.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:18:35.014Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:19:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:19:25.472Z||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-14T08:19:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:19:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:19:25.474Z||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-14T08:19:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:19:35.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:19:35.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:20:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:20:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:20:25.473Z||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-14T08:20:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:20:25.474Z||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-14T08:20:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:20:35.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:20:35.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:21:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:21:25.471Z||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-14T08:21:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:21:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:21:25.474Z||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-14T08:21:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:21:35.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:21:35.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:22:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:22:25.472Z||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-14T08:22:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:22:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:22:25.474Z||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-14T08:22:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:22:35.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:22:35.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:23:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:23:25.472Z||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-14T08:23:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:23:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:23:25.474Z||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-14T08:23:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:23:35.035Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:23:35.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:24:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:24:25.472Z||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-14T08:24:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:24:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:24:25.473Z||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-14T08:24:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:24:35.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:24:35.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:25:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:25:25.471Z||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-14T08:25:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:25:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:25:25.474Z||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-14T08:25:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:25:35.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:25:35.091Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:26:25.474Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:26:25.475Z||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-14T08:26:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:26:25.477Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:26:25.477Z||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-14T08:26:25.478Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:26:35.024Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:26:35.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:27:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:27:25.472Z||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-14T08:27:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:27:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:27:25.474Z||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-14T08:27:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:27:35.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:27:35.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:28:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:28:25.473Z||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-14T08:28:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:28:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:28:25.474Z||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-14T08:28:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:28:35.035Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:28:35.036Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:29:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:29:25.471Z||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-14T08:29:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:29:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:29:25.474Z||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-14T08:29:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:29:35.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:29:35.012Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:30:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:30:25.472Z||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-14T08:30:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:30:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:30:25.474Z||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-14T08:30:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:30:35.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:30:35.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:31:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:31:25.472Z||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-14T08:31:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:31:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:31:25.474Z||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-14T08:31:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:31:35.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:31:35.029Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:32:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:32:25.472Z||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-14T08:32:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:32:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:32:25.474Z||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-14T08:32:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:32:35.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:32:35.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:33:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:33:25.472Z||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-14T08:33:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:33:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:33:25.474Z||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-14T08:33:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:33:35.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:33:35.035Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:34:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:34:25.472Z||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-14T08:34:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:34:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:34:25.474Z||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-14T08:34:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:34:35.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:34:35.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:35:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:35:25.472Z||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-14T08:35:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:35:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:35:25.474Z||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-14T08:35:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:35:35.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:35:35.039Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:36:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:36:25.473Z||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-14T08:36:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:36:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:36:25.474Z||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-14T08:36:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:36:35.030Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:36:35.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:37:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:37:25.472Z||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-14T08:37:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:37:25.474Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:37:25.474Z||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-14T08:37:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:37:35.038Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:37:35.045Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:38:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:38:25.472Z||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-14T08:38:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:38:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:38:25.474Z||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-14T08:38:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:38:35.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:38:35.048Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:39:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:39:25.472Z||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-14T08:39:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:39:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:39:25.473Z||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-14T08:39:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:39:35.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:39:35.092Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:40:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:40:25.472Z||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-14T08:40:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:40:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:40:25.474Z||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-14T08:40:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:40:35.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:40:35.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:41:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:41:25.472Z||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-14T08:41:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:41:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:41:25.474Z||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-14T08:41:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:41:35.030Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:41:35.032Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:42:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:42:25.472Z||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-14T08:42:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:42:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:42:25.474Z||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-14T08:42:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:42:35.082Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:42:35.114Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:43:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:43:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:43:25.474Z||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-14T08:43:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:43:25.474Z||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-14T08:43:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:43:35.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:43:35.102Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:44:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:44:25.472Z||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-14T08:44:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:44:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:44:25.474Z||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-14T08:44:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:44:35.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:44:35.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:45:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:45:25.471Z||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-14T08:45:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:45:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:45:25.474Z||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-14T08:45:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:45:35.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:45:35.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:46:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:46:25.472Z||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-14T08:46:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:46:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:46:25.474Z||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-14T08:46:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:46:35.016Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:46:35.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:47:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:47:25.472Z||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-14T08:47:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:47:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:47:25.474Z||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-14T08:47:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:47:35.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:47:35.096Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:48:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:48:25.471Z||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-14T08:48:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:48:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:48:25.474Z||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-14T08:48:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:48:35.027Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:48:35.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:49:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:49:25.471Z||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-14T08:49:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:49:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:49:25.474Z||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-14T08:49:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:49:35.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:49:35.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:50:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:50:25.471Z||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-14T08:50:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:50:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:50:25.474Z||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-14T08:50:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:50:35.088Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:50:35.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:51:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:51:25.472Z||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-14T08:51:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:51:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:51:25.474Z||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-14T08:51:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:51:35.114Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:51:35.115Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:52:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:52:25.473Z||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-14T08:52:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:52:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:52:25.474Z||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-14T08:52:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:52:35.016Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:52:35.042Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:53:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:53:25.472Z||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-14T08:53:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:53:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:53:25.474Z||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-14T08:53:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:53:35.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:53:35.063Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:54:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:54:25.472Z||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-14T08:54:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:54:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:54:25.474Z||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-14T08:54:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:54:35.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:54:35.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:55:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:55:25.472Z||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-14T08:55:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:55:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:55:25.474Z||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-14T08:55:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:55:35.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:55:35.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:56:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:56:25.471Z||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-14T08:56:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:56:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:56:25.474Z||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-14T08:56:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:56:35.038Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:56:35.040Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:57:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:57:25.472Z||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-14T08:57:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:57:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:57:25.474Z||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-14T08:57:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:57:35.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:57:35.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:58:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:58:25.472Z||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-14T08:58:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:58:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:58:25.474Z||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-14T08:58:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:58:35.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:58:35.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:59:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:59:25.473Z||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-14T08:59:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:59:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T08:59:25.473Z||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-14T08:59:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T08:59:35.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T08:59:35.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:00:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:00:25.471Z||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-14T09:00:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:00:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:00:25.474Z||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-14T09:00:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:00:35.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:00:35.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:01:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:01:25.471Z||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-14T09:01:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:01:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:01:25.474Z||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-14T09:01:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:01:35.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:01:35.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:02:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:02:25.471Z||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-14T09:02:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:02:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:02:25.474Z||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-14T09:02:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:02:35.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:02:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:03:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:03:25.471Z||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-14T09:03:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:03:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:03:25.474Z||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-14T09:03:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:03:35.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:03:35.038Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:04:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:04:25.472Z||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-14T09:04:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:04:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:04:25.474Z||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-14T09:04:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:04:35.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:04:35.050Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:05:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:05:25.472Z||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-14T09:05:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:05:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:05:25.474Z||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-14T09:05:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:05:35.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:05:35.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:06:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:06:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:06:25.474Z||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-14T09:06:25.474Z||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-14T09:06:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:06:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:06:35.018Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:06:35.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:07:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:07:25.471Z||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-14T09:07:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:07:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:07:25.474Z||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-14T09:07:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:07:35.013Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:07:35.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:08:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:08:25.471Z||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-14T09:08:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:08:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:08:25.474Z||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-14T09:08:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:08:35.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:08:35.032Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:09:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:09:25.471Z||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-14T09:09:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:09:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:09:25.474Z||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-14T09:09:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:09:35.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:09:35.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:10:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:10:25.471Z||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-14T09:10:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:10:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:10:25.474Z||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-14T09:10:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:10:35.041Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:10:35.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:11:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:11:25.472Z||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-14T09:11:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:11:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:11:25.474Z||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-14T09:11:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:11:35.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:11:35.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:12:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:12:25.472Z||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-14T09:12:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:12:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:12:25.474Z||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-14T09:12:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:12:35.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:12:35.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:13:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:13:25.471Z||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-14T09:13:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:13:25.474Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:13:25.475Z||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-14T09:13:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:13:35.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:13:35.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:14:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:14:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:14:25.474Z||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-14T09:14:25.474Z||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-14T09:14:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:14:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:14:35.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:14:35.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:15:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:15:25.472Z||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-14T09:15:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:15:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:15:25.474Z||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-14T09:15:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:15:35.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:15:35.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:16:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:16:25.472Z||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-14T09:16:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:16:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:16:25.474Z||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-14T09:16:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:16:35.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:16:35.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:17:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:17:25.471Z||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-14T09:17:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:17:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:17:25.474Z||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-14T09:17:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:17:35.014Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:17:35.016Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:18:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:18:25.471Z||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-14T09:18:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:18:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:18:25.473Z||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-14T09:18:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:18:35.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:18:35.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:19:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:19:25.472Z||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-14T09:19:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:19:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:19:25.474Z||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-14T09:19:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:19:35.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:19:35.062Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:20:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:20:25.471Z||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-14T09:20:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:20:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:20:25.474Z||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-14T09:20:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:20:35.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:20:35.039Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:21:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:21:25.472Z||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-14T09:21:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:21:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:21:25.474Z||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-14T09:21:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:21:35.030Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:21:35.030Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:22:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:22:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T09:22:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T09:22:25.474Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:22:25.474Z||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-14T09:22:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:22:35.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:22:35.043Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:23:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:23:25.472Z||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-14T09:23:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:23:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:23:25.474Z||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-14T09:23:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:23:35.042Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:23:35.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:24:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:24:25.471Z||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-14T09:24:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:24:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:24:25.474Z||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-14T09:24:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:24:35.039Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:24:35.041Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:25:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:25:25.472Z||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-14T09:25:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:25:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:25:25.474Z||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-14T09:25:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:25:35.037Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:25:35.046Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:26:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:26:25.471Z||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-14T09:26:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:26:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:26:25.474Z||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-14T09:26:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:26:35.040Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:26:35.046Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:27:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:27:25.471Z||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-14T09:27:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:27:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:27:25.474Z||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-14T09:27:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:27:35.048Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:27:35.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:28:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:28:25.472Z||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-14T09:28:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:28:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:28:25.474Z||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-14T09:28:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:28:35.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:28:35.027Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:29:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:29:25.472Z||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-14T09:29:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:29:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:29:25.474Z||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-14T09:29:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:29:35.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:29:35.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:30:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:30:25.471Z||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-14T09:30:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:30:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:30:25.474Z||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-14T09:30:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:30:35.086Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:30:35.092Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:31:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:31:25.471Z||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-14T09:31:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:31:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:31:25.474Z||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-14T09:31:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:31:35.030Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:31:35.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:32:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:32:25.472Z||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-14T09:32:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:32:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:32:25.474Z||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-14T09:32:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:32:35.010Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:32:35.013Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:33:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:33:25.472Z||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-14T09:33:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:33:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:33:25.474Z||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-14T09:33:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:33:35.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:33:35.015Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:34:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:34:25.471Z||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-14T09:34:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:34:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:34:25.474Z||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-14T09:34:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:34:35.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:34:35.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:35:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:35:25.473Z||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-14T09:35:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:35:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:35:25.474Z||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-14T09:35:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:35:35.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:35:35.038Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:36:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:36:25.473Z||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-14T09:36:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:36:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:36:25.474Z||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-14T09:36:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:36:35.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:36:35.125Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:37:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:37:25.472Z||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-14T09:37:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:37:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:37:25.474Z||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-14T09:37:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:37:35.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:37:35.038Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:38:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:38:25.471Z||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-14T09:38:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:38:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:38:25.474Z||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-14T09:38:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:38:35.037Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:38:35.037Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:39:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:39:25.472Z||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-14T09:39:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:39:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:39:25.474Z||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-14T09:39:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:39:35.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:39:35.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:40:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:40:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T09:40:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T09:40:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:40:25.474Z||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-14T09:40:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:40:35.090Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:40:35.093Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:41:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:41:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T09:41:25.471Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T09:41:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:41:25.474Z||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-14T09:41:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:41:35.012Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:41:35.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:42:25.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:42:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T09:42:25.471Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T09:42:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:42:25.474Z||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-14T09:42:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:42:35.009Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:42:35.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:43:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:43:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T09:43:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T09:43:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:43:25.474Z||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-14T09:43:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:43:35.041Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:43:35.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:44:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:44:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T09:44:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T09:44:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:44:25.474Z||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-14T09:44:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:44:35.094Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:44:35.098Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:45:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:45:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T09:45:25.471Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T09:45:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:45:25.474Z||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-14T09:45:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:45:35.032Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:45:35.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:46:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:46:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T09:46:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T09:46:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:46:25.474Z||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-14T09:46:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:46:35.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:46:35.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:47:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:47:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T09:47:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T09:47:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:47:25.473Z||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-14T09:47:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:47:35.024Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:47:35.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:48:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:48:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T09:48:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T09:48:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:48:25.474Z||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-14T09:48:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:48:35.017Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:48:35.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:49:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:49:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T09:49:25.471Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T09:49:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:49:25.474Z||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-14T09:49:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:49:35.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:49:35.034Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:50:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:50:25.471Z||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-14T09:50:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:50:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:50:25.474Z||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-14T09:50:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:50:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:50:35.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:51:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:51:25.471Z||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-14T09:51:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:51:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:51:25.473Z||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-14T09:51:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:51:35.039Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:51:35.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:52:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:52:25.471Z||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-14T09:52:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:52:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:52:25.474Z||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-14T09:52:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:52:35.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:52:35.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:53:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:53:25.472Z||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-14T09:53:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:53:25.474Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:53:25.474Z||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-14T09:53:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:53:35.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:53:35.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:54:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:54:25.472Z||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-14T09:54:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:54:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:54:25.474Z||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-14T09:54:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:54:35.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:54:35.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:55:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:55:25.472Z||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-14T09:55:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:55:25.478Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:55:25.479Z||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-14T09:55:25.479Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:55:35.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:55:35.033Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:56:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:56:25.472Z||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-14T09:56:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:56:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:56:25.473Z||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-14T09:56:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:56:35.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:56:35.024Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:57:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:57:25.471Z||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-14T09:57:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:57:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:57:25.474Z||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-14T09:57:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:57:35.052Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:57:35.058Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:58:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:58:25.472Z||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-14T09:58:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:58:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:58:25.474Z||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-14T09:58:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:58:35.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:58:35.024Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:59:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:59:25.471Z||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-14T09:59:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:59:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T09:59:25.473Z||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-14T09:59:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T09:59:35.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T09:59:35.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:00:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:00:25.471Z||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-14T10:00:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:00:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:00:25.474Z||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-14T10:00:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:00:35.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:00:35.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:01:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:01:25.471Z||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-14T10:01:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:01:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:01:25.473Z||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-14T10:01:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:01:35.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:01:35.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:02:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:02:25.471Z||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-14T10:02:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:02:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:02:25.474Z||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-14T10:02:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:02:35.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:02:35.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:03:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:03:25.471Z||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-14T10:03:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:03:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:03:25.474Z||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-14T10:03:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:03:35.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:03:35.047Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:04:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:04:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:04:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:04:25.474Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:04:25.475Z||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-14T10:04:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:04:35.101Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:04:35.102Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:05:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:05:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:05:25.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:05:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:05:25.474Z||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-14T10:05:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:05:35.050Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:05:35.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:06:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:06:25.471Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:06:25.474Z||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-14T10:06:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:26.101Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:26.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3e92bea-6785-4f69-a4f3-f9c67863c5bf","serviceName":"vFW 2023-01-14 10-04-40","serviceVersion":"1.0","serviceUUID":"a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb","serviceDescription":"catalog service description","serviceInvariantUUID":"44f29d00-f28b-4cf5-bdee-a23e407c36b4","resources":[{"resourceInstanceName":"vFW bf2c8081-70ad 0","resourceName":"vFW bf2c8081-70ad","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ce6b635-515e-4109-8d4d-903c1a3ce9c6","resourceInvariantUUID":"32aaaf32-b869-4042-adf5-44fc312d2829","resourceCustomizationUUID":"8662734d-6c32-4ec1-b211-47728d3e0409","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml","artifactChecksum":"YzczZGUwMmYzYTJjNDIzNjM2MDkwYmU2MjIyZTM0OTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8522404c-e5b4-4c8c-8a57-b6e0820af5be","artifactVersion":"1"},{"artifactName":"vfwbf2c808170ad0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json","artifactChecksum":"YzdiYjQzMWZiOWI4YjRkNTQwNDYwYTg2ZDA0NGY3OTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d9bc0861-7ac9-4fc9-a54c-6fe42d8227c9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"72957cfb-8b0e-426f-a7cd-bf88a938e1f2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml","artifactChecksum":"M2VkN2ZkMDYwZWZlMDU3NTY2M2U3NDQ5YTA3ZWUwZWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f4fbf18c-6b17-4739-a405-34303c33bc2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bf0f041c-a24b-4246-bc07-8d387a6b8b22","artifactVersion":"2","generatedFromUUID":"72957cfb-8b0e-426f-a7cd-bf88a938e1f2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230114100440-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml","artifactChecksum":"NjRlNjExZGZmZWYwNDZmYmNmMzJkMTY1ZDM0ZmY5NzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c463376d-c06e-4908-8a7d-325da0d350b0","artifactVersion":"1"},{"artifactName":"service-Vfw20230114100440-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar","artifactChecksum":"ZWRjYTI4ZTNjN2RkODAxNTcyNGQyMWRjNmZhYzM0ZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7a5c710-b221-490f-80f0-e4a9bd2036f6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-14T10:06:26.122Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:06:26.133Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:26.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:26.151Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:26.151Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "multicloud-k8s-id", "timestamp": 1673690744335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "aai-ml", "timestamp": 1673690742661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "multicloud-k8s-id", "timestamp": 1673690744335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:06:26.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "aai-ml", "timestamp": 1673690742661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "multicloud-k8s-id", "timestamp": 1673690744335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-14T10:06:26.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "aai-ml", "timestamp": 1673690742661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "multicloud-k8s-id", "timestamp": 1673690744335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "aai-ml", "timestamp": 1673690742661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "multicloud-k8s-id", "timestamp": 1673690744335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-14T10:06:26.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "aai-ml", "timestamp": 1673690742661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "cds", "timestamp": 1673690750156, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "multicloud-k8s-id", "timestamp": 1673690744335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "aai-ml", "timestamp": 1673690742661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "cds", "timestamp": 1673690750156, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "multicloud-k8s-id", "timestamp": 1673690744335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:06:26.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "aai-ml", "timestamp": 1673690742661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:06:26.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "cds", "timestamp": 1673690750156, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "multicloud-k8s-id", "timestamp": 1673690754340, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:26.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "aai-ml", "timestamp": 1673690753857, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:26.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "cds", "timestamp": 1673690750156, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "multicloud-k8s-id", "timestamp": 1673690755444, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:26.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "cds", "timestamp": 1673690750156, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "ves-openapi-manager", "timestamp": 1673690755387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "multicloud-k8s-id", "timestamp": 1673690756515, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:26.195Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "cds", "timestamp": 1673690750156, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "ves-openapi-manager", "timestamp": 1673690755387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690755645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "multicloud-k8s-id", "timestamp": 1673690757633, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2023-01-14T10:06:26.251Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-01-14T10:06:26.258Z||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-14T10:06:26.258Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T10:06:26.277Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:26.278Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-14T10:06:26.538Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3e92bea-6785-4f69-a4f3-f9c67863c5bf 2023-01-14T10:06:26.569Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e92bea-6785-4f69-a4f3-f9c67863c5bf 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-14T10:06:26.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "cds", "timestamp": 1673690750156, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:06:26.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "ves-openapi-manager", "timestamp": 1673690755387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690755645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "multicloud-k8s-id", "timestamp": 1673690758638, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:06:26.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "ves-openapi-manager", "timestamp": 1673690755387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "cds", "timestamp": 1673690758350, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:26.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690755645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "ves-openapi-manager", "timestamp": 1673690755387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "cds", "timestamp": 1673690759404, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-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-14T10:06:26.622Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3e92bea-6785-4f69-a4f3-f9c67863c5bf 2023-01-14T10:06:26.622Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e92bea-6785-4f69-a4f3-f9c67863c5bf 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-14T10:06:26.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690755645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "ves-openapi-manager", "timestamp": 1673690755387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690755645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "ves-openapi-manager", "timestamp": 1673690755387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690755645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690755645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:06:26.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690763544, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:26.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "multicloud-k8s-id", "timestamp": 1673690764335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "multicloud-k8s-id", "timestamp": 1673690764335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:06:26.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "cds", "timestamp": 1673690765153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "multicloud-k8s-id", "timestamp": 1673690764335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-14T10:06:26.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "cds", "timestamp": 1673690765153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "multicloud-k8s-id", "timestamp": 1673690764335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "cds", "timestamp": 1673690765153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "multicloud-k8s-id", "timestamp": 1673690764335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-14T10:06:26.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "cds", "timestamp": 1673690765153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "aai-ml", "timestamp": 1673690769073, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "DEPLOY_ERROR" } 2023-01-14T10:06:26.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "multicloud-k8s-id", "timestamp": 1673690764335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690769513, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:06:26.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "cds", "timestamp": 1673690765153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "aai-ml", "timestamp": 1673690770085, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-14T10:06:26.664Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c3e92bea-6785-4f69-a4f3-f9c67863c5bf 2023-01-14T10:06:26.664Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e92bea-6785-4f69-a4f3-f9c67863c5bf 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-14T10:06:26.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "multicloud-k8s-id", "timestamp": 1673690764335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:06:26.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "cds", "timestamp": 1673690765153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690770533, "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-14T10:06:26.688Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3e92bea-6785-4f69-a4f3-f9c67863c5bf 2023-01-14T10:06:26.688Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e92bea-6785-4f69-a4f3-f9c67863c5bf 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-14T10:06:26.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "multicloud-k8s-id", "timestamp": 1673690772148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:26.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "cds", "timestamp": 1673690765153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:06:26.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690755645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "multicloud-k8s-id", "timestamp": 1673690773215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:26.700Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690755645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "cds", "timestamp": 1673690773039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:26.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "aai-ml", "timestamp": 1673690772661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "multicloud-k8s-id", "timestamp": 1673690774330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:26.704Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690755645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "cds", "timestamp": 1673690774054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-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-14T10:06:26.738Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6191e27-c8f5-4332-973f-c269f8f6e776 2023-01-14T10:06:26.738Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6191e27-c8f5-4332-973f-c269f8f6e776 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-14T10:06:26.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "aai-ml", "timestamp": 1673690772661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "multicloud-k8s-id", "timestamp": 1673690775355, "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-14T10:06:26.766Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6191e27-c8f5-4332-973f-c269f8f6e776 2023-01-14T10:06:26.766Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6191e27-c8f5-4332-973f-c269f8f6e776 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-14T10:06:26.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690755645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "ves-openapi-manager", "timestamp": 1673690775387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "aai-ml", "timestamp": 1673690772661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "multicloud-k8s-id", "timestamp": 1673690776357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:06:26.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690755645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "ves-openapi-manager", "timestamp": 1673690775387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "aai-ml", "timestamp": 1673690772661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690755645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "ves-openapi-manager", "timestamp": 1673690775387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "aai-ml", "timestamp": 1673690772661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690755645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:06:26.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "ves-openapi-manager", "timestamp": 1673690775387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "aai-ml", "timestamp": 1673690772661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "ves-openapi-manager", "timestamp": 1673690775387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690778739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:26.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "aai-ml", "timestamp": 1673690772661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:06:26.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "ves-openapi-manager", "timestamp": 1673690775387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "aai-ml", "timestamp": 1673690780650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:26.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "ves-openapi-manager", "timestamp": 1673690775387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:26.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:06:26.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690781248, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:06:26.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:06:26.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:06:26.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673690782252, "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-14T10:06:26.793Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6191e27-c8f5-4332-973f-c269f8f6e776 2023-01-14T10:06:26.794Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6191e27-c8f5-4332-973f-c269f8f6e776 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-14T10:06:27.160Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:06:27.161Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:27.163Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:27.163Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:06:27.263Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-14T10:06:27.264Z||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-14T10:06:27.265Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:27.278Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:27.279Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:06:28.164Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:06:28.165Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:28.167Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:28.167Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-14T10:06:28.267Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:06:28.268Z||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-14T10:06:28.268Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:28.278Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:28.279Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:06:29.168Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:06:29.168Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:29.170Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:29.171Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:29.271Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:06:29.272Z||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-14T10:06:29.272Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:29.282Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:29.282Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:06:30.171Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:06:30.172Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:30.175Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:30.175Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-14T10:06:30.275Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:06:30.276Z||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-14T10:06:30.277Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:30.285Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:30.286Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:06:31.176Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:06:31.177Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:31.180Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:31.180Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:06:31.280Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:06:31.281Z||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-14T10:06:31.281Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:31.291Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:31.292Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:06:32.181Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:06:32.182Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:32.208Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:32.208Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:06:32.284Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms 2023-01-14T10:06:32.285Z||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-14T10:06:32.285Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:32.294Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:32.294Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:06:33.211Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "serviceName": "vFW 2023-01-14 10-04-40", "serviceVersion": "1.0", "serviceUUID": "a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb", "serviceDescription": "catalog service description", "serviceInvariantUUID": "44f29d00-f28b-4cf5-bdee-a23e407c36b4", "resources": [ { "resourceInstanceName": "vFW bf2c8081-70ad 0", "resourceCustomizationUUID": "8662734d-6c32-4ec1-b211-47728d3e0409", "resourceName": "vFW bf2c8081-70ad", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1ce6b635-515e-4109-8d4d-903c1a3ce9c6", "resourceInvariantUUID": "32aaaf32-b869-4042-adf5-44fc312d2829", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwbf2c808170ad0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json", "artifactChecksum": "YzdiYjQzMWZiOWI4YjRkNTQwNDYwYTg2ZDA0NGY3OTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d9bc0861-7ac9-4fc9-a54c-6fe42d8227c9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "72957cfb-8b0e-426f-a7cd-bf88a938e1f2", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bf0f041c-a24b-4246-bc07-8d387a6b8b22", "generatedFromUUID": "72957cfb-8b0e-426f-a7cd-bf88a938e1f2" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bf0f041c-a24b-4246-bc07-8d387a6b8b22", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230114100440-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "artifactChecksum": "ZWRjYTI4ZTNjN2RkODAxNTcyNGQyMWRjNmZhYzM0ZjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b7a5c710-b221-490f-80f0-e4a9bd2036f6" } ], "workloadContext": "Production" } 2023-01-14T10:06:33.212Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-14T10:06:33.212Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb ASDC 2023-01-14T10:06:33.368Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:c3e92bea-6785-4f69-a4f3-f9c67863c5bf ServiceName:vFW 2023-01-14 10-04-40 ServiceVersion:1.0 ServiceUUID:a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb ServiceInvariantUUID:44f29d00-f28b-4cf5-bdee-a23e407c36b4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230114100440-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar ArtifactUUID:b7a5c710-b221-490f-80f0-e4a9bd2036f6 ArtifactChecksum:ZWRjYTI4ZTNjN2RkODAxNTcyNGQyMWRjNmZhYzM0ZjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW bf2c8081-70ad 0 ResourceCustomizationUUID:8662734d-6c32-4ec1-b211-47728d3e0409 ResourceInvariantUUID:32aaaf32-b869-4042-adf5-44fc312d2829 ResourceName:vFW bf2c8081-70ad ResourceType:VF ResourceUUID:1ce6b635-515e-4109-8d4d-903c1a3ce9c6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwbf2c808170ad0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json ArtifactUUID:d9bc0861-7ac9-4fc9-a54c-6fe42d8227c9 ArtifactChecksum:YzdiYjQzMWZiOWI4YjRkNTQwNDYwYTg2ZDA0NGY3OTE= 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/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml ArtifactUUID:72957cfb-8b0e-426f-a7cd-bf88a938e1f2 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/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env ArtifactUUID:bf0f041c-a24b-4246-bc07-8d387a6b8b22 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/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env ArtifactUUID:bf0f041c-a24b-4246-bc07-8d387a6b8b22 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-14T10:06:33.369Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb 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-14T10:06:33.456Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:06:33.461Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-14T10:06:33.462Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-14T10:06:33.463Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b7a5c710-b221-490f-80f0-e4a9bd2036f6 from URL: /sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:33.463Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-14T10:06:33.465Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:33.590Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-14T10:06:33.612Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar b7a5c710-b221-490f-80f0-e4a9bd2036f6 100689 2023-01-14T10:06:33.614Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar ASDC sendASDCNotification 2023-01-14T10:06:33.614Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:33.615Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:06:33.616Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:33.619Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:33.620Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690793612, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:33.718Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-14T10:06:33.719Z||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-14T10:06:33.720Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:33.733Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:33.734Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:06:34.620Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:06:34.621Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-14T10:06:34.621Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b7a5c710-b221-490f-80f0-e4a9bd2036f6, URL: /sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar to file: /app/ASDC/1/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:34.622Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230114100440-csar.csar 2023-01-14T10:06:34.734Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:34.735Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:35.538Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7719372714447200049/Definitions/service-Vfw20230114100440-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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 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_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 2023-01-14T10:06:38.512Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-14T10:06:38.517Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-14T10:06:38.518Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:38.518Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-14T10:06:38.518Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:38.518Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bf2c8081-70ad 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-Vfw20230114100440-csar.csar 2023-01-14T10:06:38.519Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:38.519Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:38.519Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:38.519Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:38.519Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:38.520Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:38.520Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:38.520Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:38.520Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:38.520Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-14T10:06:38.527Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.529Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:38.533Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria 2023-01-14T10:06:38.534Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-14T10:06:38.535Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:06:38.537Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.537Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:38.538Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria 2023-01-14T10:06:38.538Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-14T10:06:38.538Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:06:38.538Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.538Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:38.542Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.542Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is not matching search criteria 2023-01-14T10:06:38.543Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:06:38.543Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:06:38.543Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:06:38.543Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:06:38.543Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:38.544Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:06:38.544Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:06:38.544Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:06:38.544Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:06:38.545Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:06:38.545Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:38.545Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:06:38.545Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:38.545Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:06:38.546Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:06:38.546Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-14T10:06:38.546Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.546Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T10:06:38.548Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.548Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria 2023-01-14T10:06:38.548Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:06:38.549Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.549Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria 2023-01-14T10:06:38.550Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:06:38.550Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.550Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria 2023-01-14T10:06:38.551Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:06:38.551Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.552Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is not matching search criteria 2023-01-14T10:06:38.552Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:06:38.552Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:06:38.553Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-14T10:06:38.553Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:06:38.553Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:06:38.553Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:06:38.553Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:38.554Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:06:38.554Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:38.554Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:06:38.554Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:06:38.555Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c4e871d6-7054-4731-bb09-ad88769f40bf 2023-01-14T10:06:38.555Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.555Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is not matching search criteria 2023-01-14T10:06:38.555Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:06:38.556Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:06:38.556Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:06:38.556Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:06:38.556Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:38.557Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:06:38.557Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:06:38.557Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-14T10:06:38.557Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:06:38.558Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:38.558Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:06:38.558Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:06:38.558Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=74ab6c24-b002-4eb7-abdf-6ee54d5e0bf4 2023-01-14T10:06:38.559Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.559Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is not matching search criteria 2023-01-14T10:06:38.559Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:06:38.559Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:06:38.560Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:06:38.560Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:06:38.560Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:38.560Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:06:38.560Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:06:38.561Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:06:38.561Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:06:38.561Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:06:38.561Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:38.562Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-14T10:06:38.562Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=28c9a199-214a-4034-ad8e-fc85d36ceb64 2023-01-14T10:06:38.562Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.563Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:38.563Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.563Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:38.564Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.564Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:38.564Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:38.564Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:38.565Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-14 10-04-40 Description:catalog service description Model UUID:a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb Model Version:NULL Model InvariantUuid:44f29d00-f28b-4cf5-bdee-a23e407c36b4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW bf2c8081-70ad Model UUID:48129ef8-e455-4491-947e-359ef92b0799 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:32aaaf32-b869-4042-adf5-44fc312d2829 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8662734d-6c32-4ec1-b211-47728d3e0409 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0e0845ee-80cd-4b7a-aae6-c2d88dee6225 ModelName:VfwBf2c808170ad..base_vfw..module-0 ModelUuid:207a0659-298d-41b3-bc7b-f1ce53976f29 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c4e871d6-7054-4731-bb09-ad88769f40bf ModelInvariantUuid:fe078e57-f527-49c4-a41d-f48a2dd8fc76 ModelName:vFW bf2c8081-70ad-nodes.vfwCvfc ModelUuid:5a7b80a4-731d-4f91-a233-7aecfa6b6de4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:3d9b226f-6839-4630-a281-6983658a24d1 ModelInvariantUuid:d35570a7-6298-4b67-8b98-53f0c984084b ModelName:VfwBf2c808170ad.compute.nodes.heat.vfw ModelUuid:c04ea15c-085b-4771-9196-a6d61a443b85 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:74ab6c24-b002-4eb7-abdf-6ee54d5e0bf4 ModelInvariantUuid:5b75ea98-4766-4f0e-9fdb-2a8076645aff ModelName:vFW bf2c8081-70ad-nodes.vsnCvfc ModelUuid:052212df-5b69-42e8-98d2-d74763b83ed2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c56ff86b-80de-4da3-ad33-cd9eee869ee9 ModelInvariantUuid:759529a6-fdcc-4799-8ab0-4ba2d0c90c0b ModelName:VfwBf2c808170ad.compute.nodes.heat.vsn ModelUuid:d4b50b8e-428e-486c-82ad-cf1227f6e30d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:28c9a199-214a-4034-ad8e-fc85d36ceb64 ModelInvariantUuid:a7d61814-3472-45dc-a530-544f3153d2a7 ModelName:vFW bf2c8081-70ad-nodes.vpgCvfc ModelUuid:abad1d9c-7a12-4c93-ade2-fac5d9a8f00a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a35e9d50-58a8-4304-80cc-0a2194562102 ModelInvariantUuid:c7017357-61cb-441a-8a5c-9d35ce63316b ModelName:VfwBf2c808170ad.compute.nodes.heat.vpg ModelUuid:2517f614-c2e3-4c98-a0be-b0165db702f4 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-14T10:06:38.580Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ce6b635-515e-4109-8d4d-903c1a3ce9c6 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-14T10:06:38.679Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||vFW bf2c8081-70ad 0 2023-01-14T10:06:38.689Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ce6b635-515e-4109-8d4d-903c1a3ce9c6 2023-01-14T10:06:38.690Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d9bc0861-7ac9-4fc9-a54c-6fe42d8227c9 from URL: /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json 2023-01-14T10:06:38.690Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-14T10:06:38.690Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json 2023-01-14T10:06:38.767Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-14T10:06:38.767Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json d9bc0861-7ac9-4fc9-a54c-6fe42d8227c9 785 2023-01-14T10:06:38.768Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json ASDC sendASDCNotification 2023-01-14T10:06:38.768Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json 2023-01-14T10:06:38.768Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:06:38.768Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:38.772Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:38.772Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690798768, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:38.872Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-14T10:06:38.873Z||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-14T10:06:38.873Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:38.882Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:38.882Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:06:39.774Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBf2c808170ad..base_vfw..module-0", "vfModuleModelInvariantUUID": "0e0845ee-80cd-4b7a-aae6-c2d88dee6225", "vfModuleModelVersion": "1", "vfModuleModelUUID": "207a0659-298d-41b3-bc7b-f1ce53976f29", "vfModuleModelCustomizationUUID": "3b30461c-fd8d-45e6-b31d-9e8f8d784241", "isBase": true, "artifacts": [ "72957cfb-8b0e-426f-a7cd-bf88a938e1f2", "bf0f041c-a24b-4246-bc07-8d387a6b8b22" ], "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-14T10:06:39.789Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBf2c808170ad..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:207a0659-298d-41b3-bc7b-f1ce53976f29 VfModuleModelInvariantUUID:0e0845ee-80cd-4b7a-aae6-c2d88dee6225 VfModuleModelDescription:NULL Artifacts UUID List:{ 72957cfb-8b0e-426f-a7cd-bf88a938e1f2 , bf0f041c-a24b-4246-bc07-8d387a6b8b22 } 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-14T10:06:39.793Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBf2c808170ad..base_vfw..module-0", "vfModuleModelInvariantUUID": "0e0845ee-80cd-4b7a-aae6-c2d88dee6225", "vfModuleModelVersion": "1", "vfModuleModelUUID": "207a0659-298d-41b3-bc7b-f1ce53976f29", "vfModuleModelCustomizationUUID": "3b30461c-fd8d-45e6-b31d-9e8f8d784241", "isBase": true, "artifacts": [ "72957cfb-8b0e-426f-a7cd-bf88a938e1f2", "bf0f041c-a24b-4246-bc07-8d387a6b8b22" ], "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-14T10:06:39.793Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBf2c808170ad..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:207a0659-298d-41b3-bc7b-f1ce53976f29 VfModuleModelInvariantUUID:0e0845ee-80cd-4b7a-aae6-c2d88dee6225 VfModuleModelDescription:NULL Artifacts UUID List:{ 72957cfb-8b0e-426f-a7cd-bf88a938e1f2 , bf0f041c-a24b-4246-bc07-8d387a6b8b22 } 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-14T10:06:39.793Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 72957cfb-8b0e-426f-a7cd-bf88a938e1f2 from URL: /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml 2023-01-14T10:06:39.793Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-14T10:06:39.794Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml 2023-01-14T10:06:39.845Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-14T10:06:39.846Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml 72957cfb-8b0e-426f-a7cd-bf88a938e1f2 20368 2023-01-14T10:06:39.846Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-14T10:06:39.846Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml 2023-01-14T10:06:39.846Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:06:39.847Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:39.849Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:39.849Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690799846, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:39.949Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:06:39.950Z||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-14T10:06:39.950Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:39.959Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:39.960Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:06:40.850Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bf0f041c-a24b-4246-bc07-8d387a6b8b22 from URL: /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env 2023-01-14T10:06:40.850Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-14T10:06:40.850Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env 2023-01-14T10:06:40.924Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-14T10:06:40.925Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env bf0f041c-a24b-4246-bc07-8d387a6b8b22 2098 2023-01-14T10:06:40.925Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-14T10:06:40.925Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env 2023-01-14T10:06:40.925Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:06:40.926Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:40.928Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:40.928Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690800925, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:06:41.029Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-14T10:06:41.029Z||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-14T10:06:41.029Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:41.044Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:41.044Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:06:41.929Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb 2023-01-14T10:06:41.930Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bf2c8081-70ad 0 1ce6b635-515e-4109-8d4d-903c1a3ce9c6 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-14T10:06:41.982Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fdadef5, org.onap.sdc.toscaparser.api.parameters.Input@75aa88de, org.onap.sdc.toscaparser.api.parameters.Input@2f0f5d5a, org.onap.sdc.toscaparser.api.parameters.Input@76cd4684, org.onap.sdc.toscaparser.api.parameters.Input@4f5913de] 2023-01-14T10:06:41.985Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:41.985Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:41.986Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-14T10:06:41.986Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8662734d-6c32-4ec1-b211-47728d3e0409 2023-01-14T10:06:41.986Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8662734d-6c32-4ec1-b211-47728d3e0409 matches Tosca VF Customization UUID: 8662734d-6c32-4ec1-b211-47728d3e0409 2023-01-14T10:06:41.986Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8662734d-6c32-4ec1-b211-47728d3e0409 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-14T10:06:41.995Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:41.995Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:41.996Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8662734d-6c32-4ec1-b211-47728d3e0409: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-14T10:06:41.996Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ceed6e 2023-01-14T10:06:41.997Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:41.997Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T10:06:41.997Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3b30461c-fd8d-45e6-b31d-9e8f8d784241 2023-01-14T10:06:41.998Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3b30461c-fd8d-45e6-b31d-9e8f8d784241 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-14T10:06:42.006Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.007Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria 2023-01-14T10:06:42.007Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:06:42.008Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.008Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria 2023-01-14T10:06:42.008Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:06:42.008Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.008Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is not matching search criteria 2023-01-14T10:06:42.009Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:06:42.009Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:06:42.009Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-14T10:06:42.009Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:06:42.010Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:06:42.010Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:06:42.010Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:42.010Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:06:42.010Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:42.011Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:06:42.011Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:06:42.011Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c4e871d6-7054-4731-bb09-ad88769f40bf 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-14T10:06:42.020Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.020Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria 2023-01-14T10:06:42.021Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:06:42.021Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.021Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is not matching search criteria 2023-01-14T10:06:42.021Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:06:42.021Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:06:42.022Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:06:42.022Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:06:42.022Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:42.022Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:06:42.022Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:06:42.022Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-14T10:06:42.023Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:06:42.023Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:42.023Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:06:42.023Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:06:42.023Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=74ab6c24-b002-4eb7-abdf-6ee54d5e0bf4 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-14T10:06:42.026Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.026Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria 2023-01-14T10:06:42.026Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:06:42.029Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.029Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is not matching search criteria 2023-01-14T10:06:42.029Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:06:42.029Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:06:42.029Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:06:42.030Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:06:42.030Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:42.030Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:06:42.030Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:06:42.030Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:06:42.030Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:06:42.031Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:06:42.031Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:06:42.031Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-14T10:06:42.031Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=28c9a199-214a-4034-ad8e-fc85d36ceb64 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-14T10:06:42.034Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.034Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria 2023-01-14T10:06:42.034Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:06:42.034Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.034Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria 2023-01-14T10:06:42.035Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=8662734d-6c32-4ec1-b211-47728d3e0409 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-14T10:06:42.037Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.037Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:42.038Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb: vFW bf2c8081-70ad 2023-01-14T10:06:42.038Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.038Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:42.038Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.038Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:42.038Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.039Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:42.039Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.039Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:42.039Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:06:42.039Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:06:42.039Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2023-01-14 10-04-40 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-14T10:06:42.362Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bf2c8081-70ad 1ce6b635-515e-4109-8d4d-903c1a3ce9c6 1 ASDC deployResourceStructure 2023-01-14T10:06:42.363Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json ASDC sendASDCNotification 2023-01-14T10:06:42.363Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json 2023-01-14T10:06:42.363Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:06:42.363Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:42.365Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:42.365Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690802363, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:06:42.465Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:06:42.466Z||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-14T10:06:42.466Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:42.476Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:42.477Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:06:43.366Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-14T10:06:43.366Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml 2023-01-14T10:06:43.367Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:06:43.367Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:43.369Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:43.369Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690803366, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:06:43.470Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-14T10:06:43.470Z||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-14T10:06:43.470Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:43.482Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:43.482Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:06:44.371Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-14T10:06:44.371Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env 2023-01-14T10:06:44.371Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:06:44.371Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:44.373Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:44.374Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690804370, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-14T10:06:44.474Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:06:44.475Z||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-14T10:06:44.475Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:44.484Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:44.485Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:06:45.375Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar ASDC sendASDCNotification 2023-01-14T10:06:45.375Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar 2023-01-14T10:06:45.375Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:06:45.375Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:06:45.377Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:06:45.378Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690805374, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:06:45.477Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-14T10:06:45.478Z||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-14T10:06:45.478Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:06:45.488Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:06:45.489Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:06:46.380Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3e92bea-6785-4f69-a4f3-f9c67863c5bf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:06:46.400Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3e92bea-6785-4f69-a4f3-f9c67863c5bf 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-14T10:06:46.404Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:06:46.404Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T10:06:46.404Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-14T10:06:46.404Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-14T10:06:46.404Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-01-14T10:06:46.405Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-14T10:06:46.410Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-14T10:07:16.410Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3e92bea-6785-4f69-a4f3-f9c67863c5bf 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-14T10:07:16.430Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3e92bea-6785-4f69-a4f3-f9c67863c5bf and serviceModelVersionId: a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb 2023-01-14T10:07:16.430Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44f29d00-f28b-4cf5-bdee-a23e407c36b4 2023-01-14T10:07:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:07:25.474Z||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-14T10:07:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:25.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:25.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:07:25.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:07:25.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:07:31.386Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0 2023-01-14T10:07:31.495Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-14T10:07:32.023Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?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-14T10:07:32.029Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Invoke 2023-01-14T10:07:33.586Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?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-14T10:07:33.591Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Invoke 2023-01-14T10:07:35.124Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?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-14T10:07:35.126Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Invoke 2023-01-14T10:07:36.151Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:07:36.152Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2023-01-14T10:07:36.153Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:07:36.154Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-14T10:07:36.164Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|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-14T10:07:36.165Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3e92bea-6785-4f69-a4f3-f9c67863c5bf and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:07:36.169Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-01-14T10:07:36.170Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:36.172Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:36.173Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690856165, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:07:36.273Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:07:36.274Z||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-14T10:07:36.274Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:36.293Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:36.294Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-14T10:07:37.198Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||received message from topic 2023-01-14T10:07:37.198Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"a6191e27-c8f5-4332-973f-c269f8f6e776","serviceName":"basic_onboard_kRcTFu","serviceVersion":"1.0","serviceUUID":"1bf7d227-9194-45bc-ad34-523056b71118","serviceDescription":"service","serviceInvariantUUID":"5e2617f8-967f-4278-8228-b45c6552ba57","resources":[{"resourceInstanceName":"basic_onboard_kRcTFu 0","resourceName":"basic_onboard_kRcTFu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20bb3518-7b37-401f-ad99-295f99ccc55e","resourceInvariantUUID":"1a212384-cd47-41cd-b212-a1db3bba3b3f","resourceCustomizationUUID":"8d8643e2-b864-41c7-a295-0b8d935695d1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml","artifactChecksum":"YzVhZGNiYjQyY2JlMGU2ZTZhZTg4Y2ZiZjRhNzU1YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32a6f47d-5bcc-4a6c-b5ba-44a436d77759","artifactVersion":"1"},{"artifactName":"basic_onboard_krctfu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json","artifactChecksum":"ODlkZWUzMzYyZTU3ZTQwZWQ3MmJiZDJlMjJhNzNlZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cccd1e34-79e3-45a2-abfb-499dc77a4a53","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da07559f-be4d-4349-a6cf-9ecb07692f2e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8addf016-656b-443b-a248-e42da5973169","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d93ccd78-0c38-40b3-900b-218b6e54255c","artifactVersion":"2","generatedFromUUID":"da07559f-be4d-4349-a6cf-9ecb07692f2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKrctfu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml","artifactChecksum":"OTE4NzhiOGJhNjA5YzUxYmVjOGEwZjFmOGE3ZmIwM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"711b24ba-c13a-41d6-938d-7a55e60b6fa2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKrctfu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar","artifactChecksum":"YzMwZmNiYjk5Njk0Zjc3ODhmNGQ5Yzk4M2Q5NWZlOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"556f2385-307c-4330-9a5d-52bd2b9fe852","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-14T10:07:37.199Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:07:37.199Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:37.201Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:37.201Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:07:37.301Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:07:37.302Z||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-14T10:07:37.302Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:37.310Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:37.310Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:07:38.202Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:07:38.203Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:38.205Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:38.205Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:07:38.305Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:07:38.306Z||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-14T10:07:38.306Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:38.314Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:38.314Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:07:39.205Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:07:39.206Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:39.208Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:39.208Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-14T10:07:39.308Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:07:39.309Z||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-14T10:07:39.309Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:39.320Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:39.321Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:07:40.209Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:07:40.211Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:40.215Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:40.215Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:07:40.315Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-14T10:07:40.316Z||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-14T10:07:40.316Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:40.326Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:40.327Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:07:41.217Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:07:41.218Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:41.221Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:41.221Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-14T10:07:41.321Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:07:41.322Z||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-14T10:07:41.322Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:41.333Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:41.334Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:07:42.222Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:07:42.223Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:42.226Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:42.226Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:07:42.326Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:07:42.327Z||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-14T10:07:42.327Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:42.338Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:42.338Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:07:43.227Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:07:43.228Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:43.230Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:43.231Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:07:43.331Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:07:43.332Z||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-14T10:07:43.332Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:43.346Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:43.346Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:07:44.232Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||sending notification to client: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "serviceName": "basic_onboard_kRcTFu", "serviceVersion": "1.0", "serviceUUID": "1bf7d227-9194-45bc-ad34-523056b71118", "serviceDescription": "service", "serviceInvariantUUID": "5e2617f8-967f-4278-8228-b45c6552ba57", "resources": [ { "resourceInstanceName": "basic_onboard_kRcTFu 0", "resourceCustomizationUUID": "8d8643e2-b864-41c7-a295-0b8d935695d1", "resourceName": "basic_onboard_kRcTFu", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "20bb3518-7b37-401f-ad99-295f99ccc55e", "resourceInvariantUUID": "1a212384-cd47-41cd-b212-a1db3bba3b3f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_krctfu0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json", "artifactChecksum": "ODlkZWUzMzYyZTU3ZTQwZWQ3MmJiZDJlMjJhNzNlZGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cccd1e34-79e3-45a2-abfb-499dc77a4a53", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "da07559f-be4d-4349-a6cf-9ecb07692f2e", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d93ccd78-0c38-40b3-900b-218b6e54255c", "generatedFromUUID": "da07559f-be4d-4349-a6cf-9ecb07692f2e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d93ccd78-0c38-40b3-900b-218b6e54255c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardKrctfu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "artifactChecksum": "YzMwZmNiYjk5Njk0Zjc3ODhmNGQ5Yzk4M2Q5NWZlOWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "556f2385-307c-4330-9a5d-52bd2b9fe852" } ], "workloadContext": "Production" } 2023-01-14T10:07:44.233Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-14T10:07:44.233Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1bf7d227-9194-45bc-ad34-523056b71118 ASDC 2023-01-14T10:07:44.234Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||ASDC Notification: DistributionID:a6191e27-c8f5-4332-973f-c269f8f6e776 ServiceName:basic_onboard_kRcTFu ServiceVersion:1.0 ServiceUUID:1bf7d227-9194-45bc-ad34-523056b71118 ServiceInvariantUUID:5e2617f8-967f-4278-8228-b45c6552ba57 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardKrctfu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar ArtifactUUID:556f2385-307c-4330-9a5d-52bd2b9fe852 ArtifactChecksum:YzMwZmNiYjk5Njk0Zjc3ODhmNGQ5Yzk4M2Q5NWZlOWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_kRcTFu 0 ResourceCustomizationUUID:8d8643e2-b864-41c7-a295-0b8d935695d1 ResourceInvariantUUID:1a212384-cd47-41cd-b212-a1db3bba3b3f ResourceName:basic_onboard_kRcTFu ResourceType:VF ResourceUUID:20bb3518-7b37-401f-ad99-295f99ccc55e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_krctfu0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json ArtifactUUID:cccd1e34-79e3-45a2-abfb-499dc77a4a53 ArtifactChecksum:ODlkZWUzMzYyZTU3ZTQwZWQ3MmJiZDJlMjJhNzNlZGU= 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/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml ArtifactUUID:da07559f-be4d-4349-a6cf-9ecb07692f2e 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/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env ArtifactUUID:d93ccd78-0c38-40b3-900b-218b6e54255c 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/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env ArtifactUUID:d93ccd78-0c38-40b3-900b-218b6e54255c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-14T10:07:44.235Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1bf7d227-9194-45bc-ad34-523056b71118 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-14T10:07:44.274Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:07:44.275Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:07:44.276Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:07:44.276Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Trying to download the artifact UUID: 556f2385-307c-4330-9a5d-52bd2b9fe852 from URL: /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:44.276Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:07:44.276Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:44.397Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:07:44.402Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar 556f2385-307c-4330-9a5d-52bd2b9fe852 75302 2023-01-14T10:07:44.402Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar ASDC sendASDCNotification 2023-01-14T10:07:44.403Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:44.403Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:07:44.404Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:44.406Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:44.407Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690864402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:07:44.507Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-14T10:07:44.508Z||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-14T10:07:44.508Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:44.530Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:44.531Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:07:45.408Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:07:45.409Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:07:45.410Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Trying to write artifact UUID: 556f2385-307c-4330-9a5d-52bd2b9fe852, URL: /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar to file: /app/ASDC/1/service-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:45.410Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:45.411Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:45.411Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:45.601Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15048718761302602209/Definitions/service-BasicOnboardKrctfu-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-14T10:07:46.884Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||CSAR conformance level is 11.0 2023-01-14T10:07:46.885Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|WARN|500||#################################################################################################### 2023-01-14T10:07:46.885Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:46.885Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-14T10:07:46.885Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:46.885Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|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-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:46.885Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|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-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:46.886Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|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-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:46.886Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:46.886Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kRcTFu 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-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:46.886Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|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-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:46.886Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|WARN|500||#################################################################################################### 2023-01-14T10:07:46.886Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:46.886Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:46.887Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria 2023-01-14T10:07:46.887Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T10:07:46.887Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:07:46.887Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:46.887Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:46.888Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria 2023-01-14T10:07:46.888Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T10:07:46.888Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:07:46.888Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:46.888Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:46.888Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:46.889Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is not matching search criteria 2023-01-14T10:07:46.889Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-14T10:07:46.889Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-14T10:07:46.889Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-14T10:07:46.889Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-14T10:07:46.889Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-14T10:07:46.890Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:46.890Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T10:07:46.890Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:46.890Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria 2023-01-14T10:07:46.890Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:07:46.891Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:46.891Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria 2023-01-14T10:07:46.891Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:07:46.891Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:46.891Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria 2023-01-14T10:07:46.892Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:07:46.892Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:46.892Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is not matching search criteria 2023-01-14T10:07:46.892Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-14T10:07:46.892Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-14T10:07:46.893Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c921483e-4781-4e2f-97d5-dadd226cdef5 2023-01-14T10:07:46.893Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:46.893Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:46.893Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:46.893Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:46.894Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:46.894Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:46.894Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:46.894Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:46.894Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_kRcTFu Description:service Model UUID:1bf7d227-9194-45bc-ad34-523056b71118 Model Version:NULL Model InvariantUuid:5e2617f8-967f-4278-8228-b45c6552ba57 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_kRcTFu Model UUID:6c158a97-1967-4caf-acdb-9a49d71b450f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1a212384-cd47-41cd-b212-a1db3bba3b3f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8d8643e2-b864-41c7-a295-0b8d935695d1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:12cc2893-fcf4-4515-85e4-e4f43ce3fab3 ModelName:BasicOnboardKrctfu..base_ubuntu18..module-0 ModelUuid:d4e47b89-4854-43c0-b5fe-cd65c19f4466 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c921483e-4781-4e2f-97d5-dadd226cdef5 ModelInvariantUuid:739f9a78-f4b2-4986-9f58-e26c2941b505 ModelName:basic_onboard_kRcTFu-nodes.ubuntu18Cvfc ModelUuid:9c61fcf6-cb7b-4e54-826e-c2f77a15f08e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:908a6e61-398d-4ec0-b270-08859e5663cb ModelInvariantUuid:259bf170-064b-4110-baa2-ea648863d2c2 ModelName:BasicOnboardKrctfu.compute.nodes.heat.ubuntu18 ModelUuid:96d607f3-a15c-4b05-a86d-80052a8f0e6b 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-14T10:07:46.907Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 20bb3518-7b37-401f-ad99-295f99ccc55e 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-14T10:07:46.911Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||basic_onboard_kRcTFu 0 2023-01-14T10:07:46.912Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 20bb3518-7b37-401f-ad99-295f99ccc55e 2023-01-14T10:07:46.912Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Trying to download the artifact UUID: cccd1e34-79e3-45a2-abfb-499dc77a4a53 from URL: /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json 2023-01-14T10:07:46.912Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:07:46.912Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json 2023-01-14T10:07:46.963Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:07:46.964Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json cccd1e34-79e3-45a2-abfb-499dc77a4a53 798 2023-01-14T10:07:46.964Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json ASDC sendASDCNotification 2023-01-14T10:07:46.964Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json 2023-01-14T10:07:46.965Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:07:46.965Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:46.967Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:46.967Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690866964, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:07:47.067Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:07:47.068Z||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-14T10:07:47.070Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:47.081Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:47.082Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:07:47.968Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKrctfu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "12cc2893-fcf4-4515-85e4-e4f43ce3fab3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d4e47b89-4854-43c0-b5fe-cd65c19f4466", "vfModuleModelCustomizationUUID": "9735d89b-a50d-4b8b-8789-fdc916999c31", "isBase": true, "artifacts": [ "da07559f-be4d-4349-a6cf-9ecb07692f2e", "d93ccd78-0c38-40b3-900b-218b6e54255c" ], "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-14T10:07:47.973Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKrctfu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d4e47b89-4854-43c0-b5fe-cd65c19f4466 VfModuleModelInvariantUUID:12cc2893-fcf4-4515-85e4-e4f43ce3fab3 VfModuleModelDescription:NULL Artifacts UUID List:{ da07559f-be4d-4349-a6cf-9ecb07692f2e , d93ccd78-0c38-40b3-900b-218b6e54255c } 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-14T10:07:47.976Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKrctfu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "12cc2893-fcf4-4515-85e4-e4f43ce3fab3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d4e47b89-4854-43c0-b5fe-cd65c19f4466", "vfModuleModelCustomizationUUID": "9735d89b-a50d-4b8b-8789-fdc916999c31", "isBase": true, "artifacts": [ "da07559f-be4d-4349-a6cf-9ecb07692f2e", "d93ccd78-0c38-40b3-900b-218b6e54255c" ], "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-14T10:07:47.976Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKrctfu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d4e47b89-4854-43c0-b5fe-cd65c19f4466 VfModuleModelInvariantUUID:12cc2893-fcf4-4515-85e4-e4f43ce3fab3 VfModuleModelDescription:NULL Artifacts UUID List:{ da07559f-be4d-4349-a6cf-9ecb07692f2e , d93ccd78-0c38-40b3-900b-218b6e54255c } 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-14T10:07:47.976Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Trying to download the artifact UUID: da07559f-be4d-4349-a6cf-9ecb07692f2e from URL: /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml 2023-01-14T10:07:47.976Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:07:47.976Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml 2023-01-14T10:07:48.050Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:07:48.051Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml da07559f-be4d-4349-a6cf-9ecb07692f2e 5033 2023-01-14T10:07:48.051Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-14T10:07:48.051Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml 2023-01-14T10:07:48.051Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:07:48.052Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:48.054Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:48.054Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690868051, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:07:48.154Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:07:48.156Z||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-14T10:07:48.156Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:48.181Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:48.182Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:07:49.054Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Trying to download the artifact UUID: d93ccd78-0c38-40b3-900b-218b6e54255c from URL: /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env 2023-01-14T10:07:49.055Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:07:49.055Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env 2023-01-14T10:07:49.186Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:07:49.186Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env d93ccd78-0c38-40b3-900b-218b6e54255c 909 2023-01-14T10:07:49.187Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-14T10:07:49.187Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env 2023-01-14T10:07:49.187Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:07:49.187Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:49.189Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:49.189Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690869187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:07:49.289Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:07:49.290Z||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-14T10:07:49.290Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:49.300Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:49.300Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:07:50.190Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Preparing to deploy Service: 1bf7d227-9194-45bc-ad34-523056b71118 2023-01-14T10:07:50.190Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kRcTFu 0 20bb3518-7b37-401f-ad99-295f99ccc55e 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-14T10:07:50.212Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@202f18f7, org.onap.sdc.toscaparser.api.parameters.Input@62d1da6d, org.onap.sdc.toscaparser.api.parameters.Input@3b0c4fc9, org.onap.sdc.toscaparser.api.parameters.Input@3093af04, org.onap.sdc.toscaparser.api.parameters.Input@68a3f141] 2023-01-14T10:07:50.213Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:50.214Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:50.214Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||VF Category is: Generic 2023-01-14T10:07:50.214Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||VFCustomizationUUID= 8d8643e2-b864-41c7-a295-0b8d935695d1 2023-01-14T10:07:50.214Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8d8643e2-b864-41c7-a295-0b8d935695d1 matches Tosca VF Customization UUID: 8d8643e2-b864-41c7-a295-0b8d935695d1 2023-01-14T10:07:50.215Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||vfCustomizationUUID: 8d8643e2-b864-41c7-a295-0b8d935695d1 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-14T10:07:50.218Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:50.218Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:50.219Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||resource request for resource customization id 8d8643e2-b864-41c7-a295-0b8d935695d1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-14T10:07:50.219Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@702056ea 2023-01-14T10:07:50.219Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:50.219Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T10:07:50.219Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9735d89b-a50d-4b8b-8789-fdc916999c31 2023-01-14T10:07:50.220Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9735d89b-a50d-4b8b-8789-fdc916999c31 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-14T10:07:50.222Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:50.223Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria 2023-01-14T10:07:50.223Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:07:50.223Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:50.223Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria 2023-01-14T10:07:50.224Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:07:50.224Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:50.224Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is not matching search criteria 2023-01-14T10:07:50.224Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-14T10:07:50.225Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-14T10:07:50.225Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c921483e-4781-4e2f-97d5-dadd226cdef5 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-14T10:07:50.228Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:50.229Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria 2023-01-14T10:07:50.229Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:07:50.229Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:50.229Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria 2023-01-14T10:07:50.230Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0] matching following query criteria: sdcType=VF, customizationUUID=8d8643e2-b864-41c7-a295-0b8d935695d1 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-14T10:07:50.232Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:50.232Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:50.232Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500|| resourceSeq for service uuid 1bf7d227-9194-45bc-ad34-523056b71118: basic_onboard_kRcTFu 2023-01-14T10:07:50.232Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:50.232Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:50.233Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:50.233Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:50.233Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:50.233Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:50.233Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:50.233Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:50.234Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:07:50.234Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:07:50.234Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Saving Service: basic_onboard_kRcTFu 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-14T10:07:50.422Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kRcTFu 20bb3518-7b37-401f-ad99-295f99ccc55e 1 ASDC deployResourceStructure 2023-01-14T10:07:50.423Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json ASDC sendASDCNotification 2023-01-14T10:07:50.423Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json 2023-01-14T10:07:50.423Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:07:50.424Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:50.426Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:50.426Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690870423, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:07:50.526Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:07:50.527Z||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-14T10:07:50.527Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:50.538Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:50.538Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:07:51.428Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-14T10:07:51.429Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml 2023-01-14T10:07:51.429Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:07:51.429Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:51.432Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:51.432Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690871428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:07:51.532Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:07:51.533Z||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-14T10:07:51.533Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:51.541Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:51.542Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:07:52.433Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-14T10:07:52.433Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env 2023-01-14T10:07:52.433Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:07:52.434Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:52.436Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:52.436Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690872433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-14T10:07:52.536Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:07:52.537Z||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-14T10:07:52.537Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:52.546Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:52.546Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:07:53.437Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar ASDC sendASDCNotification 2023-01-14T10:07:53.437Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar 2023-01-14T10:07:53.437Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:07:53.437Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:07:53.439Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:07:53.439Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690873436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:07:53.540Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-14T10:07:53.541Z||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-14T10:07:53.541Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:07:53.550Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:07:53.550Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:07:54.440Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6191e27-c8f5-4332-973f-c269f8f6e776 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:07:54.456Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6191e27-c8f5-4332-973f-c269f8f6e776 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-14T10:07:54.460Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:07:54.460Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:07:54.460Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:08:24.461Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6191e27-c8f5-4332-973f-c269f8f6e776 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:08:24.477Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6191e27-c8f5-4332-973f-c269f8f6e776 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-14T10:08:24.480Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:08:24.481Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:08:24.481Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:08:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:08:25.474Z||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-14T10:08:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:08:25.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:08:25.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:08:25.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:08:25.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-14T10:08:25.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:08:25.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "aai-ml", "timestamp": 1673690787559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "DEPLOY_ERROR" } 2023-01-14T10:08:25.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:08:25.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:08:25.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:08:25.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "aai-ml", "timestamp": 1673690788564, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-14T10:08:25.526Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a6191e27-c8f5-4332-973f-c269f8f6e776 2023-01-14T10:08:25.526Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6191e27-c8f5-4332-973f-c269f8f6e776 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-14T10:08:25.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-14T10:08:25.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:08:25.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:08:25.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:08:25.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:08:25.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:08:25.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690793612, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:08:25.552Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:08:25.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690798768, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:08:25.552Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:08:25.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690799846, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:08:25.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:08:25.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690800925, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:08:25.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:08:25.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690802363, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:08:25.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:08:25.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690803366, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:08:25.554Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:08:25.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690804370, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-14T10:08:25.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:08:25.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:08:25.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690805374, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:08:25.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:08:54.481Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6191e27-c8f5-4332-973f-c269f8f6e776 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:08:54.501Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6191e27-c8f5-4332-973f-c269f8f6e776 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-14T10:08:54.504Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:08:54.504Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T10:08:54.504Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-14T10:08:54.505Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-14T10:08:54.505Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-01-14T10:08:54.506Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-14T10:08:54.520Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-14T10:09:24.520Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: a6191e27-c8f5-4332-973f-c269f8f6e776 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-14T10:09:24.532Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6191e27-c8f5-4332-973f-c269f8f6e776 and serviceModelVersionId: 1bf7d227-9194-45bc-ad34-523056b71118 2023-01-14T10:09:24.532Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e2617f8-967f-4278-8228-b45c6552ba57 2023-01-14T10:09:24.533Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0 2023-01-14T10:09:24.538Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||RestClientSSL using default SSL context! 2023-01-14T10:09:24.604Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Invoke 2023-01-14T10:09:24.605Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90020e55-0bd5-46e4-9aaa-89dd6e271ba5], X-ECOMP-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], X-TransactionId=[], X-ONAP-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], Content-Type=[application/merge-patch+json]} 2023-01-14T10:09:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:09:25.474Z||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-14T10:09:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:09:25.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:09:25.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:25.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690856165, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:09:25.999Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:09:25.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:25.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:09:25.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:09:25.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:26.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:09:26.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:09:26.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:26.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-14T10:09:26.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:09:26.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:26.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:09:26.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:09:26.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:26.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-14T10:09:26.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:09:26.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:26.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:09:26.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:09:26.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:26.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690785470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:09:26.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:09:26.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:26.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690864402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:09:26.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690866964, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:09:26.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690868051, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:09:26.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690869187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:09:26.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690870423, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:09:26.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:09:26.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:26.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690871428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:09:26.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:09:26.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:26.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690872433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-14T10:09:26.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:09:26.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:09:26.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690873436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:09:26.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:09:26.125Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Invoke 2023-01-14T10:09:26.126Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ade4ae16-1f4f-4631-9062-bb2214feca07], X-ECOMP-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], X-TransactionId=[], X-ONAP-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], Content-Type=[application/merge-patch+json]} 2023-01-14T10:09:27.661Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Invoke 2023-01-14T10:09:27.661Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44337bfa-1ff1-4943-8141-3bcea0d92f14], X-ECOMP-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], X-TransactionId=[], X-ONAP-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], Content-Type=[application/merge-patch+json]} 2023-01-14T10:09:28.695Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:09:28.696Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2023-01-14T10:09:28.696Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:09:28.696Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-14T10:09:28.703Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T10:09:28.704Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6191e27-c8f5-4332-973f-c269f8f6e776 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:09:28.705Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-01-14T10:09:28.705Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:09:28.707Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:09:28.707Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690968704, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:09:28.808Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:09:28.809Z||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-14T10:09:28.809Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:09:28.818Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:09:28.819Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-14T10:09:29.724Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:09:29.725Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:09:29.725Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:09:39.978Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:09:39.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:09:39.979Z||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-14T10:09:39.980Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:09:49.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:09:49.535Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:09:49.536Z||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-14T10:09:49.536Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:09:59.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:10:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:10:25.471Z||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-14T10:10:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:10:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:10:25.474Z||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-14T10:10:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:10:26.098Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:10:26.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:10:26.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673690968704, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:10:26.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:10:35.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:11:25.471Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:11:25.472Z||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-14T10:11:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:11:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:11:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:11:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:11:35.050Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:11:35.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:12:25.471Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:12:25.472Z||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-14T10:12:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:12:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:12:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:12:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:12:35.017Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:12:35.039Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:13:25.471Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:13:25.472Z||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-14T10:13:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:13:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:13:25.473Z||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-14T10:13:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:13:35.027Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:13:35.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:25.471Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:14:25.472Z||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-14T10:14:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:14:25.474Z||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-14T10:14:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:26.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:26.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"66a41a28-8e9e-42b4-839d-2013b914ffe3","serviceName":"vFW 2023-01-14 10-12-58","serviceVersion":"1.0","serviceUUID":"d39fe038-de68-4b2e-a3bc-72a7bce7ec25","serviceDescription":"catalog service description","serviceInvariantUUID":"2a24f7de-3510-4c96-9138-7e844bbcfa79","resources":[{"resourceInstanceName":"vFW f3bec4d2-210d 0","resourceName":"vFW f3bec4d2-210d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"34caaa29-8a45-4408-991a-df31e43bb588","resourceInvariantUUID":"9e314637-f894-4443-a70f-c673896e0d37","resourceCustomizationUUID":"40f76d6a-5821-4ca1-93de-0be02449bc12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml","artifactChecksum":"M2U5MTVkM2ZhMjYzMGQ3ODM0OWRiNDRiMjA0NWZmMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"262a77a6-0424-4ba6-9fed-fd542b85c7eb","artifactVersion":"1"},{"artifactName":"vfwf3bec4d2210d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json","artifactChecksum":"OWVjZDAyZDk0ZjQyNzQzZmQ2Y2U1Y2FlMGJjM2JmNDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"746b64b8-2efc-417f-93cc-6893eb7a9332","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a687c2e3-f99b-42ed-9cd8-be4ab5246306","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml","artifactChecksum":"MmIxNzhhMDdkOTZjNDNjZGY3MzFiNjEzNjU4NGY4NDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0fe0932d-017d-4f2f-a8fc-c76f4d4a9317","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e366f24f-9288-4247-b7da-e5838dfb936e","artifactVersion":"2","generatedFromUUID":"a687c2e3-f99b-42ed-9cd8-be4ab5246306"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230114101258-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml","artifactChecksum":"NTI3NGI2NDQzMDQ3Nzk2NjllMjBhZmMyODNmY2M3Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9070a7d6-8d4f-4705-ae01-f481a3d5739f","artifactVersion":"1"},{"artifactName":"service-Vfw20230114101258-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar","artifactChecksum":"YjkzZmZjZDAxYjY3ODUzZTk3YjY2ZGFkNTRmYzExNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df4a3a55-3738-4647-b666-b2dfa73843e8","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-14T10:14:26.107Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:14:26.108Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:26.110Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:26.110Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691265471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.121Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:26.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "ves-openapi-manager", "timestamp": 1673691235387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691235645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "cds", "timestamp": 1673691230153, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "ves-openapi-manager", "timestamp": 1673691235387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "cds", "timestamp": 1673691230153, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691235645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "ves-openapi-manager", "timestamp": 1673691235387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691235645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "cds", "timestamp": 1673691230153, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "ves-openapi-manager", "timestamp": 1673691235387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691235645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "cds", "timestamp": 1673691230153, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "ves-openapi-manager", "timestamp": 1673691235387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691235645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "cds", "timestamp": 1673691230153, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "ves-openapi-manager", "timestamp": 1673691235387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691235645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "cds", "timestamp": 1673691230153, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "ves-openapi-manager", "timestamp": 1673691235387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691235645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:14:26.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "cds", "timestamp": 1673691230153, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:14:26.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691243422, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:14:26.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:14:26.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "cds", "timestamp": 1673691243931, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:14:26.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:14:26.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "multicloud-k8s-id", "timestamp": 1673691244335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "cds", "timestamp": 1673691244942, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-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-14T10:14:26.158Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66a41a28-8e9e-42b4-839d-2013b914ffe3 2023-01-14T10:14:26.159Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66a41a28-8e9e-42b4-839d-2013b914ffe3 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-14T10:14:26.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "multicloud-k8s-id", "timestamp": 1673691244335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:14:26.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "multicloud-k8s-id", "timestamp": 1673691244335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-14T10:14:26.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691246690, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:14:26.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:14:26.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "multicloud-k8s-id", "timestamp": 1673691244335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691247694, "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-14T10:14:26.177Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66a41a28-8e9e-42b4-839d-2013b914ffe3 2023-01-14T10:14:26.177Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66a41a28-8e9e-42b4-839d-2013b914ffe3 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-14T10:14:26.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "multicloud-k8s-id", "timestamp": 1673691244335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-14T10:14:26.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "multicloud-k8s-id", "timestamp": 1673691244335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "multicloud-k8s-id", "timestamp": 1673691244335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:14:26.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "multicloud-k8s-id", "timestamp": 1673691252116, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:14:26.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:14:26.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "multicloud-k8s-id", "timestamp": 1673691253182, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:14:26.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:14:26.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "aai-ml", "timestamp": 1673691252661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "multicloud-k8s-id", "timestamp": 1673691254257, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:14:26.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:14:26.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "aai-ml", "timestamp": 1673691252661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "multicloud-k8s-id", "timestamp": 1673691255287, "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-14T10:14:26.206Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66a41a28-8e9e-42b4-839d-2013b914ffe3 2023-01-14T10:14:26.206Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66a41a28-8e9e-42b4-839d-2013b914ffe3 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-14T10:14:26.210Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:14:26.211Z||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-14T10:14:26.211Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:26.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "aai-ml", "timestamp": 1673691252661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "multicloud-k8s-id", "timestamp": 1673691256291, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:14:26.216Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:14:26.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "aai-ml", "timestamp": 1673691252661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "aai-ml", "timestamp": 1673691252661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "aai-ml", "timestamp": 1673691252661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:26.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "aai-ml", "timestamp": 1673691252661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:14:26.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:14:26.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:14:26.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "aai-ml", "timestamp": 1673691260695, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:14:26.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:14:26.220Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:26.221Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:14:27.111Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:14:27.112Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:27.113Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:27.113Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691265471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:14:27.214Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:14:27.214Z||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-14T10:14:27.215Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:27.232Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:27.232Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:14:28.114Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:14:28.115Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:28.117Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:28.118Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691265471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-14T10:14:28.218Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:14:28.219Z||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-14T10:14:28.219Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:28.246Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:28.247Z||pool-37-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:14:29.118Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:14:29.119Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:29.122Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:29.122Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691265471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:29.222Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:14:29.223Z||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-14T10:14:29.223Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:29.241Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:29.242Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:14:30.123Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:14:30.124Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:30.125Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:30.125Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691265471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-14T10:14:30.226Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:14:30.226Z||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-14T10:14:30.227Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:30.237Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:30.238Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:14:31.126Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:14:31.127Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:31.129Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:31.129Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691265471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:14:31.229Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:14:31.230Z||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-14T10:14:31.231Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:31.253Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:31.254Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:14:32.129Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:14:32.130Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:32.133Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:32.133Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691265471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:14:32.233Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:14:32.234Z||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-14T10:14:32.234Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:32.244Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:32.244Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:14:33.134Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "serviceName": "vFW 2023-01-14 10-12-58", "serviceVersion": "1.0", "serviceUUID": "d39fe038-de68-4b2e-a3bc-72a7bce7ec25", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2a24f7de-3510-4c96-9138-7e844bbcfa79", "resources": [ { "resourceInstanceName": "vFW f3bec4d2-210d 0", "resourceCustomizationUUID": "40f76d6a-5821-4ca1-93de-0be02449bc12", "resourceName": "vFW f3bec4d2-210d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "34caaa29-8a45-4408-991a-df31e43bb588", "resourceInvariantUUID": "9e314637-f894-4443-a70f-c673896e0d37", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwf3bec4d2210d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json", "artifactChecksum": "OWVjZDAyZDk0ZjQyNzQzZmQ2Y2U1Y2FlMGJjM2JmNDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "746b64b8-2efc-417f-93cc-6893eb7a9332", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a687c2e3-f99b-42ed-9cd8-be4ab5246306", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e366f24f-9288-4247-b7da-e5838dfb936e", "generatedFromUUID": "a687c2e3-f99b-42ed-9cd8-be4ab5246306" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e366f24f-9288-4247-b7da-e5838dfb936e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230114101258-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "artifactChecksum": "YjkzZmZjZDAxYjY3ODUzZTk3YjY2ZGFkNTRmYzExNDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "df4a3a55-3738-4647-b666-b2dfa73843e8" } ], "workloadContext": "Production" } 2023-01-14T10:14:33.135Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-14T10:14:33.135Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d39fe038-de68-4b2e-a3bc-72a7bce7ec25 ASDC 2023-01-14T10:14:33.136Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:66a41a28-8e9e-42b4-839d-2013b914ffe3 ServiceName:vFW 2023-01-14 10-12-58 ServiceVersion:1.0 ServiceUUID:d39fe038-de68-4b2e-a3bc-72a7bce7ec25 ServiceInvariantUUID:2a24f7de-3510-4c96-9138-7e844bbcfa79 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230114101258-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar ArtifactUUID:df4a3a55-3738-4647-b666-b2dfa73843e8 ArtifactChecksum:YjkzZmZjZDAxYjY3ODUzZTk3YjY2ZGFkNTRmYzExNDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW f3bec4d2-210d 0 ResourceCustomizationUUID:40f76d6a-5821-4ca1-93de-0be02449bc12 ResourceInvariantUUID:9e314637-f894-4443-a70f-c673896e0d37 ResourceName:vFW f3bec4d2-210d ResourceType:VF ResourceUUID:34caaa29-8a45-4408-991a-df31e43bb588 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwf3bec4d2210d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json ArtifactUUID:746b64b8-2efc-417f-93cc-6893eb7a9332 ArtifactChecksum:OWVjZDAyZDk0ZjQyNzQzZmQ2Y2U1Y2FlMGJjM2JmNDk= 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/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml ArtifactUUID:a687c2e3-f99b-42ed-9cd8-be4ab5246306 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/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env ArtifactUUID:e366f24f-9288-4247-b7da-e5838dfb936e 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/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env ArtifactUUID:e366f24f-9288-4247-b7da-e5838dfb936e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-14T10:14:33.136Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d39fe038-de68-4b2e-a3bc-72a7bce7ec25 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-14T10:14:33.185Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:14:33.185Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-14T10:14:33.186Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-14T10:14:33.186Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: df4a3a55-3738-4647-b666-b2dfa73843e8 from URL: /sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:33.186Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-14T10:14:33.186Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:33.272Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-14T10:14:33.278Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar df4a3a55-3738-4647-b666-b2dfa73843e8 100649 2023-01-14T10:14:33.278Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar ASDC sendASDCNotification 2023-01-14T10:14:33.278Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:33.278Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:14:33.279Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:33.281Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:33.281Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691273278, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:14:33.381Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:14:33.382Z||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-14T10:14:33.382Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:33.391Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:33.391Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:14:34.282Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:14:34.285Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-14T10:14:34.285Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: df4a3a55-3738-4647-b666-b2dfa73843e8, URL: /sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar to file: /app/ASDC/1/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:34.287Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230114101258-csar.csar 2023-01-14T10:14:34.288Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:34.288Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:34.468Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13896520367489470628/Definitions/service-Vfw20230114101258-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_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 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 2023-01-14T10:14:36.582Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-14T10:14:36.583Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-14T10:14:36.583Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:36.583Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-14T10:14:36.583Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:36.584Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:36.584Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:36.584Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:36.584Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:36.584Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:36.585Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:36.585Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:36.585Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:36.585Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f3bec4d2-210d 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-Vfw20230114101258-csar.csar 2023-01-14T10:14:36.586Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:36.586Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-14T10:14:36.586Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.587Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:36.587Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria 2023-01-14T10:14:36.587Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-14T10:14:36.588Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:14:36.588Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.589Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:36.589Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria 2023-01-14T10:14:36.589Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-14T10:14:36.590Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:14:36.590Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.590Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:36.591Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.591Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is not matching search criteria 2023-01-14T10:14:36.591Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:14:36.591Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:14:36.592Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:14:36.592Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:36.592Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:14:36.592Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:14:36.593Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:14:36.593Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:14:36.593Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:14:36.593Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:14:36.594Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:36.594Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:14:36.594Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:36.594Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:14:36.594Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:14:36.595Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-14T10:14:36.595Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.595Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T10:14:36.595Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.596Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria 2023-01-14T10:14:36.596Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:14:36.596Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.596Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria 2023-01-14T10:14:36.596Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:14:36.597Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.597Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria 2023-01-14T10:14:36.597Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:14:36.597Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.598Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is not matching search criteria 2023-01-14T10:14:36.598Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:14:36.598Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-14T10:14:36.598Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:14:36.598Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:14:36.599Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:14:36.599Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:14:36.599Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:36.599Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:14:36.599Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:36.600Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:14:36.600Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:14:36.600Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f5dba386-2ca1-44dc-9e4f-be1755133be5 2023-01-14T10:14:36.600Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.601Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is not matching search criteria 2023-01-14T10:14:36.601Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:14:36.601Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:14:36.601Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:14:36.601Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:36.602Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:14:36.602Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:14:36.602Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:14:36.602Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-14T10:14:36.602Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:14:36.603Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:36.603Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:14:36.603Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:14:36.603Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c309b4d1-ec2d-464c-b0c2-bbef503defbd 2023-01-14T10:14:36.603Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.604Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is not matching search criteria 2023-01-14T10:14:36.604Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:14:36.604Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:14:36.604Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:14:36.604Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:36.605Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:14:36.605Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:14:36.605Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:14:36.605Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:14:36.605Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:14:36.606Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:14:36.606Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:36.606Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-14T10:14:36.606Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6c35e0e2-2bb6-454c-98c7-a4de9cf9cb6e 2023-01-14T10:14:36.607Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.607Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:36.607Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.607Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:36.607Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.608Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:36.608Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:36.608Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:36.608Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-14 10-12-58 Description:catalog service description Model UUID:d39fe038-de68-4b2e-a3bc-72a7bce7ec25 Model Version:NULL Model InvariantUuid:2a24f7de-3510-4c96-9138-7e844bbcfa79 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW f3bec4d2-210d Model UUID:d3a4ddd5-b383-4d5b-adce-e018914ee4ff Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:9e314637-f894-4443-a70f-c673896e0d37 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:40f76d6a-5821-4ca1-93de-0be02449bc12 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cf41de53-471e-40c7-b801-25586b4d2a33 ModelName:VfwF3bec4d2210d..base_vfw..module-0 ModelUuid:faf4a87c-1fb4-48e9-8c3c-b986ad4f73aa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f5dba386-2ca1-44dc-9e4f-be1755133be5 ModelInvariantUuid:4e8d999b-568c-42ef-bbbc-36e3d18cd1e5 ModelName:vFW f3bec4d2-210d-nodes.vfwCvfc ModelUuid:ebbf1a56-9a70-49fd-aa6b-9591480783a4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:739fb546-afe9-435c-b462-744a3e3280b4 ModelInvariantUuid:17124a88-a8f9-475d-8f8a-6ab0eff109a3 ModelName:VfwF3bec4d2210d.compute.nodes.heat.vfw ModelUuid:1a264b08-6feb-4701-8614-18ce72b77a13 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c309b4d1-ec2d-464c-b0c2-bbef503defbd ModelInvariantUuid:9e9f1110-51af-4ca2-ada1-0d9815ac3760 ModelName:vFW f3bec4d2-210d-nodes.vsnCvfc ModelUuid:9197fbc7-737d-4582-953f-3826eba3d7b4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:cd2e1190-7d47-4709-ad30-81ce7c798c38 ModelInvariantUuid:fc723c03-a858-46a4-b88e-83e588203dfe ModelName:VfwF3bec4d2210d.compute.nodes.heat.vsn ModelUuid:503ad419-cd27-4aeb-8a48-d3ce2b7bb93e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6c35e0e2-2bb6-454c-98c7-a4de9cf9cb6e ModelInvariantUuid:03abc945-7dec-4c25-9650-6f716c6d1e0e ModelName:vFW f3bec4d2-210d-nodes.vpgCvfc ModelUuid:b3c8a1bc-28cb-48d4-8dd7-d202c48e0426 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:1313156b-f320-4e76-bf19-a859eb1cfb37 ModelInvariantUuid:52577a85-f5c9-42f9-a6b4-5f17a1af766a ModelName:VfwF3bec4d2210d.compute.nodes.heat.vpg ModelUuid:b82ebcf5-c562-4446-92ac-e05065fb9430 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-14T10:14:36.616Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 34caaa29-8a45-4408-991a-df31e43bb588 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-14T10:14:36.624Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||vFW f3bec4d2-210d 0 2023-01-14T10:14:36.624Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 34caaa29-8a45-4408-991a-df31e43bb588 2023-01-14T10:14:36.624Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 746b64b8-2efc-417f-93cc-6893eb7a9332 from URL: /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json 2023-01-14T10:14:36.624Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-14T10:14:36.624Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json 2023-01-14T10:14:36.692Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-14T10:14:36.693Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json 746b64b8-2efc-417f-93cc-6893eb7a9332 785 2023-01-14T10:14:36.693Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json ASDC sendASDCNotification 2023-01-14T10:14:36.694Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json 2023-01-14T10:14:36.694Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:14:36.694Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:36.696Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:36.696Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691276693, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:14:36.797Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-14T10:14:36.798Z||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-14T10:14:36.798Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:36.807Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:36.807Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:14:37.697Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF3bec4d2210d..base_vfw..module-0", "vfModuleModelInvariantUUID": "cf41de53-471e-40c7-b801-25586b4d2a33", "vfModuleModelVersion": "1", "vfModuleModelUUID": "faf4a87c-1fb4-48e9-8c3c-b986ad4f73aa", "vfModuleModelCustomizationUUID": "9e242117-8e97-4436-837d-eb73c827edef", "isBase": true, "artifacts": [ "a687c2e3-f99b-42ed-9cd8-be4ab5246306", "e366f24f-9288-4247-b7da-e5838dfb936e" ], "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-14T10:14:37.700Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF3bec4d2210d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:faf4a87c-1fb4-48e9-8c3c-b986ad4f73aa VfModuleModelInvariantUUID:cf41de53-471e-40c7-b801-25586b4d2a33 VfModuleModelDescription:NULL Artifacts UUID List:{ a687c2e3-f99b-42ed-9cd8-be4ab5246306 , e366f24f-9288-4247-b7da-e5838dfb936e } 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-14T10:14:37.703Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF3bec4d2210d..base_vfw..module-0", "vfModuleModelInvariantUUID": "cf41de53-471e-40c7-b801-25586b4d2a33", "vfModuleModelVersion": "1", "vfModuleModelUUID": "faf4a87c-1fb4-48e9-8c3c-b986ad4f73aa", "vfModuleModelCustomizationUUID": "9e242117-8e97-4436-837d-eb73c827edef", "isBase": true, "artifacts": [ "a687c2e3-f99b-42ed-9cd8-be4ab5246306", "e366f24f-9288-4247-b7da-e5838dfb936e" ], "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-14T10:14:37.703Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF3bec4d2210d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:faf4a87c-1fb4-48e9-8c3c-b986ad4f73aa VfModuleModelInvariantUUID:cf41de53-471e-40c7-b801-25586b4d2a33 VfModuleModelDescription:NULL Artifacts UUID List:{ a687c2e3-f99b-42ed-9cd8-be4ab5246306 , e366f24f-9288-4247-b7da-e5838dfb936e } 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-14T10:14:37.703Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a687c2e3-f99b-42ed-9cd8-be4ab5246306 from URL: /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml 2023-01-14T10:14:37.703Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-14T10:14:37.703Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml 2023-01-14T10:14:37.747Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-14T10:14:37.748Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml a687c2e3-f99b-42ed-9cd8-be4ab5246306 20368 2023-01-14T10:14:37.748Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-14T10:14:37.748Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml 2023-01-14T10:14:37.749Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:14:37.749Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:37.751Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:37.751Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691277748, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:14:37.851Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:14:37.852Z||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-14T10:14:37.852Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:37.861Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:37.861Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:14:38.752Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e366f24f-9288-4247-b7da-e5838dfb936e from URL: /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env 2023-01-14T10:14:38.752Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-14T10:14:38.752Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env 2023-01-14T10:14:38.820Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-14T10:14:38.820Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env e366f24f-9288-4247-b7da-e5838dfb936e 2098 2023-01-14T10:14:38.821Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-14T10:14:38.821Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env 2023-01-14T10:14:38.821Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:14:38.821Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:38.823Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:38.824Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691278821, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:14:38.924Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:14:38.925Z||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-14T10:14:38.925Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:38.933Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:38.934Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:14:39.824Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d39fe038-de68-4b2e-a3bc-72a7bce7ec25 2023-01-14T10:14:39.825Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f3bec4d2-210d 0 34caaa29-8a45-4408-991a-df31e43bb588 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-14T10:14:39.846Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e5ab799, org.onap.sdc.toscaparser.api.parameters.Input@5f4ec9f5, org.onap.sdc.toscaparser.api.parameters.Input@6fbc4653, org.onap.sdc.toscaparser.api.parameters.Input@3e69ebde, org.onap.sdc.toscaparser.api.parameters.Input@556475f5] 2023-01-14T10:14:39.847Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.848Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:39.848Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-14T10:14:39.848Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 40f76d6a-5821-4ca1-93de-0be02449bc12 2023-01-14T10:14:39.848Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 40f76d6a-5821-4ca1-93de-0be02449bc12 matches Tosca VF Customization UUID: 40f76d6a-5821-4ca1-93de-0be02449bc12 2023-01-14T10:14:39.848Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 40f76d6a-5821-4ca1-93de-0be02449bc12 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-14T10:14:39.851Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.851Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:39.852Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 40f76d6a-5821-4ca1-93de-0be02449bc12: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-14T10:14:39.852Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@896225 2023-01-14T10:14:39.852Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.852Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T10:14:39.852Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9e242117-8e97-4436-837d-eb73c827edef 2023-01-14T10:14:39.852Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9e242117-8e97-4436-837d-eb73c827edef 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-14T10:14:39.855Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.856Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria 2023-01-14T10:14:39.856Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:14:39.856Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.856Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria 2023-01-14T10:14:39.857Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:14:39.857Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.857Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is not matching search criteria 2023-01-14T10:14:39.857Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:14:39.857Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-14T10:14:39.858Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:14:39.858Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:14:39.858Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:14:39.858Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:14:39.858Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:39.858Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:14:39.859Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:39.859Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:14:39.859Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:14:39.859Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f5dba386-2ca1-44dc-9e4f-be1755133be5 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-14T10:14:39.863Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.863Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria 2023-01-14T10:14:39.864Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:14:39.864Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.864Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is not matching search criteria 2023-01-14T10:14:39.864Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:14:39.864Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:14:39.865Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:14:39.865Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:39.865Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:14:39.865Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:14:39.865Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:14:39.866Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-14T10:14:39.866Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:14:39.866Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:39.866Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:14:39.866Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:14:39.866Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c309b4d1-ec2d-464c-b0c2-bbef503defbd 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-14T10:14:39.870Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.870Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria 2023-01-14T10:14:39.870Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:14:39.870Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.871Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is not matching search criteria 2023-01-14T10:14:39.871Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:14:39.871Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:14:39.871Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:14:39.872Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:39.872Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:14:39.872Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:14:39.872Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:14:39.873Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:14:39.873Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:14:39.873Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:14:39.873Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:14:39.873Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-14T10:14:39.874Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6c35e0e2-2bb6-454c-98c7-a4de9cf9cb6e 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-14T10:14:39.878Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.878Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria 2023-01-14T10:14:39.878Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:14:39.879Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.879Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria 2023-01-14T10:14:39.879Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0] matching following query criteria: sdcType=VF, customizationUUID=40f76d6a-5821-4ca1-93de-0be02449bc12 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-14T10:14:39.882Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.882Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:39.883Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d39fe038-de68-4b2e-a3bc-72a7bce7ec25: vFW f3bec4d2-210d 2023-01-14T10:14:39.883Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.883Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:39.884Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.884Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:39.885Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.885Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:39.885Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.886Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:39.886Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:14:39.886Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:14:39.887Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-01-14 10-12-58 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-14T10:14:40.114Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f3bec4d2-210d 34caaa29-8a45-4408-991a-df31e43bb588 1 ASDC deployResourceStructure 2023-01-14T10:14:40.115Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json ASDC sendASDCNotification 2023-01-14T10:14:40.115Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json 2023-01-14T10:14:40.115Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:14:40.115Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:40.117Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:40.117Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691280115, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:14:40.218Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-14T10:14:40.219Z||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-14T10:14:40.219Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:40.228Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:40.228Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:14:41.118Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-14T10:14:41.118Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml 2023-01-14T10:14:41.119Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:14:41.119Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:41.121Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:41.122Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691281118, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:14:41.222Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:14:41.223Z||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-14T10:14:41.223Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:41.231Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:41.232Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:14:42.123Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-14T10:14:42.123Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env 2023-01-14T10:14:42.123Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:14:42.123Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:42.125Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:42.125Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691282123, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-14T10:14:42.226Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:14:42.226Z||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-14T10:14:42.226Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:42.235Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:42.236Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:14:43.126Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar ASDC sendASDCNotification 2023-01-14T10:14:43.127Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar 2023-01-14T10:14:43.127Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:14:43.127Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:14:43.129Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:14:43.129Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691283126, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:14:43.229Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:14:43.230Z||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-14T10:14:43.230Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:14:43.240Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:14:43.241Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:14:44.130Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66a41a28-8e9e-42b4-839d-2013b914ffe3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:14:44.147Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66a41a28-8e9e-42b4-839d-2013b914ffe3 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-14T10:14:44.150Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:14:44.150Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:14:44.150Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:15:14.151Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66a41a28-8e9e-42b4-839d-2013b914ffe3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:15:14.166Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66a41a28-8e9e-42b4-839d-2013b914ffe3 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-14T10:15:14.170Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:15:14.170Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:15:14.170Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:15:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:15:25.474Z||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-14T10:15:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:15:25.599Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:15:25.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:15:25.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691265471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:15:25.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:15:44.171Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66a41a28-8e9e-42b4-839d-2013b914ffe3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:15:44.195Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66a41a28-8e9e-42b4-839d-2013b914ffe3 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-14T10:15:44.204Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:15:44.204Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:15:44.205Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:16:14.205Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66a41a28-8e9e-42b4-839d-2013b914ffe3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:16:14.216Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66a41a28-8e9e-42b4-839d-2013b914ffe3 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-14T10:16:14.221Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:16:14.221Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:16:14.221Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:16:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:16:25.474Z||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-14T10:16:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:16:25.998Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:16:25.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:25.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691265471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:16:26.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:16:26.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691265471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-14T10:16:26.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:16:26.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691265471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:16:26.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:16:26.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691265471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-14T10:16:26.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:16:26.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691265471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:16:26.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:16:26.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691265471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:16:26.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-14T10:16:26.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "aai-ml", "timestamp": 1673691271339, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "DEPLOY_ERROR" } 2023-01-14T10:16:26.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:16:26.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691273278, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:16:26.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:16:26.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "aai-ml", "timestamp": 1673691272353, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-14T10:16:26.012Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 66a41a28-8e9e-42b4-839d-2013b914ffe3 2023-01-14T10:16:26.012Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66a41a28-8e9e-42b4-839d-2013b914ffe3 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-14T10:16:26.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691276693, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:16:26.023Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:16:26.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691277748, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:16:26.024Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:16:26.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691278821, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:16:26.024Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:16:26.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691280115, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:16:26.025Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:16:26.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691281118, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:16:26.025Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:16:26.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691282123, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-14T10:16:26.026Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:16:26.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T10:16:26.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691283126, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:16:26.026Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:16:44.221Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66a41a28-8e9e-42b4-839d-2013b914ffe3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:16:44.237Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66a41a28-8e9e-42b4-839d-2013b914ffe3 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-14T10:16:44.240Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:16:44.241Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T10:16:44.241Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-14T10:16:44.241Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-14T10:16:44.241Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-01-14T10:16:44.241Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-14T10:16:44.247Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-14T10:17:14.247Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66a41a28-8e9e-42b4-839d-2013b914ffe3 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-14T10:17:14.255Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66a41a28-8e9e-42b4-839d-2013b914ffe3 and serviceModelVersionId: d39fe038-de68-4b2e-a3bc-72a7bce7ec25 2023-01-14T10:17:14.255Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a24f7de-3510-4c96-9138-7e844bbcfa79 2023-01-14T10:17:14.257Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0 2023-01-14T10:17:14.265Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-14T10:17:14.330Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?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-14T10:17:14.333Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||Invoke 2023-01-14T10:17:15.853Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?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-14T10:17:15.855Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||Invoke 2023-01-14T10:17:17.397Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?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-14T10:17:17.399Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||Invoke 2023-01-14T10:17:18.423Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:17:18.425Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2023-01-14T10:17:18.426Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:17:18.426Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-14T10:17:18.435Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|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-14T10:17:18.436Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66a41a28-8e9e-42b4-839d-2013b914ffe3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:17:18.436Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-01-14T10:17:18.437Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:17:18.440Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:17:18.440Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691438436, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:17:18.540Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:17:18.542Z||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-14T10:17:18.542Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:17:18.556Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:17:18.557Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 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-14T10:17:19.461Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:17:19.462Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:17:19.462Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:17:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:17:25.474Z||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-14T10:17:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:17:26.096Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:17:26.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:17:26.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691438436, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:17:26.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:17:29.744Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:17:29.745Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:17:29.745Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:17:29.746Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:17:39.289Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:17:39.289Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:17:39.290Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:17:39.290Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:17:48.838Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:18:25.471Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:18:25.472Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:18:25.472Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:18:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:18:25.474Z||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-14T10:18:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:18:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:18:35.016Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:19:25.471Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:19:25.472Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:19:25.472Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:19:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:19:25.474Z||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-14T10:19:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:19:35.014Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:19:35.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:20:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:20:25.471Z||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-14T10:20:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:20:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:20:25.474Z||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-14T10:20:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:20:35.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:20:35.056Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:21:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:21:25.471Z||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-14T10:21:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:21:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:21:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:21:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:21:35.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:21:35.022Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:22:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:22:25.471Z||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-14T10:22:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:22:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:22:25.473Z||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-14T10:22:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:22:35.025Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:22:35.031Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:23:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:23:25.472Z||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-14T10:23:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:23:25.473Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:23:25.474Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:23:25.474Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:23:35.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:23:35.080Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:24:25.471Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:24:25.472Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:24:25.472Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:24:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:24:25.474Z||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-14T10:24:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:24:35.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:24:35.016Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:25:25.471Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:25:25.471Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:25:25.472Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:25:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:25:25.474Z||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-14T10:25:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:25:35.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:25:35.051Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:25.471Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:26:25.471Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:26:25.472Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:26:25.474Z||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-14T10:26:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:26.094Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:26.095Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||received message from topic 2023-01-14T10:26:26.095Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"a1847718-4233-45f0-9f2d-be53fbf825c5","serviceName":"vFW 2023-01-14 10-24-54","serviceVersion":"1.0","serviceUUID":"2dda4f66-dfef-40ee-9deb-dea5b0f9c404","serviceDescription":"catalog service description","serviceInvariantUUID":"10bc5bd8-0de9-4635-a470-9b1fc829bf46","resources":[{"resourceInstanceName":"vFW 283c7197-301c 0","resourceName":"vFW 283c7197-301c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"098e8e34-7c83-494f-b97f-8ddde5f6423b","resourceInvariantUUID":"bf43499f-41ea-4a12-bdea-c00289fbbb22","resourceCustomizationUUID":"5d1cc3a3-9351-4bcf-837d-6bb93af43392","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vf-license-model.xml","artifactChecksum":"OGRhZTE3ODMzODRjYjgyNDQwZGE5MDI0OTFjZjNlMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cbff1802-11a5-4e22-9936-fc1cd0c1bec2","artifactVersion":"1"},{"artifactName":"vfw283c7197301c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json","artifactChecksum":"YmVjNDgwNDMxYTEwMmIzMmZiODMwNDFlN2VjMWFjZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ffd35134-87e1-451e-9aad-4aaa78762baf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"043131e9-f9a6-4b30-8af5-0babc1980f82","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2FhZDBlMzY2MTFiNGNlZDExNzUzMThjMjY5MDcyOTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72119a49-489c-4f8f-9181-e4a28cd57c8b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67aa04ca-9a14-4965-a44b-4d5d9c3c71d0","artifactVersion":"2","generatedFromUUID":"043131e9-f9a6-4b30-8af5-0babc1980f82"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230114102454-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-template.yml","artifactChecksum":"ZGViZjI2Yjk5Njg3ZWZmOTYyYWQ1ZjYxMGExMmM3YzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76a1d70f-c8ce-4ee1-b458-b96b047a0e9c","artifactVersion":"1"},{"artifactName":"service-Vfw20230114102454-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar","artifactChecksum":"ZWU4NDZkYTNhNWU1NmRiZTEzMTEwZTIxMDU3MjRiMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ccd54564-b469-47b9-a9b2-5190400c092f","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-14T10:26:26.098Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:26.098Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:26:26.098Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:26.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "multicloud-k8s-id", "timestamp": 1673691944335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "aai-ml", "timestamp": 1673691942661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.101Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:26.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.101Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691985471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "cds", "timestamp": 1673691950156, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "multicloud-k8s-id", "timestamp": 1673691944335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:26:26.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "aai-ml", "timestamp": 1673691942661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "cds", "timestamp": 1673691950156, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "multicloud-k8s-id", "timestamp": 1673691944335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-14T10:26:26.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "aai-ml", "timestamp": 1673691942661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "cds", "timestamp": 1673691950156, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "ves-openapi-manager", "timestamp": 1673691955387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "multicloud-k8s-id", "timestamp": 1673691944335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "aai-ml", "timestamp": 1673691942661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "cds", "timestamp": 1673691950156, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "ves-openapi-manager", "timestamp": 1673691955387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "multicloud-k8s-id", "timestamp": 1673691944335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-14T10:26:26.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691955645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "aai-ml", "timestamp": 1673691942661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "cds", "timestamp": 1673691950156, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "ves-openapi-manager", "timestamp": 1673691955387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "multicloud-k8s-id", "timestamp": 1673691944335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691955645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "aai-ml", "timestamp": 1673691942661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "cds", "timestamp": 1673691950156, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "ves-openapi-manager", "timestamp": 1673691955387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "multicloud-k8s-id", "timestamp": 1673691944335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:26:26.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691955645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "aai-ml", "timestamp": 1673691942661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:26:26.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "cds", "timestamp": 1673691950156, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:26:26.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "ves-openapi-manager", "timestamp": 1673691955387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "multicloud-k8s-id", "timestamp": 1673691960517, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:26:26.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:26:26.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691955645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "aai-ml", "timestamp": 1673691959877, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:26:26.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:26:26.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "cds", "timestamp": 1673691959989, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:26:26.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:26:26.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "ves-openapi-manager", "timestamp": 1673691955387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691955645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "multicloud-k8s-id", "timestamp": 1673691961587, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:26:26.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:26:26.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "cds", "timestamp": 1673691961004, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-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-14T10:26:26.130Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a1847718-4233-45f0-9f2d-be53fbf825c5 2023-01-14T10:26:26.130Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1847718-4233-45f0-9f2d-be53fbf825c5 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-14T10:26:26.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "ves-openapi-manager", "timestamp": 1673691955387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691955645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:26.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "multicloud-k8s-id", "timestamp": 1673691962655, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:26:26.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:26:26.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691955645, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:26:26.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:26:26.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "multicloud-k8s-id", "timestamp": 1673691963686, "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-14T10:26:26.154Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1847718-4233-45f0-9f2d-be53fbf825c5 2023-01-14T10:26:26.155Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1847718-4233-45f0-9f2d-be53fbf825c5 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-14T10:26:26.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "multicloud-k8s-id", "timestamp": 1673691964689, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:26:26.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:26:26.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691963487, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:26:26.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:26:26.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691966860, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:26:26.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:26:26.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673691967864, "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-14T10:26:26.174Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a1847718-4233-45f0-9f2d-be53fbf825c5 2023-01-14T10:26:26.175Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1847718-4233-45f0-9f2d-be53fbf825c5 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-14T10:26:26.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "aai-ml", "timestamp": 1673691970636, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "DEPLOY_ERROR" } 2023-01-14T10:26:26.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:26:26.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:26:26.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "aai-ml", "timestamp": 1673691971647, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-14T10:26:26.201Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:26:26.202Z||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-14T10:26:26.202Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:26.207Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a1847718-4233-45f0-9f2d-be53fbf825c5 2023-01-14T10:26:26.207Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1847718-4233-45f0-9f2d-be53fbf825c5 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-14T10:26:26.212Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:26.213Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:26:27.101Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:26:27.102Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:27.104Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:27.104Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691985471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:26:27.205Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:26:27.205Z||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-14T10:26:27.205Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:27.213Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:27.214Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:26:28.105Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:26:28.106Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:28.108Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:28.108Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691985471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-14T10:26:28.209Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:26:28.210Z||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-14T10:26:28.210Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:28.222Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:28.222Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:26:29.110Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:26:29.110Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:29.112Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:29.112Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691985471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:29.212Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:26:29.213Z||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-14T10:26:29.214Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:29.222Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:29.222Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:26:30.113Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:26:30.114Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:30.116Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:30.117Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691985471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-14T10:26:30.217Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:26:30.218Z||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-14T10:26:30.218Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:30.226Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:30.226Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:26:31.117Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:26:31.119Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:31.121Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:31.122Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691985471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:26:31.222Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:26:31.223Z||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-14T10:26:31.223Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:31.232Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:31.232Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:26:32.122Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:26:32.123Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:32.125Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:32.125Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691985471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:26:32.225Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:26:32.226Z||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-14T10:26:32.227Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:32.238Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:32.239Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:26:33.126Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||sending notification to client: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "serviceName": "vFW 2023-01-14 10-24-54", "serviceVersion": "1.0", "serviceUUID": "2dda4f66-dfef-40ee-9deb-dea5b0f9c404", "serviceDescription": "catalog service description", "serviceInvariantUUID": "10bc5bd8-0de9-4635-a470-9b1fc829bf46", "resources": [ { "resourceInstanceName": "vFW 283c7197-301c 0", "resourceCustomizationUUID": "5d1cc3a3-9351-4bcf-837d-6bb93af43392", "resourceName": "vFW 283c7197-301c", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "098e8e34-7c83-494f-b97f-8ddde5f6423b", "resourceInvariantUUID": "bf43499f-41ea-4a12-bdea-c00289fbbb22", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw283c7197301c0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json", "artifactChecksum": "YmVjNDgwNDMxYTEwMmIzMmZiODMwNDFlN2VjMWFjZjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ffd35134-87e1-451e-9aad-4aaa78762baf", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "043131e9-f9a6-4b30-8af5-0babc1980f82", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "67aa04ca-9a14-4965-a44b-4d5d9c3c71d0", "generatedFromUUID": "043131e9-f9a6-4b30-8af5-0babc1980f82" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "67aa04ca-9a14-4965-a44b-4d5d9c3c71d0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230114102454-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "artifactChecksum": "ZWU4NDZkYTNhNWU1NmRiZTEzMTEwZTIxMDU3MjRiMzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ccd54564-b469-47b9-a9b2-5190400c092f" } ], "workloadContext": "Production" } 2023-01-14T10:26:33.127Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-14T10:26:33.127Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2dda4f66-dfef-40ee-9deb-dea5b0f9c404 ASDC 2023-01-14T10:26:33.128Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||ASDC Notification: DistributionID:a1847718-4233-45f0-9f2d-be53fbf825c5 ServiceName:vFW 2023-01-14 10-24-54 ServiceVersion:1.0 ServiceUUID:2dda4f66-dfef-40ee-9deb-dea5b0f9c404 ServiceInvariantUUID:10bc5bd8-0de9-4635-a470-9b1fc829bf46 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230114102454-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar ArtifactUUID:ccd54564-b469-47b9-a9b2-5190400c092f ArtifactChecksum:ZWU4NDZkYTNhNWU1NmRiZTEzMTEwZTIxMDU3MjRiMzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 283c7197-301c 0 ResourceCustomizationUUID:5d1cc3a3-9351-4bcf-837d-6bb93af43392 ResourceInvariantUUID:bf43499f-41ea-4a12-bdea-c00289fbbb22 ResourceName:vFW 283c7197-301c ResourceType:VF ResourceUUID:098e8e34-7c83-494f-b97f-8ddde5f6423b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw283c7197301c0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json ArtifactUUID:ffd35134-87e1-451e-9aad-4aaa78762baf ArtifactChecksum:YmVjNDgwNDMxYTEwMmIzMmZiODMwNDFlN2VjMWFjZjQ= 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/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml ArtifactUUID:043131e9-f9a6-4b30-8af5-0babc1980f82 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/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env ArtifactUUID:67aa04ca-9a14-4965-a44b-4d5d9c3c71d0 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/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env ArtifactUUID:67aa04ca-9a14-4965-a44b-4d5d9c3c71d0 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-14T10:26:33.128Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2dda4f66-dfef-40ee-9deb-dea5b0f9c404 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-14T10:26:33.173Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:26:33.174Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:26:33.174Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:26:33.174Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||Trying to download the artifact UUID: ccd54564-b469-47b9-a9b2-5190400c092f from URL: /sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar 2023-01-14T10:26:33.174Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:26:33.175Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar 2023-01-14T10:26:33.240Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:26:33.245Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar ccd54564-b469-47b9-a9b2-5190400c092f 100648 2023-01-14T10:26:33.245Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar ASDC sendASDCNotification 2023-01-14T10:26:33.246Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar 2023-01-14T10:26:33.246Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:26:33.246Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:33.248Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:33.248Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691993245, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:26:33.348Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:26:33.350Z||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-14T10:26:33.350Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:33.357Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:33.358Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:26:34.249Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:26:34.250Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:26:34.250Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||Trying to write artifact UUID: ccd54564-b469-47b9-a9b2-5190400c092f, URL: /sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar to file: /app/ASDC/1/service-Vfw20230114102454-csar.csar 2023-01-14T10:26:34.251Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230114102454-csar.csar 2023-01-14T10:26:34.251Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230114102454-csar.csar 2023-01-14T10:26:34.252Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230114102454-csar.csar 2023-01-14T10:26:34.488Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9697068801725056578/Definitions/service-Vfw20230114102454-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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 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_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 2023-01-14T10:26:36.592Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||CSAR conformance level is 11.0 2023-01-14T10:26:36.593Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||#################################################################################################### 2023-01-14T10:26:36.594Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230114102454-csar.csar 2023-01-14T10:26:36.594Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-14T10:26:36.594Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114102454-csar.csar 2023-01-14T10:26:36.594Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|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-Vfw20230114102454-csar.csar 2023-01-14T10:26:36.594Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|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-Vfw20230114102454-csar.csar 2023-01-14T10:26:36.594Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 283c7197-301c 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-Vfw20230114102454-csar.csar 2023-01-14T10:26:36.595Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|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-Vfw20230114102454-csar.csar 2023-01-14T10:26:36.595Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114102454-csar.csar 2023-01-14T10:26:36.595Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114102454-csar.csar 2023-01-14T10:26:36.595Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|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-Vfw20230114102454-csar.csar 2023-01-14T10:26:36.595Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230114102454-csar.csar 2023-01-14T10:26:36.595Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230114102454-csar.csar 2023-01-14T10:26:36.596Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230114102454-csar.csar 2023-01-14T10:26:36.596Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|WARN|500||#################################################################################################### 2023-01-14T10:26:36.596Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.596Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:36.596Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is matching search criteria 2023-01-14T10:26:36.597Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T10:26:36.597Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [vFW 283c7197-301c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:26:36.597Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.597Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:36.598Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is matching search criteria 2023-01-14T10:26:36.598Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T10:26:36.598Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [vFW 283c7197-301c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:26:36.598Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.598Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:36.599Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.599Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is not matching search criteria 2023-01-14T10:26:36.599Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:26:36.599Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:26:36.599Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:26:36.600Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:36.600Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:26:36.600Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:26:36.600Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:26:36.600Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:26:36.600Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:26:36.601Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:26:36.601Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:36.601Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:26:36.601Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:36.601Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:26:36.602Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:26:36.602Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-14T10:26:36.602Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.602Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T10:26:36.602Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.603Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is matching search criteria 2023-01-14T10:26:36.603Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [vFW 283c7197-301c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:26:36.603Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.603Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is matching search criteria 2023-01-14T10:26:36.603Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [vFW 283c7197-301c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:26:36.604Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.604Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is matching search criteria 2023-01-14T10:26:36.604Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [vFW 283c7197-301c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:26:36.604Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.604Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is not matching search criteria 2023-01-14T10:26:36.605Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:26:36.605Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:26:36.605Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-14T10:26:36.605Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:26:36.605Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:26:36.606Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:26:36.606Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:36.606Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:26:36.606Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:36.606Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:26:36.607Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:26:36.607Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=16aa047b-f8c2-47fe-9293-0b315585fcda 2023-01-14T10:26:36.607Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.607Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is not matching search criteria 2023-01-14T10:26:36.607Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:26:36.608Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:26:36.608Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:26:36.608Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:36.608Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:26:36.608Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:26:36.608Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:26:36.609Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-14T10:26:36.609Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:26:36.609Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:36.609Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:26:36.609Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:26:36.609Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8ca7b054-69de-46ab-800f-2db314895861 2023-01-14T10:26:36.609Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.610Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is not matching search criteria 2023-01-14T10:26:36.610Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:26:36.610Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:26:36.610Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:26:36.610Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:36.610Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:26:36.611Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:26:36.611Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:26:36.611Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:26:36.611Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:26:36.611Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:26:36.611Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:36.612Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-14T10:26:36.612Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=100c19f8-f882-4d1a-827e-03cf729bc631 2023-01-14T10:26:36.612Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.612Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:36.612Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.612Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:36.613Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.613Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:36.613Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:36.613Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:36.613Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-14 10-24-54 Description:catalog service description Model UUID:2dda4f66-dfef-40ee-9deb-dea5b0f9c404 Model Version:NULL Model InvariantUuid:10bc5bd8-0de9-4635-a470-9b1fc829bf46 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 283c7197-301c Model UUID:7aa9e967-e430-429e-b513-0a916e952695 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:bf43499f-41ea-4a12-bdea-c00289fbbb22 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5d1cc3a3-9351-4bcf-837d-6bb93af43392 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:18c412ca-bdd5-4883-9830-594ee34294d9 ModelName:Vfw283c7197301c..base_vfw..module-0 ModelUuid:599fae80-f5bf-4716-b533-3024e294efa0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:16aa047b-f8c2-47fe-9293-0b315585fcda ModelInvariantUuid:9e5cff5d-af8e-454f-95e0-e5edafd8f559 ModelName:vFW 283c7197-301c-nodes.vfwCvfc ModelUuid:ce140ee1-ecaf-43af-a685-a8b71c64201a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:6313f6f0-2cbe-4fcb-9996-c54ac5c95e9e ModelInvariantUuid:cdd1576f-c0c1-4e6b-8c44-c1aec3fd2346 ModelName:Vfw283c7197301c.compute.nodes.heat.vfw ModelUuid:2c65752f-d317-4a9e-b94a-5a0f457780f3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8ca7b054-69de-46ab-800f-2db314895861 ModelInvariantUuid:01ce6cf5-0f4a-4d14-9d2f-7751a23116c3 ModelName:vFW 283c7197-301c-nodes.vsnCvfc ModelUuid:4aab5192-af65-4f0f-b359-a6a469678fe4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:95a29e3f-f438-4a83-9fbf-c3f15c353cb3 ModelInvariantUuid:e7fb7dba-a84a-4d17-921d-32f87d17e638 ModelName:Vfw283c7197301c.compute.nodes.heat.vsn ModelUuid:4dc15ab4-b96b-4171-9264-701b439fdc02 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:100c19f8-f882-4d1a-827e-03cf729bc631 ModelInvariantUuid:685d0253-e3c5-4736-987f-661b4882661f ModelName:vFW 283c7197-301c-nodes.vpgCvfc ModelUuid:214a4f5d-e4d4-4d34-909d-2c6b27dc2e01 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:b915245e-acb4-4e55-8c05-4307939c9504 ModelInvariantUuid:2a90df69-9e72-4d54-b71b-dc1ff19a953c ModelName:Vfw283c7197301c.compute.nodes.heat.vpg ModelUuid:5dfd795c-f85e-4c03-9436-329ec256be67 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-14T10:26:36.621Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 098e8e34-7c83-494f-b97f-8ddde5f6423b 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-14T10:26:36.623Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||vFW 283c7197-301c 0 2023-01-14T10:26:36.624Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 098e8e34-7c83-494f-b97f-8ddde5f6423b 2023-01-14T10:26:36.624Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||Trying to download the artifact UUID: ffd35134-87e1-451e-9aad-4aaa78762baf from URL: /sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json 2023-01-14T10:26:36.624Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:26:36.624Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json 2023-01-14T10:26:36.700Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:26:36.701Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json ffd35134-87e1-451e-9aad-4aaa78762baf 785 2023-01-14T10:26:36.701Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json ASDC sendASDCNotification 2023-01-14T10:26:36.702Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json 2023-01-14T10:26:36.702Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:26:36.702Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:36.704Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:36.704Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691996701, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:26:36.805Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-14T10:26:36.806Z||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-14T10:26:36.806Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:36.821Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:36.822Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:26:37.705Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw283c7197301c..base_vfw..module-0", "vfModuleModelInvariantUUID": "18c412ca-bdd5-4883-9830-594ee34294d9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "599fae80-f5bf-4716-b533-3024e294efa0", "vfModuleModelCustomizationUUID": "b82e46b6-5465-424b-b9a6-8b006dfe7bb4", "isBase": true, "artifacts": [ "043131e9-f9a6-4b30-8af5-0babc1980f82", "67aa04ca-9a14-4965-a44b-4d5d9c3c71d0" ], "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-14T10:26:37.709Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw283c7197301c..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:599fae80-f5bf-4716-b533-3024e294efa0 VfModuleModelInvariantUUID:18c412ca-bdd5-4883-9830-594ee34294d9 VfModuleModelDescription:NULL Artifacts UUID List:{ 043131e9-f9a6-4b30-8af5-0babc1980f82 , 67aa04ca-9a14-4965-a44b-4d5d9c3c71d0 } 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-14T10:26:37.711Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw283c7197301c..base_vfw..module-0", "vfModuleModelInvariantUUID": "18c412ca-bdd5-4883-9830-594ee34294d9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "599fae80-f5bf-4716-b533-3024e294efa0", "vfModuleModelCustomizationUUID": "b82e46b6-5465-424b-b9a6-8b006dfe7bb4", "isBase": true, "artifacts": [ "043131e9-f9a6-4b30-8af5-0babc1980f82", "67aa04ca-9a14-4965-a44b-4d5d9c3c71d0" ], "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-14T10:26:37.711Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw283c7197301c..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:599fae80-f5bf-4716-b533-3024e294efa0 VfModuleModelInvariantUUID:18c412ca-bdd5-4883-9830-594ee34294d9 VfModuleModelDescription:NULL Artifacts UUID List:{ 043131e9-f9a6-4b30-8af5-0babc1980f82 , 67aa04ca-9a14-4965-a44b-4d5d9c3c71d0 } 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-14T10:26:37.711Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||Trying to download the artifact UUID: 043131e9-f9a6-4b30-8af5-0babc1980f82 from URL: /sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml 2023-01-14T10:26:37.711Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:26:37.711Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml 2023-01-14T10:26:37.765Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:26:37.766Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml 043131e9-f9a6-4b30-8af5-0babc1980f82 20368 2023-01-14T10:26:37.767Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-14T10:26:37.767Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml 2023-01-14T10:26:37.767Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:26:37.767Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:37.769Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:37.769Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691997767, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:26:37.870Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:26:37.871Z||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-14T10:26:37.871Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:37.880Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:37.881Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:26:38.770Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||Trying to download the artifact UUID: 67aa04ca-9a14-4965-a44b-4d5d9c3c71d0 from URL: /sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env 2023-01-14T10:26:38.771Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:26:38.771Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env 2023-01-14T10:26:38.869Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:26:38.869Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env 67aa04ca-9a14-4965-a44b-4d5d9c3c71d0 2098 2023-01-14T10:26:38.870Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-14T10:26:38.870Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env 2023-01-14T10:26:38.870Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:26:38.870Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:38.872Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:38.873Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691998870, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:26:38.973Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:26:38.973Z||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-14T10:26:38.974Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:38.983Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:38.983Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:26:39.873Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Preparing to deploy Service: 2dda4f66-dfef-40ee-9deb-dea5b0f9c404 2023-01-14T10:26:39.874Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 283c7197-301c 0 098e8e34-7c83-494f-b97f-8ddde5f6423b 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-14T10:26:39.895Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6427bd03, org.onap.sdc.toscaparser.api.parameters.Input@74c4f6eb, org.onap.sdc.toscaparser.api.parameters.Input@4ccf10ee, org.onap.sdc.toscaparser.api.parameters.Input@590a83c6, org.onap.sdc.toscaparser.api.parameters.Input@9ce241] 2023-01-14T10:26:39.896Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.897Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:39.897Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||VF Category is: Generic 2023-01-14T10:26:39.897Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||VFCustomizationUUID= 5d1cc3a3-9351-4bcf-837d-6bb93af43392 2023-01-14T10:26:39.897Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d1cc3a3-9351-4bcf-837d-6bb93af43392 matches Tosca VF Customization UUID: 5d1cc3a3-9351-4bcf-837d-6bb93af43392 2023-01-14T10:26:39.897Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||vfCustomizationUUID: 5d1cc3a3-9351-4bcf-837d-6bb93af43392 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-14T10:26:39.899Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.900Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:39.900Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||resource request for resource customization id 5d1cc3a3-9351-4bcf-837d-6bb93af43392: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-14T10:26:39.900Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ad9a673 2023-01-14T10:26:39.900Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.900Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T10:26:39.901Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b82e46b6-5465-424b-b9a6-8b006dfe7bb4 2023-01-14T10:26:39.901Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b82e46b6-5465-424b-b9a6-8b006dfe7bb4 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-14T10:26:39.905Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.905Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is matching search criteria 2023-01-14T10:26:39.905Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [vFW 283c7197-301c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:26:39.905Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.905Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is matching search criteria 2023-01-14T10:26:39.906Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [vFW 283c7197-301c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:26:39.906Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.906Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is not matching search criteria 2023-01-14T10:26:39.906Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:26:39.906Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:26:39.906Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-14T10:26:39.907Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:26:39.907Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:26:39.907Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:26:39.907Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:39.907Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:26:39.907Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:39.907Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:26:39.908Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:26:39.908Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=16aa047b-f8c2-47fe-9293-0b315585fcda 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-14T10:26:39.910Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.910Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is matching search criteria 2023-01-14T10:26:39.910Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [vFW 283c7197-301c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:26:39.910Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.910Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is not matching search criteria 2023-01-14T10:26:39.910Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:26:39.911Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:26:39.911Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:26:39.911Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:39.911Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:26:39.911Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:26:39.911Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:26:39.912Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-14T10:26:39.912Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-14T10:26:39.912Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:39.912Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2023-01-14T10:26:39.912Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:26:39.912Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8ca7b054-69de-46ab-800f-2db314895861 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-14T10:26:39.914Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.914Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is matching search criteria 2023-01-14T10:26:39.914Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [vFW 283c7197-301c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:26:39.915Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.915Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is not matching search criteria 2023-01-14T10:26:39.915Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-14T10:26:39.915Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-14T10:26:39.915Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-14T10:26:39.915Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:39.915Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:26:39.916Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-14T10:26:39.916Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2023-01-14T10:26:39.916Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-14T10:26:39.916Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2023-01-14T10:26:39.916Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-14T10:26:39.916Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-14T10:26:39.916Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-14T10:26:39.917Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=100c19f8-f882-4d1a-827e-03cf729bc631 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-14T10:26:39.919Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.919Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is matching search criteria 2023-01-14T10:26:39.919Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [vFW 283c7197-301c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:26:39.919Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.919Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Node template vFW 283c7197-301c 0 is matching search criteria 2023-01-14T10:26:39.919Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found topology templates [vFW 283c7197-301c 0] matching following query criteria: sdcType=VF, customizationUUID=5d1cc3a3-9351-4bcf-837d-6bb93af43392 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-14T10:26:39.921Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.921Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:39.921Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500|| resourceSeq for service uuid 2dda4f66-dfef-40ee-9deb-dea5b0f9c404: vFW 283c7197-301c 2023-01-14T10:26:39.921Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.922Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:39.922Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.922Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:39.922Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.922Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:39.922Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.922Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:39.923Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:26:39.923Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Service vFW 2023-01-14 10-24-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:26:39.923Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||Saving Service: vFW 2023-01-14 10-24-54 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-14T10:26:40.148Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 283c7197-301c 098e8e34-7c83-494f-b97f-8ddde5f6423b 1 ASDC deployResourceStructure 2023-01-14T10:26:40.148Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json ASDC sendASDCNotification 2023-01-14T10:26:40.148Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json 2023-01-14T10:26:40.148Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:26:40.149Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:40.151Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:40.152Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692000148, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:26:40.251Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-14T10:26:40.252Z||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-14T10:26:40.252Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:40.260Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:40.261Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:26:41.152Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-14T10:26:41.153Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml 2023-01-14T10:26:41.154Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:26:41.154Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:41.156Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:41.156Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692001152, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:26:41.257Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:26:41.258Z||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-14T10:26:41.258Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:41.267Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:41.267Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:26:42.157Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-14T10:26:42.158Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env 2023-01-14T10:26:42.158Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:26:42.158Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:42.160Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:42.160Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692002157, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-14T10:26:42.261Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:26:42.261Z||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-14T10:26:42.262Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:42.270Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:42.270Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:26:43.161Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar ASDC sendASDCNotification 2023-01-14T10:26:43.162Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar 2023-01-14T10:26:43.162Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:26:43.162Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:26:43.164Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:26:43.164Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692003161, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:26:43.264Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:26:43.265Z||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-14T10:26:43.266Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:26:43.277Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:26:43.278Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:26:44.165Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1847718-4233-45f0-9f2d-be53fbf825c5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:26:44.177Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1847718-4233-45f0-9f2d-be53fbf825c5 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-14T10:26:44.181Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:26:44.181Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T10:26:44.181Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-14T10:26:44.182Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-14T10:26:44.182Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-01-14T10:26:44.182Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-14T10:26:44.188Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-14T10:27:14.188Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: a1847718-4233-45f0-9f2d-be53fbf825c5 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-14T10:27:14.199Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a1847718-4233-45f0-9f2d-be53fbf825c5 and serviceModelVersionId: 2dda4f66-dfef-40ee-9deb-dea5b0f9c404 2023-01-14T10:27:14.199Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10bc5bd8-0de9-4635-a470-9b1fc829bf46 2023-01-14T10:27:14.200Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0 2023-01-14T10:27:14.204Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|INFO|500||RestClientSSL using default SSL context! 2023-01-14T10:27:14.247Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a24f7de-3510-4c96-9138-7e844bbcfa79/model-vers/model-ver/d39fe038-de68-4b2e-a3bc-72a7bce7ec25?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?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-14T10:27:14.249Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||Invoke 2023-01-14T10:27:15.789Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?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-14T10:27:15.790Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||Invoke 2023-01-14T10:27:17.328Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?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-14T10:27:17.329Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||Invoke 2023-01-14T10:27:18.358Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:27:18.360Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2023-01-14T10:27:18.360Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:27:18.360Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-14T10:27:18.366Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:27:18.366Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a1847718-4233-45f0-9f2d-be53fbf825c5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:27:18.366Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-01-14T10:27:18.366Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:27:18.368Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:27:18.368Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||try to send status { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692038366, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:27:18.468Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:27:18.469Z||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-14T10:27:18.469Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:27:18.484Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:27:18.484Z||pool-66-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-14T10:27:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:27:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:27:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:27:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:27:25.474Z||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-14T10:27:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:27:25.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:27:25.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:27:25.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691985471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:27:25.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:27:35.016Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:28:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:28:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:28:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:28:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:28:25.474Z||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-14T10:28:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:28:26.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:28:26.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691985471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:28:26.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:28:26.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691985471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-14T10:28:26.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:28:26.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691985471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:28:26.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:28:26.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691985471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-14T10:28:26.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:28:26.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691985471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:28:26.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:28:26.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691985471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:28:26.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:28:26.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691993245, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:28:26.007Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:28:26.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691996701, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:28:26.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:28:26.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691997767, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:28:26.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:28:26.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673691998870, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:28:26.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:28:26.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692000148, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/vfw283c7197301c0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:28:26.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:28:26.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692001152, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:28:26.010Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:28:26.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692002157, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/resourceInstances/vfw283c7197301c0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-14T10:28:26.010Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:28:26.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692003161, "artifactURL": "/sdc/v1/catalog/services/Vfw20230114102454/1.0/artifacts/service-Vfw20230114102454-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:28:26.011Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:28:26.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:28:26.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1847718-4233-45f0-9f2d-be53fbf825c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692038366, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:28:26.011Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:28:35.024Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:29:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:29:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:29:25.472Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:29:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:29:25.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-14T10:29:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:29:35.021Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:29:35.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:30:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:30:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:30:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:30:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:30:25.474Z||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-14T10:30:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:30:35.046Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:30:35.049Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:31:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:31:25.472Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:31:25.472Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:31:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:31:25.474Z||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-14T10:31:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:31:35.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:31:35.026Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:32:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:32:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:32:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:32:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:32:25.473Z||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-14T10:32:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:32:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:32:35.017Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:33:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:33:25.472Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:33:25.472Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:33:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:33:25.475Z||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-14T10:33:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:33:35.027Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:33:35.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:34:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:34:25.472Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:34:25.472Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:34:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:34:25.473Z||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-14T10:34:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:34:35.017Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:34:35.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:35:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:35:25.472Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:35:25.472Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:35:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:35:25.473Z||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-14T10:35:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:35:35.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:35:35.040Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:36:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:36:25.472Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:36:25.473Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:36:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:36:25.473Z||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-14T10:36:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:36:35.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:36:35.043Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:37:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:37:25.471Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:37:25.472Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:37:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:37:25.473Z||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-14T10:37:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:37:26.101Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:37:26.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:37:26.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692624335, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:37:26.103Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:37:26.103Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||received message from topic 2023-01-14T10:37:26.104Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"386ed67a-c2c5-40db-b39c-23e4aae5545a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"428d69a2-467f-4094-bf29-4cc9ae9ab9f7","serviceDescription":"service","serviceInvariantUUID":"64313463-b41e-4208-9037-f9445b33f740","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7a2a4e80-1bd6-476d-97cb-17989e4d8d3c","resourceInvariantUUID":"371555ed-b0ca-4e25-9062-f618c98d326e","resourceCustomizationUUID":"392e98e6-b130-4a1e-bd1d-79498776afa5","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":"OTU4NWJkY2Y5ZGI0ZjBjMGVkYTZiMzNhZmQ0MWZiMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32d526dc-64b0-49f9-b093-46e4670e2f43","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmQ1MzJkYWY3ZGQ0NWI2YmJhMTc1YTJkOGUwOThjZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a5a9a6e-857c-4032-96f8-f9983a7a72bc","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-14T10:37:26.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:37:26.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:37:26.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "cds", "timestamp": 1673692625162, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:37:26.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:37:26.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:37:26.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692624335, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:37:26.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:37:26.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:37:26.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "cds", "timestamp": 1673692625162, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:37:26.106Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:37:26.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:37:26.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:37:26.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "aai-ml", "timestamp": 1673692632661, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:37:26.107Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:37:26.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:37:26.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:37:26.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "cds", "timestamp": 1673692634244, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:37:26.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:37:26.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:37:26.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "aai-ml", "timestamp": 1673692632661, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:37:26.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:37:26.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:37:26.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "ves-openapi-manager", "timestamp": 1673692635387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:37:26.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:37:26.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:37:26.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "cds", "timestamp": 1673692635256, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2023-01-14T10:37:26.109Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:37:26.109Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||try to send status { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692645471, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:37:26.125Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 386ed67a-c2c5-40db-b39c-23e4aae5545a 2023-01-14T10:37:26.126Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 386ed67a-c2c5-40db-b39c-23e4aae5545a 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-14T10:37:26.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:37:26.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "aai-ml", "timestamp": 1673692635631, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:37:26.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:37:26.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:37:26.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "ves-openapi-manager", "timestamp": 1673692635387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:37:26.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:37:26.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:37:26.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "aai-ml", "timestamp": 1673692641071, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_ERROR" } 2023-01-14T10:37:26.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:37:26.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:37:26.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "aai-ml", "timestamp": 1673692642097, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-14T10:37:26.142Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 386ed67a-c2c5-40db-b39c-23e4aae5545a 2023-01-14T10:37:26.142Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 386ed67a-c2c5-40db-b39c-23e4aae5545a 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-14T10:37:26.209Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:37:26.210Z||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-14T10:37:26.210Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:37:26.220Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:37:26.220Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:37:27.110Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:37:27.110Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:37:27.112Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:37:27.112Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||try to send status { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692645471, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:37:27.212Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:37:27.213Z||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-14T10:37:27.213Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:37:27.224Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:37:27.224Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:37:28.113Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||sending notification to client: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "428d69a2-467f-4094-bf29-4cc9ae9ab9f7", "serviceDescription": "service", "serviceInvariantUUID": "64313463-b41e-4208-9037-f9445b33f740", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "392e98e6-b130-4a1e-bd1d-79498776afa5", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "7a2a4e80-1bd6-476d-97cb-17989e4d8d3c", "resourceInvariantUUID": "371555ed-b0ca-4e25-9062-f618c98d326e", "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": "MmQ1MzJkYWY3ZGQ0NWI2YmJhMTc1YTJkOGUwOThjZjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2a5a9a6e-857c-4032-96f8-f9983a7a72bc" } ], "workloadContext": "Production" } 2023-01-14T10:37:28.114Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-14T10:37:28.114Z|a1847718-4233-45f0-9f2d-be53fbf825c5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 428d69a2-467f-4094-bf29-4cc9ae9ab9f7 ASDC 2023-01-14T10:37:28.114Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||ASDC Notification: DistributionID:386ed67a-c2c5-40db-b39c-23e4aae5545a ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:428d69a2-467f-4094-bf29-4cc9ae9ab9f7 ServiceInvariantUUID:64313463-b41e-4208-9037-f9445b33f740 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:2a5a9a6e-857c-4032-96f8-f9983a7a72bc ArtifactChecksum:MmQ1MzJkYWY3ZGQ0NWI2YmJhMTc1YTJkOGUwOThjZjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:392e98e6-b130-4a1e-bd1d-79498776afa5 ResourceInvariantUUID:371555ed-b0ca-4e25-9062-f618c98d326e ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:7a2a4e80-1bd6-476d-97cb-17989e4d8d3c ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-14T10:37:28.114Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 428d69a2-467f-4094-bf29-4cc9ae9ab9f7 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-14T10:37:28.138Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:37:28.139Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:37:28.139Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:37:28.139Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||Trying to download the artifact UUID: 2a5a9a6e-857c-4032-96f8-f9983a7a72bc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-14T10:37:28.140Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:37:28.140Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-14T10:37:28.217Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:37:28.220Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2a5a9a6e-857c-4032-96f8-f9983a7a72bc 57661 2023-01-14T10:37:28.220Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:28.221Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:28.221Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:37:28.221Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:37:28.223Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:37:28.223Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||try to send status { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692648220, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:37:28.324Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:37:28.325Z||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-14T10:37:28.325Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:37:28.335Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:37:28.335Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:37:29.224Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:37:29.225Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:37:29.225Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||Trying to write artifact UUID: 2a5a9a6e-857c-4032-96f8-f9983a7a72bc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-14T10:37:29.226Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-14T10:37:29.226Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-14T10:37:29.226Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-14T10:37:29.314Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5972387389075998302/Definitions/service-BasicNetwork-template.yml 2023-01-14T10:37:29.721Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||CSAR conformance level is 11.0 2023-01-14T10:37:29.721Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||#################################################################################################### 2023-01-14T10:37:29.721Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-14T10:37:29.721Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-14T10:37:29.722Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:29.722Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:29.722Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:29.722Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:29.722Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:29.722Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:29.722Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:29.722Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:29.722Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|WARN|500||#################################################################################################### 2023-01-14T10:37:29.722Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:37:29.723Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:37:29.723Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-14T10:37:29.723Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T10:37:29.723Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:37:29.723Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:37:29.724Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:37:29.724Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-14T10:37:29.724Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T10:37:29.724Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:37:29.724Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:37:29.724Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:37:29.724Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:37:29.724Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:37:29.725Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:37:29.725Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:37:29.725Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:37:29.725Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:37:29.725Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:37:29.725Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:37:29.725Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:428d69a2-467f-4094-bf29-4cc9ae9ab9f7 Model Version:NULL Model InvariantUuid:64313463-b41e-4208-9037-f9445b33f740 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:371555ed-b0ca-4e25-9062-f618c98d326e Model UUID:78729cab-ece7-462e-a6b7-6db61161fac1 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:392e98e6-b130-4a1e-bd1d-79498776afa5 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-14T10:37:29.737Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||Processing Resource Type: VL, Model UUID: 7a2a4e80-1bd6-476d-97cb-17989e4d8d3c 2023-01-14T10:37:29.737Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||No resources found for Service: 428d69a2-467f-4094-bf29-4cc9ae9ab9f7 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-14T10:37:29.743Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500|| 2023-01-14T10:37:29.743Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-14T10:37:29.744Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||No resources found for Service: 428d69a2-467f-4094-bf29-4cc9ae9ab9f7 2023-01-14T10:37:29.744Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Preparing to deploy Service: 428d69a2-467f-4094-bf29-4cc9ae9ab9f7 2023-01-14T10:37:29.745Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-14T10:37:29.745Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:29.753Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d07ba69, org.onap.sdc.toscaparser.api.parameters.Input@6b99f6f, org.onap.sdc.toscaparser.api.parameters.Input@a6f2f88, org.onap.sdc.toscaparser.api.parameters.Input@78bebbc7, org.onap.sdc.toscaparser.api.parameters.Input@58ca824b] 2023-01-14T10:37:29.754Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:37:29.755Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:37:29.755Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:37:29.755Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:37:29.755Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500|| resourceSeq for service uuid 428d69a2-467f-4094-bf29-4cc9ae9ab9f7: Generic NeutronNet 2023-01-14T10:37:29.755Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:37:29.756Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:37:29.756Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:37:29.756Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:29.804Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:37:29.804Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:37:29.804Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:37:29.805Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:37:29.805Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:37:29.805Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:37:29.805Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:29.870Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-14T10:37:29.871Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:29.871Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|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-14T10:37:29.871Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:37:29.871Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:37:29.873Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:37:29.873Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||try to send status { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692649871, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:37:29.973Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:37:29.974Z||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-14T10:37:29.974Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:37:29.990Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:37:29.991Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:37:30.874Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 386ed67a-c2c5-40db-b39c-23e4aae5545a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:37:30.888Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 386ed67a-c2c5-40db-b39c-23e4aae5545a 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-14T10:37:30.893Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:37:30.895Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T10:37:30.895Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:37:30.896Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:38:00.896Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 386ed67a-c2c5-40db-b39c-23e4aae5545a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:38:00.921Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 386ed67a-c2c5-40db-b39c-23e4aae5545a 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-14T10:38:00.924Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:38:00.924Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T10:38:00.924Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:38:00.924Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:38:25.474Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:38:25.475Z||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-14T10:38:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:38:25.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:38:25.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:38:25.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692645471, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:38:25.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:38:30.925Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 386ed67a-c2c5-40db-b39c-23e4aae5545a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:38:30.940Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 386ed67a-c2c5-40db-b39c-23e4aae5545a 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-14T10:38:30.942Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:38:30.942Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T10:38:30.942Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:38:30.943Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:39:00.943Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 386ed67a-c2c5-40db-b39c-23e4aae5545a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:39:00.962Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 386ed67a-c2c5-40db-b39c-23e4aae5545a 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-14T10:39:00.964Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:39:00.965Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T10:39:00.965Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:39:00.965Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:39:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:39:25.475Z||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-14T10:39:25.476Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:39:25.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:39:25.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692645471, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:39:25.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692648220, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:39:25.504Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:39:25.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692645645, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692645645, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:39:25.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692649871, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:39:25.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:39:25.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692648361, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:39:25.506Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:39:25.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692650161, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:39:25.506Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:39:25.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692651165, "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-14T10:39:25.515Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 386ed67a-c2c5-40db-b39c-23e4aae5545a 2023-01-14T10:39:25.516Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 386ed67a-c2c5-40db-b39c-23e4aae5545a 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-14T10:39:25.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "multicloud-k8s-id", "timestamp": 1673692664335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "aai-ml", "timestamp": 1673692662661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "multicloud-k8s-id", "timestamp": 1673692664335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "aai-ml", "timestamp": 1673692662661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "cds", "timestamp": 1673692670153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "multicloud-k8s-id", "timestamp": 1673692664335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "aai-ml", "timestamp": 1673692662661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "cds", "timestamp": 1673692670153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "multicloud-k8s-id", "timestamp": 1673692664335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "aai-ml", "timestamp": 1673692662661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "cds", "timestamp": 1673692670153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "multicloud-k8s-id", "timestamp": 1673692664335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "aai-ml", "timestamp": 1673692662661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "cds", "timestamp": 1673692670153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "multicloud-k8s-id", "timestamp": 1673692664335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "aai-ml", "timestamp": 1673692662661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "cds", "timestamp": 1673692670153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "ves-openapi-manager", "timestamp": 1673692675387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "multicloud-k8s-id", "timestamp": 1673692664335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "aai-ml", "timestamp": 1673692662661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "cds", "timestamp": 1673692670153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "ves-openapi-manager", "timestamp": 1673692675387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692675645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "multicloud-k8s-id", "timestamp": 1673692664335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:39:25.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "aai-ml", "timestamp": 1673692662661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:39:25.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "cds", "timestamp": 1673692670153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "ves-openapi-manager", "timestamp": 1673692675387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692675645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "aai-ml", "timestamp": 1673692677962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:39:25.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:39:25.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "cds", "timestamp": 1673692670153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:39:25.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "ves-openapi-manager", "timestamp": 1673692675387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692675645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "ves-openapi-manager", "timestamp": 1673692675387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "cds", "timestamp": 1673692679187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:39:25.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:39:25.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692675645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "ves-openapi-manager", "timestamp": 1673692675387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-14T10:39:25.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "cds", "timestamp": 1673692680219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-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-14T10:39:25.555Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37cd3b15-31bf-4702-89be-604ae802a5f1 2023-01-14T10:39:25.555Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37cd3b15-31bf-4702-89be-604ae802a5f1 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-14T10:39:25.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692675645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "ves-openapi-manager", "timestamp": 1673692675387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692675645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "ves-openapi-manager", "timestamp": 1673692675387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692675645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "ves-openapi-manager", "timestamp": 1673692684236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:39:25.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:39:25.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692675645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:39:25.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "aai-ml", "timestamp": 1673692683795, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "DEPLOY_ERROR" } 2023-01-14T10:39:25.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:39:25.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "ves-openapi-manager", "timestamp": 1673692685467, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:39:25.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:39:25.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "aai-ml", "timestamp": 1673692684808, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-14T10:39:25.572Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 37cd3b15-31bf-4702-89be-604ae802a5f1 2023-01-14T10:39:25.573Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37cd3b15-31bf-4702-89be-604ae802a5f1 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-14T10:39:25.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692684403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:39:25.583Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:39:25.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "ves-openapi-manager", "timestamp": 1673692686471, "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-14T10:39:25.589Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 37cd3b15-31bf-4702-89be-604ae802a5f1 2023-01-14T10:39:25.589Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37cd3b15-31bf-4702-89be-604ae802a5f1 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-14T10:39:25.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692686269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:39:25.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:39:25.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692687274, "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-14T10:39:25.605Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37cd3b15-31bf-4702-89be-604ae802a5f1 2023-01-14T10:39:25.605Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37cd3b15-31bf-4702-89be-604ae802a5f1 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-14T10:39:25.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "ves-openapi-manager", "timestamp": 1673692695387, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "aai-ml", "timestamp": 1673692692682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "cds", "timestamp": 1673692700159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "ves-openapi-manager", "timestamp": 1673692695387, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "aai-ml", "timestamp": 1673692692682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:25.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:39:25.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "cds", "timestamp": 1673692700159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:39:25.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:39:30.965Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 386ed67a-c2c5-40db-b39c-23e4aae5545a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:39:30.978Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 386ed67a-c2c5-40db-b39c-23e4aae5545a 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-14T10:39:30.981Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:39:30.981Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T10:39:30.981Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-14T10:39:30.981Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-14T10:39:30.981Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-01-14T10:39:30.981Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-14T10:39:30.986Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-14T10:40:00.986Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 386ed67a-c2c5-40db-b39c-23e4aae5545a 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-14T10:40:00.994Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 386ed67a-c2c5-40db-b39c-23e4aae5545a and serviceModelVersionId: 428d69a2-467f-4094-bf29-4cc9ae9ab9f7 2023-01-14T10:40:00.994Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64313463-b41e-4208-9037-f9445b33f740 2023-01-14T10:40:00.995Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0 2023-01-14T10:40:01.004Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|INFO|500||RestClientSSL using default SSL context! 2023-01-14T10:40:01.064Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bc5bd8-0de9-4635-a470-9b1fc829bf46/model-vers/model-ver/2dda4f66-dfef-40ee-9deb-dea5b0f9c404?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?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-14T10:40:01.068Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||Invoke 2023-01-14T10:40:02.605Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?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-14T10:40:02.606Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||Invoke 2023-01-14T10:40:04.145Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?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-14T10:40:04.146Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||Invoke 2023-01-14T10:40:05.174Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:40:05.177Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2023-01-14T10:40:05.177Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:40:05.178Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-14T10:40:05.184Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|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-14T10:40:05.184Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 386ed67a-c2c5-40db-b39c-23e4aae5545a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:40:05.184Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-01-14T10:40:05.185Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:05.188Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:05.188Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||try to send status { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692805184, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:40:05.288Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:40:05.289Z||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-14T10:40:05.289Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:05.303Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:05.303Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 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-14T10:40:06.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:40:06.204Z||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-14T10:40:06.204Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:10.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:10.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-14T10:40:10.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"37cd3b15-31bf-4702-89be-604ae802a5f1","serviceName":"Demo_pNF_xA6ZYxiPlvYcLFuxbIv6","serviceVersion":"1.0","serviceUUID":"636e5229-d7c0-4d2c-9187-856494c9a139","serviceDescription":"catalog service description","serviceInvariantUUID":"b64df2b7-ac40-4cad-bb05-8d5e04c52cda","resources":[{"resourceInstanceName":"pNF c697404c-eaaf 0","resourceName":"pNF c697404c-eaaf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b8b85f3f-86ec-4ee1-9a8e-7c604f9879c3","resourceInvariantUUID":"86ada2d1-123f-4e49-a0ae-92423a5b6bd2","resourceCustomizationUUID":"0b7efce7-536c-4291-a619-931a04c20294","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vf-license-model.xml","artifactChecksum":"ZDc2YjhlNjY5NmY4Nzk5NGFlMDg5MTBkNzc3ZmQ1NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fed1dad2-d53a-4918-ba4e-a2a03586e1ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/pNF.csar","artifactChecksum":"ZjM0MWI0MDBhZjJkZWE4MzYwZTExMmVjYjU4M2ZlZmI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba4fbf92-7354-4bcd-a5ec-4161699740de","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"00360dea-6337-44c8-acbd-5d020cf3babd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vendor-license-model.xml","artifactChecksum":"MmUwMmU1N2U2MjY0YzAzYjIwYmI3NDA5OTI2MGZkMTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7504ce58-9f4c-4dee-94fd-a7b12d33e57e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3d73dba-2861-4e0c-81c1-b2aab466f826","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"40e350f3-5c79-4298-b4ee-28c0a9266303","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXa6zyxiplvyclfuxbiv6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-template.yml","artifactChecksum":"NWJjODk0MDM5OThlNzFhNjNjYzA1ZTAwNjAyM2E3N2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa904b71-8385-4567-896b-4f6c21bc28ef","artifactVersion":"1"},{"artifactName":"service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar","artifactChecksum":"MGI1Mjk3NmZiYzgxZWRkYzJhNjNhZTEzODRlYTkzNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e6f2769a-e7f1-4adc-abf1-74d854184b13","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-14T10:40:10.656Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:40:10.656Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:10.658Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:10.658Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:40:10.759Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-14T10:40:10.760Z||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-14T10:40:10.760Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:10.770Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:10.770Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:40:11.659Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:40:11.660Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:11.663Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:11.663Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:40:11.763Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:40:11.764Z||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-14T10:40:11.764Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:11.774Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:11.775Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:40:12.664Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:40:12.664Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:12.666Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:12.666Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:40:12.767Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:40:12.768Z||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-14T10:40:12.768Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:12.778Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:12.778Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:40:13.668Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:40:13.670Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:13.673Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:13.673Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:40:13.773Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:40:13.774Z||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-14T10:40:13.774Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:13.783Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:13.783Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:40:14.673Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:40:14.674Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:14.676Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:14.676Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:40:14.776Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:40:14.777Z||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-14T10:40:14.777Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:14.795Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:14.796Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:40:15.677Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:40:15.678Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:15.680Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:15.680Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:40:15.780Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:40:15.781Z||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-14T10:40:15.781Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:15.792Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:15.793Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:40:16.680Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:40:16.681Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:16.683Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:16.683Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:40:16.784Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-14T10:40:16.784Z||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-14T10:40:16.785Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:16.798Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:16.799Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:40:17.684Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:40:17.687Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:17.689Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:17.689Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:40:17.789Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:40:17.790Z||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-14T10:40:17.790Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:17.802Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:17.802Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:40:18.690Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "serviceName": "Demo_pNF_xA6ZYxiPlvYcLFuxbIv6", "serviceVersion": "1.0", "serviceUUID": "636e5229-d7c0-4d2c-9187-856494c9a139", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b64df2b7-ac40-4cad-bb05-8d5e04c52cda", "resources": [ { "resourceInstanceName": "pNF c697404c-eaaf 0", "resourceCustomizationUUID": "0b7efce7-536c-4291-a619-931a04c20294", "resourceName": "pNF c697404c-eaaf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b8b85f3f-86ec-4ee1-9a8e-7c604f9879c3", "resourceInvariantUUID": "86ada2d1-123f-4e49-a0ae-92423a5b6bd2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "artifactChecksum": "MGI1Mjk3NmZiYzgxZWRkYzJhNjNhZTEzODRlYTkzNmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e6f2769a-e7f1-4adc-abf1-74d854184b13" } ], "workloadContext": "Production" } 2023-01-14T10:40:18.691Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-14T10:40:18.691Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 636e5229-d7c0-4d2c-9187-856494c9a139 ASDC 2023-01-14T10:40:18.692Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:37cd3b15-31bf-4702-89be-604ae802a5f1 ServiceName:Demo_pNF_xA6ZYxiPlvYcLFuxbIv6 ServiceVersion:1.0 ServiceUUID:636e5229-d7c0-4d2c-9187-856494c9a139 ServiceInvariantUUID:b64df2b7-ac40-4cad-bb05-8d5e04c52cda ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar ArtifactUUID:e6f2769a-e7f1-4adc-abf1-74d854184b13 ArtifactChecksum:MGI1Mjk3NmZiYzgxZWRkYzJhNjNhZTEzODRlYTkzNmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c697404c-eaaf 0 ResourceCustomizationUUID:0b7efce7-536c-4291-a619-931a04c20294 ResourceInvariantUUID:86ada2d1-123f-4e49-a0ae-92423a5b6bd2 ResourceName:pNF c697404c-eaaf ResourceType:PNF ResourceUUID:b8b85f3f-86ec-4ee1-9a8e-7c604f9879c3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-14T10:40:18.692Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 636e5229-d7c0-4d2c-9187-856494c9a139 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-14T10:40:18.722Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:40:18.723Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-14T10:40:18.723Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-14T10:40:18.723Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e6f2769a-e7f1-4adc-abf1-74d854184b13 from URL: /sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:18.724Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-14T10:40:18.724Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:18.993Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-14T10:40:18.998Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar e6f2769a-e7f1-4adc-abf1-74d854184b13 87776 2023-01-14T10:40:18.999Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar ASDC sendASDCNotification 2023-01-14T10:40:18.999Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:19.000Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:40:19.000Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:19.003Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:19.003Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692818999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:40:19.104Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:40:19.104Z||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-14T10:40:19.105Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:19.113Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:19.113Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:40:20.004Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:40:20.006Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-14T10:40:20.006Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e6f2769a-e7f1-4adc-abf1-74d854184b13, URL: /sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar to file: /app/ASDC/1/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:20.007Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:20.007Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:20.008Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:20.197Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9731155964014740471/Definitions/service-DemoPnfXa6zyxiplvyclfuxbiv6-template.yml 2023-01-14T10:40:21.163Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-14T10:40:21.164Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-14T10:40:21.164Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:21.164Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-14T10:40:21.164Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:21.164Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:21.165Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:21.165Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:21.165Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:21.165Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c697404c-eaaf 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-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:21.166Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:21.166Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-14T10:40:21.166Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:40:21.167Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xA6ZYxiPlvYcLFuxbIv6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:40:21.168Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Node template pNF c697404c-eaaf 0 is matching search criteria 2023-01-14T10:40:21.168Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-14T10:40:21.168Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c697404c-eaaf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:40:21.169Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:40:21.169Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xA6ZYxiPlvYcLFuxbIv6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:40:21.170Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Node template pNF c697404c-eaaf 0 is matching search criteria 2023-01-14T10:40:21.170Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-14T10:40:21.170Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c697404c-eaaf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:40:21.171Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:40:21.171Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xA6ZYxiPlvYcLFuxbIv6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:40:21.171Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:40:21.172Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xA6ZYxiPlvYcLFuxbIv6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:40:21.172Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:40:21.172Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xA6ZYxiPlvYcLFuxbIv6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:40:21.172Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:40:21.173Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xA6ZYxiPlvYcLFuxbIv6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:40:21.173Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:40:21.173Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xA6ZYxiPlvYcLFuxbIv6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:40:21.174Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_xA6ZYxiPlvYcLFuxbIv6 Description:catalog service description Model UUID:636e5229-d7c0-4d2c-9187-856494c9a139 Model Version:NULL Model InvariantUuid:b64df2b7-ac40-4cad-bb05-8d5e04c52cda 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-14T10:40:21.191Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: b8b85f3f-86ec-4ee1-9a8e-7c604f9879c3 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-14T10:40:21.197Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||pNF c697404c-eaaf 0 2023-01-14T10:40:21.197Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b8b85f3f-86ec-4ee1-9a8e-7c604f9879c3 2023-01-14T10:40:21.197Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 636e5229-d7c0-4d2c-9187-856494c9a139 2023-01-14T10:40:21.197Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 636e5229-d7c0-4d2c-9187-856494c9a139 2023-01-14T10:40:21.197Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c697404c-eaaf 0 b8b85f3f-86ec-4ee1-9a8e-7c604f9879c3 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-14T10:40:21.204Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55866006, org.onap.sdc.toscaparser.api.parameters.Input@22a65661, org.onap.sdc.toscaparser.api.parameters.Input@29e2f54b, org.onap.sdc.toscaparser.api.parameters.Input@3c8baa22, org.onap.sdc.toscaparser.api.parameters.Input@5aeb6be5] 2023-01-14T10:40:21.204Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:40:21.205Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xA6ZYxiPlvYcLFuxbIv6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:40:21.205Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 636e5229-d7c0-4d2c-9187-856494c9a139: pNF c697404c-eaaf 2023-01-14T10:40:21.206Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||Processing PNF resource: b8b85f3f-86ec-4ee1-9a8e-7c604f9879c3 2023-01-14T10:40:21.206Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:40:21.206Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xA6ZYxiPlvYcLFuxbIv6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:40:21.207Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||Resource customization UUID: 0b7efce7-536c-4291-a619-931a04c20294 is the same as notified resource customizationUUID: 0b7efce7-536c-4291-a619-931a04c20294 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-14T10:40:21.276Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c697404c-eaaf b8b85f3f-86ec-4ee1-9a8e-7c604f9879c3 0 ASDC deployResourceStructure 2023-01-14T10:40:21.277Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar ASDC sendASDCNotification 2023-01-14T10:40:21.277Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar 2023-01-14T10:40:21.277Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:40:21.278Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:21.281Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:21.282Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692821277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:40:21.382Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:40:21.383Z||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-14T10:40:21.383Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:21.398Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:21.399Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:40:22.283Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37cd3b15-31bf-4702-89be-604ae802a5f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:40:22.296Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37cd3b15-31bf-4702-89be-604ae802a5f1 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-14T10:40:22.300Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:40:22.300Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T10:40:22.300Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-14T10:40:22.301Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-14T10:40:22.301Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-14T10:40:22.301Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-01-14T10:40:22.301Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-14T10:40:22.307Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-14T10:40:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:40:25.474Z||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-14T10:40:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:25.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:25.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:40:25.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "multicloud-k8s-id", "timestamp": 1673692704335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:40:25.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:40:52.308Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37cd3b15-31bf-4702-89be-604ae802a5f1 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-14T10:40:52.315Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37cd3b15-31bf-4702-89be-604ae802a5f1 and serviceModelVersionId: 636e5229-d7c0-4d2c-9187-856494c9a139 2023-01-14T10:40:52.316Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b64df2b7-ac40-4cad-bb05-8d5e04c52cda 2023-01-14T10:40:52.317Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0 2023-01-14T10:40:52.321Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-01-14T10:40:52.365Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?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-14T10:40:52.366Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||Invoke 2023-01-14T10:40:53.901Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?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-14T10:40:53.902Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||Invoke 2023-01-14T10:40:55.445Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?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-14T10:40:55.446Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||Invoke 2023-01-14T10:40:56.472Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:40:56.472Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2023-01-14T10:40:56.473Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:40:56.473Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-14T10:40:56.491Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:40:56.492Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37cd3b15-31bf-4702-89be-604ae802a5f1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:40:56.492Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-01-14T10:40:56.492Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:56.494Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:56.494Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692856492, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:40:56.595Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-14T10:40:56.595Z||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-14T10:40:56.596Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:56.607Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:56.608Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-14T10:40:57.507Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||received message from topic 2023-01-14T10:40:57.507Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"132c8da3-c5cb-40a2-a122-72c01a02cd66","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"805580a0-2dfc-4696-9d91-58682f263c38","serviceDescription":"service","serviceInvariantUUID":"2a71cb1b-20ae-484c-8e18-4947798e4b68","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"91c5bc53-9526-4386-a560-73dff8d5d5d7","resourceInvariantUUID":"91be58e7-1b09-4267-94c3-d00f002c0e93","resourceCustomizationUUID":"15c84bec-8005-4ba8-98da-bbe4c3ffcd9a","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":"OGYwMTcyNTBmYTZhNmM5YzY2YmI3ZTZkMzhjN2I4ODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37f7e691-981a-4308-b887-50e2eae1c819","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":"Mjk0YzY5MDkzMGUyMDhlZmEzYzc3OTQwZGUzZWFkNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac524af6-e92c-475e-8d01-e74988f0499b","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":"c38b3d5d-ddd4-4eee-9e42-88b3f1f9899f","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":"b77bffa2-a946-48f8-aaed-77e4f4bf2014","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":"da2af882-7e49-403d-834b-0b7701449b1a","artifactVersion":"2","generatedFromUUID":"c38b3d5d-ddd4-4eee-9e42-88b3f1f9899f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjM5YjIyZjQ1YTk3YzM2ZDA3MTZhM2YyNTExMjIwMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a957ffa8-fefc-481e-9749-c0e7555be84f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTEzYTQxMTY2MWYwMzQ4NWQ5Nzc3MTk5NTdjODFkYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02bde33a-b0a7-453d-85d5-887010d8f183","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-14T10:40:57.507Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:40:57.508Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:57.510Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:57.510Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:40:57.610Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:40:57.611Z||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-14T10:40:57.611Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:57.620Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:57.620Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:40:58.510Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:40:58.511Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:58.513Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:58.514Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:40:58.614Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:40:58.615Z||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-14T10:40:58.615Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:58.622Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:58.622Z||pool-84-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:40:59.514Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:40:59.515Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:40:59.517Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:40:59.517Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-14T10:40:59.618Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:40:59.619Z||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-14T10:40:59.619Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:40:59.631Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:40:59.632Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:41:00.518Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:41:00.519Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:41:00.521Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:41:00.521Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:00.621Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:41:00.622Z||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-14T10:41:00.622Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:41:00.631Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:41:00.632Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:41:01.521Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:41:01.522Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:41:01.524Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:41:01.525Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-14T10:41:01.625Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:41:01.626Z||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-14T10:41:01.626Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:41:01.634Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:41:01.635Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:41:02.525Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:41:02.526Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:41:02.528Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:41:02.529Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:02.629Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:41:02.630Z||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-14T10:41:02.630Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:41:02.639Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:41:02.639Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:41:03.529Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:41:03.530Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:41:03.532Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:41:03.532Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:41:03.633Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-14T10:41:03.634Z||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-14T10:41:03.634Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:41:03.646Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:41:03.647Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:41:04.534Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||sending notification to client: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "805580a0-2dfc-4696-9d91-58682f263c38", "serviceDescription": "service", "serviceInvariantUUID": "2a71cb1b-20ae-484c-8e18-4947798e4b68", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "15c84bec-8005-4ba8-98da-bbe4c3ffcd9a", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "91c5bc53-9526-4386-a560-73dff8d5d5d7", "resourceInvariantUUID": "91be58e7-1b09-4267-94c3-d00f002c0e93", "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": "Mjk0YzY5MDkzMGUyMDhlZmEzYzc3OTQwZGUzZWFkNmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ac524af6-e92c-475e-8d01-e74988f0499b", "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": "c38b3d5d-ddd4-4eee-9e42-88b3f1f9899f", "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": "da2af882-7e49-403d-834b-0b7701449b1a", "generatedFromUUID": "c38b3d5d-ddd4-4eee-9e42-88b3f1f9899f" }, "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": "da2af882-7e49-403d-834b-0b7701449b1a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZTEzYTQxMTY2MWYwMzQ4NWQ5Nzc3MTk5NTdjODFkYzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "02bde33a-b0a7-453d-85d5-887010d8f183" } ], "workloadContext": "Production" } 2023-01-14T10:41:04.534Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-14T10:41:04.534Z|37cd3b15-31bf-4702-89be-604ae802a5f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 805580a0-2dfc-4696-9d91-58682f263c38 ASDC 2023-01-14T10:41:04.535Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||ASDC Notification: DistributionID:132c8da3-c5cb-40a2-a122-72c01a02cd66 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:805580a0-2dfc-4696-9d91-58682f263c38 ServiceInvariantUUID:2a71cb1b-20ae-484c-8e18-4947798e4b68 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:02bde33a-b0a7-453d-85d5-887010d8f183 ArtifactChecksum:ZTEzYTQxMTY2MWYwMzQ4NWQ5Nzc3MTk5NTdjODFkYzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:15c84bec-8005-4ba8-98da-bbe4c3ffcd9a ResourceInvariantUUID:91be58e7-1b09-4267-94c3-d00f002c0e93 ResourceName:basic_vm ResourceType:VF ResourceUUID:91c5bc53-9526-4386-a560-73dff8d5d5d7 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:ac524af6-e92c-475e-8d01-e74988f0499b ArtifactChecksum:Mjk0YzY5MDkzMGUyMDhlZmEzYzc3OTQwZGUzZWFkNmI= 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:c38b3d5d-ddd4-4eee-9e42-88b3f1f9899f 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:da2af882-7e49-403d-834b-0b7701449b1a 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:da2af882-7e49-403d-834b-0b7701449b1a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-14T10:41:04.535Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 805580a0-2dfc-4696-9d91-58682f263c38 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-14T10:41:04.576Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:41:04.577Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:41:04.577Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:41:04.577Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||Trying to download the artifact UUID: 02bde33a-b0a7-453d-85d5-887010d8f183 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-14T10:41:04.578Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:41:04.578Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-14T10:41:04.654Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:41:04.657Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 02bde33a-b0a7-453d-85d5-887010d8f183 74805 2023-01-14T10:41:04.657Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:04.657Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:04.657Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:41:04.658Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:41:04.659Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:41:04.660Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692864657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:04.769Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:41:04.770Z||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-14T10:41:04.770Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:41:04.780Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:41:04.780Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:41:05.670Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:41:05.672Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:41:05.672Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||Trying to write artifact UUID: 02bde33a-b0a7-453d-85d5-887010d8f183, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-14T10:41:05.673Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-14T10:41:05.673Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-14T10:41:05.673Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-14T10:41:05.789Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4680759358513316749/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-14T10:41:06.837Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||CSAR conformance level is 11.0 2023-01-14T10:41:06.838Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|WARN|500||#################################################################################################### 2023-01-14T10:41:06.838Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-14T10:41:06.838Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-14T10:41:06.838Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:06.838Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:06.839Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:06.839Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:06.839Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:06.839Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:06.839Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:06.839Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|WARN|500||#################################################################################################### 2023-01-14T10:41:06.840Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:06.840Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:06.840Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-14T10:41:06.840Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T10:41:06.841Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:41:06.841Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:06.841Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:06.841Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-14T10:41:06.841Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T10:41:06.842Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:41:06.842Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:06.842Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:06.842Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:06.843Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-14T10:41:06.843Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-14T10:41:06.843Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-14T10:41:06.843Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-14T10:41:06.843Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-14T10:41:06.844Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-14T10:41:06.844Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:06.844Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T10:41:06.844Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:06.844Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-14T10:41:06.845Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:41:06.845Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:06.845Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-14T10:41:06.845Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:41:06.846Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:06.846Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-14T10:41:06.846Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:41:06.846Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:06.847Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-14T10:41:06.847Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-14T10:41:06.847Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-14T10:41:06.847Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d428c266-d385-477b-aee3-639f13d572e7 2023-01-14T10:41:06.847Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:06.848Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:06.848Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:06.848Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:06.848Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:06.848Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:06.849Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:06.849Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:06.849Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:805580a0-2dfc-4696-9d91-58682f263c38 Model Version:NULL Model InvariantUuid:2a71cb1b-20ae-484c-8e18-4947798e4b68 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:313882b5-0e2a-4115-97c7-23175a32d191 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:91be58e7-1b09-4267-94c3-d00f002c0e93 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:15c84bec-8005-4ba8-98da-bbe4c3ffcd9a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d8c5bab9-a1f9-4dd3-9820-35b851839486 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:47f2648c-014f-4393-ad24-1b749ce2404c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d428c266-d385-477b-aee3-639f13d572e7 ModelInvariantUuid:abccb020-4aff-4893-96c5-0a3db50c0db8 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:65095b78-637e-45f4-ab13-ca0ac57c4575 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:30fb3cb7-1a95-4112-a09c-bc737d8ee004 ModelInvariantUuid:f09c38d5-3a51-4759-8fb7-932d5bd41bae ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:141a9d8e-ea94-4cfe-9a00-069c7ad7f2ae 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-14T10:41:06.856Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 91c5bc53-9526-4386-a560-73dff8d5d5d7 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-14T10:41:06.858Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||basic_vm 0 2023-01-14T10:41:06.858Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 91c5bc53-9526-4386-a560-73dff8d5d5d7 2023-01-14T10:41:06.859Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||Trying to download the artifact UUID: ac524af6-e92c-475e-8d01-e74988f0499b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-14T10:41:06.859Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:41:06.859Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:06.917Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:41:06.917Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ac524af6-e92c-475e-8d01-e74988f0499b 787 2023-01-14T10:41:06.918Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:06.918Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:06.918Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:41:06.919Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:41:06.921Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:41:06.921Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692866918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:07.021Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:41:07.023Z||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-14T10:41:07.023Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:41:07.032Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:41:07.033Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:41:07.922Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d8c5bab9-a1f9-4dd3-9820-35b851839486", "vfModuleModelVersion": "1", "vfModuleModelUUID": "47f2648c-014f-4393-ad24-1b749ce2404c", "vfModuleModelCustomizationUUID": "b4b610e8-d916-47cf-b8d5-3a6cd0c7c8ca", "isBase": true, "artifacts": [ "c38b3d5d-ddd4-4eee-9e42-88b3f1f9899f", "da2af882-7e49-403d-834b-0b7701449b1a" ], "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-14T10:41:07.927Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:47f2648c-014f-4393-ad24-1b749ce2404c VfModuleModelInvariantUUID:d8c5bab9-a1f9-4dd3-9820-35b851839486 VfModuleModelDescription:NULL Artifacts UUID List:{ c38b3d5d-ddd4-4eee-9e42-88b3f1f9899f , da2af882-7e49-403d-834b-0b7701449b1a } 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-14T10:41:07.929Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d8c5bab9-a1f9-4dd3-9820-35b851839486", "vfModuleModelVersion": "1", "vfModuleModelUUID": "47f2648c-014f-4393-ad24-1b749ce2404c", "vfModuleModelCustomizationUUID": "b4b610e8-d916-47cf-b8d5-3a6cd0c7c8ca", "isBase": true, "artifacts": [ "c38b3d5d-ddd4-4eee-9e42-88b3f1f9899f", "da2af882-7e49-403d-834b-0b7701449b1a" ], "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-14T10:41:07.929Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:47f2648c-014f-4393-ad24-1b749ce2404c VfModuleModelInvariantUUID:d8c5bab9-a1f9-4dd3-9820-35b851839486 VfModuleModelDescription:NULL Artifacts UUID List:{ c38b3d5d-ddd4-4eee-9e42-88b3f1f9899f , da2af882-7e49-403d-834b-0b7701449b1a } 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-14T10:41:07.929Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||Trying to download the artifact UUID: c38b3d5d-ddd4-4eee-9e42-88b3f1f9899f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-14T10:41:07.929Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:41:07.929Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:07.978Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:41:07.979Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c38b3d5d-ddd4-4eee-9e42-88b3f1f9899f 5033 2023-01-14T10:41:07.979Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:07.979Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:07.979Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:41:07.979Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:41:07.981Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:41:07.981Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692867979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:08.082Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-14T10:41:08.082Z||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-14T10:41:08.083Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:41:08.090Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:41:08.091Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:41:08.982Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||Trying to download the artifact UUID: da2af882-7e49-403d-834b-0b7701449b1a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-14T10:41:08.982Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:41:08.983Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:09.084Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:41:09.084Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env da2af882-7e49-403d-834b-0b7701449b1a 903 2023-01-14T10:41:09.084Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:09.085Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:09.085Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:41:09.085Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:41:09.087Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:41:09.087Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692869084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:09.187Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:41:09.188Z||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-14T10:41:09.188Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:41:09.195Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:41:09.195Z||pool-93-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:41:10.088Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Preparing to deploy Service: 805580a0-2dfc-4696-9d91-58682f263c38 2023-01-14T10:41:10.088Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 91c5bc53-9526-4386-a560-73dff8d5d5d7 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-14T10:41:10.108Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@157ad5c7, org.onap.sdc.toscaparser.api.parameters.Input@144b2c4d, org.onap.sdc.toscaparser.api.parameters.Input@4e811c3e, org.onap.sdc.toscaparser.api.parameters.Input@70cffb82, org.onap.sdc.toscaparser.api.parameters.Input@3358ccb1] 2023-01-14T10:41:10.110Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:10.110Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:10.110Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||VF Category is: Generic 2023-01-14T10:41:10.111Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||VFCustomizationUUID= 15c84bec-8005-4ba8-98da-bbe4c3ffcd9a 2023-01-14T10:41:10.111Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 15c84bec-8005-4ba8-98da-bbe4c3ffcd9a matches Tosca VF Customization UUID: 15c84bec-8005-4ba8-98da-bbe4c3ffcd9a 2023-01-14T10:41:10.111Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||vfCustomizationUUID: 15c84bec-8005-4ba8-98da-bbe4c3ffcd9a 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-14T10:41:10.113Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:10.113Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:10.114Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||resource request for resource customization id 15c84bec-8005-4ba8-98da-bbe4c3ffcd9a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-14T10:41:10.114Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3706dbac 2023-01-14T10:41:10.114Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:10.114Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T10:41:10.114Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b4b610e8-d916-47cf-b8d5-3a6cd0c7c8ca 2023-01-14T10:41:10.115Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b4b610e8-d916-47cf-b8d5-3a6cd0c7c8ca 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-14T10:41:10.118Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:10.118Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-14T10:41:10.118Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:41:10.119Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:10.119Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-14T10:41:10.119Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:41:10.119Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:10.120Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-14T10:41:10.120Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-14T10:41:10.120Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-14T10:41:10.120Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d428c266-d385-477b-aee3-639f13d572e7 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-14T10:41:10.124Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:10.124Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-14T10:41:10.124Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:41:10.124Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:10.125Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-14T10:41:10.125Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=15c84bec-8005-4ba8-98da-bbe4c3ffcd9a 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-14T10:41:10.127Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:10.127Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:10.127Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500|| resourceSeq for service uuid 805580a0-2dfc-4696-9d91-58682f263c38: basic_vm 2023-01-14T10:41:10.127Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:10.127Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:10.128Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:10.128Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:10.128Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:10.128Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:10.128Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:10.128Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:10.128Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:41:10.129Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:41:10.129Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:10.216Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 91c5bc53-9526-4386-a560-73dff8d5d5d7 1 ASDC deployResourceStructure 2023-01-14T10:41:10.217Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:10.217Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:10.217Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:41:10.217Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:41:10.219Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:41:10.220Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692870217, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:41:10.320Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:41:10.321Z||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-14T10:41:10.321Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:41:10.340Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:41:10.341Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:41:11.221Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:11.221Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:11.221Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:41:11.221Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:41:11.224Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:41:11.224Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692871220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:41:11.324Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:41:11.325Z||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-14T10:41:11.325Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:41:11.348Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:41:11.349Z||pool-95-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:41:12.225Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:12.226Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:12.226Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:41:12.226Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:41:12.228Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:41:12.228Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692872225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-14T10:41:12.329Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:41:12.329Z||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-14T10:41:12.330Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:41:12.345Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:41:12.346Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:41:13.230Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:13.230Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|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-14T10:41:13.230Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:41:13.230Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:41:13.232Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:41:13.232Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692873229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:41:13.333Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:41:13.334Z||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-14T10:41:13.334Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:41:13.344Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:41:13.345Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:41:14.233Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 132c8da3-c5cb-40a2-a122-72c01a02cd66 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:41:14.244Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 132c8da3-c5cb-40a2-a122-72c01a02cd66 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-14T10:41:14.246Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:41:14.246Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:41:14.246Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:41:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:41:25.474Z||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-14T10:41:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:41:25.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:41:25.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "ves-openapi-manager", "timestamp": 1673692695387, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "aai-ml", "timestamp": 1673692692682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "cds", "timestamp": 1673692700159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "multicloud-k8s-id", "timestamp": 1673692704335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:41:25.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "ves-openapi-manager", "timestamp": 1673692695387, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "aai-ml", "timestamp": 1673692692682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "cds", "timestamp": 1673692700159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "multicloud-k8s-id", "timestamp": 1673692704335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-14T10:41:25.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692705645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "ves-openapi-manager", "timestamp": 1673692695387, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "aai-ml", "timestamp": 1673692692682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "cds", "timestamp": 1673692700159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "multicloud-k8s-id", "timestamp": 1673692704335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692705645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "ves-openapi-manager", "timestamp": 1673692695387, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "aai-ml", "timestamp": 1673692692682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "cds", "timestamp": 1673692700159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "multicloud-k8s-id", "timestamp": 1673692704335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-14T10:41:25.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692705645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "ves-openapi-manager", "timestamp": 1673692695387, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "aai-ml", "timestamp": 1673692692682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:41:25.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "cds", "timestamp": 1673692700159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:41:25.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "multicloud-k8s-id", "timestamp": 1673692704335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692705645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "aai-ml", "timestamp": 1673692710047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:25.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "cds", "timestamp": 1673692710064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:25.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "multicloud-k8s-id", "timestamp": 1673692704335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:41:25.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692705645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "cds", "timestamp": 1673692711135, "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-14T10:41:25.523Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 132c8da3-c5cb-40a2-a122-72c01a02cd66 2023-01-14T10:41:25.524Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 132c8da3-c5cb-40a2-a122-72c01a02cd66 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-14T10:41:25.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "multicloud-k8s-id", "timestamp": 1673692712125, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:25.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692705645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "multicloud-k8s-id", "timestamp": 1673692713204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:25.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692705645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:41:25.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "multicloud-k8s-id", "timestamp": 1673692714269, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:25.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692713490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:25.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "multicloud-k8s-id", "timestamp": 1673692715304, "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-14T10:41:25.539Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 132c8da3-c5cb-40a2-a122-72c01a02cd66 2023-01-14T10:41:25.539Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 132c8da3-c5cb-40a2-a122-72c01a02cd66 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-14T10:41:25.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "multicloud-k8s-id", "timestamp": 1673692716309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:41:25.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692715761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:41:25.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "aai-ml", "timestamp": 1673692716711, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_ERROR" } 2023-01-14T10:41:25.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692716765, "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-14T10:41:25.554Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 132c8da3-c5cb-40a2-a122-72c01a02cd66 2023-01-14T10:41:25.554Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 132c8da3-c5cb-40a2-a122-72c01a02cd66 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-14T10:41:25.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "aai-ml", "timestamp": 1673692717719, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-14T10:41:25.573Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 132c8da3-c5cb-40a2-a122-72c01a02cd66 2023-01-14T10:41:25.573Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 132c8da3-c5cb-40a2-a122-72c01a02cd66 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-14T10:41:25.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "ves-openapi-manager", "timestamp": 1673692735387, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692735646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "ves-openapi-manager", "timestamp": 1673692735387, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692735646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692735646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "ves-openapi-manager", "timestamp": 1673692735387, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "ves-openapi-manager", "timestamp": 1673692735387, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692735646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692744335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692735646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "ves-openapi-manager", "timestamp": 1673692735387, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692744335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-14T10:41:25.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "ves-openapi-manager", "timestamp": 1673692735387, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692735646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "cds", "timestamp": 1673692745153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692744335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-14T10:41:25.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "ves-openapi-manager", "timestamp": 1673692735387, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692735646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "cds", "timestamp": 1673692745153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692744335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:41:25.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "ves-openapi-manager", "timestamp": 1673692735387, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692735646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "cds", "timestamp": 1673692745153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692744335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-14T10:41:25.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "ves-openapi-manager", "timestamp": 1673692735387, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692735646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:41:25.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "cds", "timestamp": 1673692745153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692744335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692749351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:25.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "cds", "timestamp": 1673692745153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692744335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-14T10:41:25.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "cds", "timestamp": 1673692745153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692744335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "cds", "timestamp": 1673692745153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692751553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:41:25.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692744335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:41:25.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "cds", "timestamp": 1673692745153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673692752556, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-14T10:41:25.613Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f2a234f9-0fa2-4fbc-b340-bccdb1617d4a 2023-01-14T10:41:25.613Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2a234f9-0fa2-4fbc-b340-bccdb1617d4a 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-14T10:41:25.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692754151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:25.626Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "aai-ml", "timestamp": 1673692752661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.626Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "cds", "timestamp": 1673692745153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:41:25.627Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "aai-ml", "timestamp": 1673692752661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.627Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692755328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:25.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "cds", "timestamp": 1673692755306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:25.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "aai-ml", "timestamp": 1673692752661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692756389, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:25.629Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "cds", "timestamp": 1673692756323, "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=? 2023-01-14T10:41:25.637Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f2a234f9-0fa2-4fbc-b340-bccdb1617d4a 2023-01-14T10:41:25.638Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2a234f9-0fa2-4fbc-b340-bccdb1617d4a 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-14T10:41:25.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "aai-ml", "timestamp": 1673692752661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692757656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:25.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "aai-ml", "timestamp": 1673692752661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692758713, "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-14T10:41:25.654Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2a234f9-0fa2-4fbc-b340-bccdb1617d4a 2023-01-14T10:41:25.654Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2a234f9-0fa2-4fbc-b340-bccdb1617d4a 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-14T10:41:25.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "aai-ml", "timestamp": 1673692752661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673692759717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:41:25.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:25.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "aai-ml", "timestamp": 1673692752661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "aai-ml", "timestamp": 1673692752661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:41:25.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "aai-ml", "timestamp": 1673692752661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:41:25.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:41:25.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:41:25.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "aai-ml", "timestamp": 1673692762580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:41:25.665Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:41:44.246Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 132c8da3-c5cb-40a2-a122-72c01a02cd66 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:41:44.258Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 132c8da3-c5cb-40a2-a122-72c01a02cd66 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-14T10:41:44.260Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:41:44.260Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T10:41:44.260Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-14T10:41:44.260Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-14T10:41:44.260Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-01-14T10:41:44.261Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-14T10:41:44.264Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-14T10:42:14.265Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 132c8da3-c5cb-40a2-a122-72c01a02cd66 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-14T10:42:14.273Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 132c8da3-c5cb-40a2-a122-72c01a02cd66 and serviceModelVersionId: 805580a0-2dfc-4696-9d91-58682f263c38 2023-01-14T10:42:14.273Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a71cb1b-20ae-484c-8e18-4947798e4b68 2023-01-14T10:42:14.274Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0 2023-01-14T10:42:14.279Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64df2b7-ac40-4cad-bb05-8d5e04c52cda/model-vers/model-ver/636e5229-d7c0-4d2c-9187-856494c9a139?depth=0|INFO|500||RestClientSSL using default SSL context! 2023-01-14T10:42:14.334Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||Invoke 2023-01-14T10:42:14.335Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[132c8da3-c5cb-40a2-a122-72c01a02cd66], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[703ad660-cf2d-46e7-ad5d-1259cccdc963], X-ECOMP-RequestID=[132c8da3-c5cb-40a2-a122-72c01a02cd66], X-TransactionId=[], X-ONAP-RequestID=[132c8da3-c5cb-40a2-a122-72c01a02cd66], Content-Type=[application/merge-patch+json]} 2023-01-14T10:42:15.853Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||Invoke 2023-01-14T10:42:15.854Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[132c8da3-c5cb-40a2-a122-72c01a02cd66], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fc9ce03d-a312-4133-b652-6b3e866b5009], X-ECOMP-RequestID=[132c8da3-c5cb-40a2-a122-72c01a02cd66], X-TransactionId=[], X-ONAP-RequestID=[132c8da3-c5cb-40a2-a122-72c01a02cd66], Content-Type=[application/merge-patch+json]} 2023-01-14T10:42:17.393Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||Invoke 2023-01-14T10:42:17.394Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[132c8da3-c5cb-40a2-a122-72c01a02cd66], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[00baa1a8-691d-4b63-8819-adabb298ac6e], X-ECOMP-RequestID=[132c8da3-c5cb-40a2-a122-72c01a02cd66], X-TransactionId=[], X-ONAP-RequestID=[132c8da3-c5cb-40a2-a122-72c01a02cd66], Content-Type=[application/merge-patch+json]} 2023-01-14T10:42:18.423Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:42:18.423Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2023-01-14T10:42:18.424Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:42:18.424Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-14T10:42:18.428Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:18.429Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 132c8da3-c5cb-40a2-a122-72c01a02cd66 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:42:18.429Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-01-14T10:42:18.429Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:18.431Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:18.431Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692938429, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:42:18.532Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:18.533Z||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-14T10:42:18.533Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:18.548Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:18.548Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-14T10:42:19.443Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||received message from topic 2023-01-14T10:42:19.443Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"f2a234f9-0fa2-4fbc-b340-bccdb1617d4a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4ce7be9f-f5d6-4227-9059-08601519f558","serviceDescription":"service","serviceInvariantUUID":"0fc9d663-22df-452c-878b-eae2afac2ce9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ed8f568-b8db-41f2-b469-6456d5f2b850","resourceInvariantUUID":"818291dc-0d96-4b03-91f9-28399c7af0da","resourceCustomizationUUID":"ddcd906f-91d1-48fa-b572-eb794fee58db","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":"ZThkNTFlOWNhYjMwZjFjMzIzNGNlMWM5MzRjMWZmN2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98de6d5a-ec6d-4cf9-b8dc-d33a66d5025e","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":"e41f81e9-64cb-4461-aa0b-d37742547c6e","artifactVersion":"2","generatedFromUUID":"190986cd-d48e-4870-9253-9b2eb68fcf38"},{"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":"190986cd-d48e-4870-9253-9b2eb68fcf38","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":"MzE1ZDc0ZGQ0ODZhNGY1ODRmNjJmNzhkYzIyMGZhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c04d750-af09-4e85-965d-43d224c67c57","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":"7aa9ea05-ff91-4f72-8450-b7b3b9a8d9d4","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":"c662c5ab-6c30-4660-bfb3-ed5c849712d2","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":"57fdd84e-679c-482f-aca5-823b35908d3b","artifactVersion":"2","generatedFromUUID":"7aa9ea05-ff91-4f72-8450-b7b3b9a8d9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTQ5ZDdiMjEyNjRlZTdkMmUwMzE5YWE0OTdkYmJhYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8908d11-fc2b-4ed4-ba88-5a751a5324c6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDA3ODg5YmJiMDAwM2Q4MmVhMmJmODUzNzVhZjVmYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"067b23f0-743e-44b2-84dc-5fe1206190a1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-14T10:42:19.444Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:42:19.444Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:19.447Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:19.447Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:42:19.547Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:19.549Z||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-14T10:42:19.549Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:19.560Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:19.561Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:20.447Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:42:20.448Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:20.450Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:20.450Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-14T10:42:20.550Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:20.551Z||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-14T10:42:20.551Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:20.563Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:20.564Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:42:21.451Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:42:21.452Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:21.454Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:21.454Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-14T10:42:21.554Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:21.555Z||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-14T10:42:21.555Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:21.563Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:21.564Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:22.455Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:42:22.456Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:22.458Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:22.458Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:42:22.558Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:22.559Z||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-14T10:42:22.559Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:22.576Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:22.577Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:23.458Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:42:23.460Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:23.462Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:23.462Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-14T10:42:23.562Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:23.564Z||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-14T10:42:23.564Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:23.575Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:23.575Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:24.463Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:42:24.464Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:24.466Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:24.466Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:42:24.567Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:24.568Z||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-14T10:42:24.568Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:24.576Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:24.577Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:42:25.467Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:42:25.468Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:25.470Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:25.470Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-14T10:42:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:42:25.474Z||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-14T10:42:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:25.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:25.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:42:25.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "aai-ml", "timestamp": 1673692769621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_ERROR" } 2023-01-14T10:42:25.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:42:25.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:42:25.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "aai-ml", "timestamp": 1673692770626, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-14T10:42:25.504Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f2a234f9-0fa2-4fbc-b340-bccdb1617d4a 2023-01-14T10:42:25.505Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2a234f9-0fa2-4fbc-b340-bccdb1617d4a 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-14T10:42:25.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:42:25.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "386ed67a-c2c5-40db-b39c-23e4aae5545a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692805184, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:42:25.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:42:25.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:42:25.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:42:25.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:42:25.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:42:25.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:42:25.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:42:25.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:42:25.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:42:25.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:42:25.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:42:25.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:42:25.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:42:25.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:42:25.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:42:25.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:42:25.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:42:25.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/resourceInstances/pnfc697404ceaaf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:42:25.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:42:25.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:42:25.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:42:25.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:42:25.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:42:25.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:42:25.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:42:25.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:42:25.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692818999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:42:25.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:42:25.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:42:25.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692821277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXa6zyxiplvyclfuxbiv6/1.0/artifacts/service-DemoPnfXa6zyxiplvyclfuxbiv6-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:42:25.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:42:25.570Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:25.571Z||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-14T10:42:25.571Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:25.582Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:25.583Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:26.471Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:42:26.472Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:26.473Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:26.474Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:42:26.574Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:26.575Z||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-14T10:42:26.575Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:26.583Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:26.584Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:27.474Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:42:27.475Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:27.477Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:27.477Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:42:27.577Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:27.579Z||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-14T10:42:27.579Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:27.588Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:27.588Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:42:28.478Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||sending notification to client: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "4ce7be9f-f5d6-4227-9059-08601519f558", "serviceDescription": "service", "serviceInvariantUUID": "0fc9d663-22df-452c-878b-eae2afac2ce9", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "ddcd906f-91d1-48fa-b572-eb794fee58db", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2ed8f568-b8db-41f2-b469-6456d5f2b850", "resourceInvariantUUID": "818291dc-0d96-4b03-91f9-28399c7af0da", "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": "e41f81e9-64cb-4461-aa0b-d37742547c6e", "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": "190986cd-d48e-4870-9253-9b2eb68fcf38", "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": "MzE1ZDc0ZGQ0ODZhNGY1ODRmNjJmNzhkYzIyMGZhNzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3c04d750-af09-4e85-965d-43d224c67c57", "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": "7aa9ea05-ff91-4f72-8450-b7b3b9a8d9d4", "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": "57fdd84e-679c-482f-aca5-823b35908d3b", "generatedFromUUID": "7aa9ea05-ff91-4f72-8450-b7b3b9a8d9d4" }, "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": "57fdd84e-679c-482f-aca5-823b35908d3b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NDA3ODg5YmJiMDAwM2Q4MmVhMmJmODUzNzVhZjVmYWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "067b23f0-743e-44b2-84dc-5fe1206190a1" } ], "workloadContext": "Production" } 2023-01-14T10:42:28.479Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-14T10:42:28.479Z|132c8da3-c5cb-40a2-a122-72c01a02cd66|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4ce7be9f-f5d6-4227-9059-08601519f558 ASDC 2023-01-14T10:42:28.479Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||ASDC Notification: DistributionID:f2a234f9-0fa2-4fbc-b340-bccdb1617d4a ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:4ce7be9f-f5d6-4227-9059-08601519f558 ServiceInvariantUUID:0fc9d663-22df-452c-878b-eae2afac2ce9 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:067b23f0-743e-44b2-84dc-5fe1206190a1 ArtifactChecksum:NDA3ODg5YmJiMDAwM2Q4MmVhMmJmODUzNzVhZjVmYWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:ddcd906f-91d1-48fa-b572-eb794fee58db ResourceInvariantUUID:818291dc-0d96-4b03-91f9-28399c7af0da ResourceName:basic_cnf ResourceType:VF ResourceUUID:2ed8f568-b8db-41f2-b469-6456d5f2b850 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:e41f81e9-64cb-4461-aa0b-d37742547c6e 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:190986cd-d48e-4870-9253-9b2eb68fcf38 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:3c04d750-af09-4e85-965d-43d224c67c57 ArtifactChecksum:MzE1ZDc0ZGQ0ODZhNGY1ODRmNjJmNzhkYzIyMGZhNzE= 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:7aa9ea05-ff91-4f72-8450-b7b3b9a8d9d4 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:57fdd84e-679c-482f-aca5-823b35908d3b 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:57fdd84e-679c-482f-aca5-823b35908d3b ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-14T10:42:28.479Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ce7be9f-f5d6-4227-9059-08601519f558 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-14T10:42:28.517Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:42:28.517Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:42:28.517Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:42:28.518Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||Trying to download the artifact UUID: 067b23f0-743e-44b2-84dc-5fe1206190a1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-14T10:42:28.518Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:42:28.518Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-14T10:42:28.641Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:42:28.644Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 067b23f0-743e-44b2-84dc-5fe1206190a1 73681 2023-01-14T10:42:28.645Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:28.645Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:28.645Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:42:28.645Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:28.647Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:28.647Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692948645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:42:28.747Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:28.748Z||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-14T10:42:28.749Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:28.760Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:28.761Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:42:29.648Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:42:29.649Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:42:29.649Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||Trying to write artifact UUID: 067b23f0-743e-44b2-84dc-5fe1206190a1, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-14T10:42:29.650Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-14T10:42:29.650Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-14T10:42:29.651Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-14T10:42:29.763Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2711825657573609181/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-14T10:42:30.869Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||CSAR conformance level is 11.0 2023-01-14T10:42:30.869Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|WARN|500||#################################################################################################### 2023-01-14T10:42:30.870Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-14T10:42:30.870Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-14T10:42:30.870Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:30.870Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:30.870Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:30.871Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:30.871Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|WARN|500||#################################################################################################### 2023-01-14T10:42:30.871Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:30.872Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:30.872Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-14T10:42:30.872Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T10:42:30.873Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:42:30.873Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:30.873Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:30.873Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-14T10:42:30.874Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T10:42:30.874Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:42:30.874Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:30.874Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:30.874Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:30.875Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-14T10:42:30.875Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-14T10:42:30.875Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template dummy is not matching search criteria 2023-01-14T10:42:30.875Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-14T10:42:30.875Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:30.875Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T10:42:30.876Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:30.876Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-14T10:42:30.877Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:42:30.877Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:30.877Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-14T10:42:30.877Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:42:30.878Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:30.878Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-14T10:42:30.878Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:42:30.879Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:30.879Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-14T10:42:30.879Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-14T10:42:30.879Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=655a9d81-b13c-4acc-985d-23bf07d2c1c2 2023-01-14T10:42:30.880Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:30.880Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:30.880Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:30.880Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:30.880Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:30.881Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:30.881Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:30.881Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:30.881Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:4ce7be9f-f5d6-4227-9059-08601519f558 Model Version:NULL Model InvariantUuid:0fc9d663-22df-452c-878b-eae2afac2ce9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:362ee31d-4224-4d41-8330-251407c8da5c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:818291dc-0d96-4b03-91f9-28399c7af0da Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ddcd906f-91d1-48fa-b572-eb794fee58db NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:32c809ce-477f-46c0-92c8-c55db56c5d43 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:0227d0b3-25de-4fe6-954b-ac674eaa594a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:655a9d81-b13c-4acc-985d-23bf07d2c1c2 ModelInvariantUuid:bf16359b-f02f-49a1-8098-b176955b683a ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:5eba08c5-2e35-4e44-939d-5951b1d62526 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:c9dca5e6-d3ae-4291-9b55-43d516c7fe5f ModelInvariantUuid:cb554156-1bb8-4a44-8356-49d535b22604 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:8aec464b-47d6-4d22-8ecd-493f1459fd33 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-14T10:42:30.893Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 2ed8f568-b8db-41f2-b469-6456d5f2b850 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-14T10:42:30.900Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||basic_cnf 0 2023-01-14T10:42:30.900Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 2ed8f568-b8db-41f2-b469-6456d5f2b850 2023-01-14T10:42:30.900Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||Trying to download the artifact UUID: e41f81e9-64cb-4461-aa0b-d37742547c6e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-14T10:42:30.901Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:42:30.901Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:30.956Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:42:30.956Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e41f81e9-64cb-4461-aa0b-d37742547c6e 12 2023-01-14T10:42:30.957Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:30.957Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:30.957Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:42:30.957Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:30.960Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:30.960Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692950957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:42:31.060Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:31.061Z||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-14T10:42:31.061Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:31.070Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:31.070Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:31.960Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||Trying to download the artifact UUID: 190986cd-d48e-4870-9253-9b2eb68fcf38 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-14T10:42:31.961Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:42:31.961Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:32.020Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:42:32.021Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 190986cd-d48e-4870-9253-9b2eb68fcf38 2688 2023-01-14T10:42:32.021Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:32.021Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:32.022Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:42:32.022Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:32.025Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:32.025Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692952021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-14T10:42:32.125Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-14T10:42:32.126Z||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-14T10:42:32.126Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:32.134Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:32.134Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:33.029Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||Trying to download the artifact UUID: 3c04d750-af09-4e85-965d-43d224c67c57 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-14T10:42:33.029Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:42:33.029Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:33.075Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:42:33.075Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 3c04d750-af09-4e85-965d-43d224c67c57 828 2023-01-14T10:42:33.075Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:33.076Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:33.076Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:42:33.076Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:33.077Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:33.078Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692953075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:42:33.178Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:33.179Z||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-14T10:42:33.179Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:33.189Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:33.189Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:42:34.078Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "32c809ce-477f-46c0-92c8-c55db56c5d43", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0227d0b3-25de-4fe6-954b-ac674eaa594a", "vfModuleModelCustomizationUUID": "ad29a918-67f7-4fed-b61b-ef3e104146eb", "isBase": true, "artifacts": [ "7aa9ea05-ff91-4f72-8450-b7b3b9a8d9d4", "190986cd-d48e-4870-9253-9b2eb68fcf38", "57fdd84e-679c-482f-aca5-823b35908d3b" ], "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-14T10:42:34.081Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0227d0b3-25de-4fe6-954b-ac674eaa594a VfModuleModelInvariantUUID:32c809ce-477f-46c0-92c8-c55db56c5d43 VfModuleModelDescription:NULL Artifacts UUID List:{ 7aa9ea05-ff91-4f72-8450-b7b3b9a8d9d4 , 190986cd-d48e-4870-9253-9b2eb68fcf38 , 57fdd84e-679c-482f-aca5-823b35908d3b } 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-14T10:42:34.083Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "32c809ce-477f-46c0-92c8-c55db56c5d43", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0227d0b3-25de-4fe6-954b-ac674eaa594a", "vfModuleModelCustomizationUUID": "ad29a918-67f7-4fed-b61b-ef3e104146eb", "isBase": true, "artifacts": [ "7aa9ea05-ff91-4f72-8450-b7b3b9a8d9d4", "190986cd-d48e-4870-9253-9b2eb68fcf38", "57fdd84e-679c-482f-aca5-823b35908d3b" ], "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-14T10:42:34.083Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0227d0b3-25de-4fe6-954b-ac674eaa594a VfModuleModelInvariantUUID:32c809ce-477f-46c0-92c8-c55db56c5d43 VfModuleModelDescription:NULL Artifacts UUID List:{ 7aa9ea05-ff91-4f72-8450-b7b3b9a8d9d4 , 190986cd-d48e-4870-9253-9b2eb68fcf38 , 57fdd84e-679c-482f-aca5-823b35908d3b } 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-14T10:42:34.083Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||Trying to download the artifact UUID: 7aa9ea05-ff91-4f72-8450-b7b3b9a8d9d4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-14T10:42:34.083Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:42:34.084Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:34.143Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:42:34.144Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7aa9ea05-ff91-4f72-8450-b7b3b9a8d9d4 1164 2023-01-14T10:42:34.144Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:34.144Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:34.144Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:42:34.145Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:34.146Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:34.146Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692954144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:42:34.247Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:34.247Z||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-14T10:42:34.248Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:34.258Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:34.259Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:35.147Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||Trying to download the artifact UUID: 57fdd84e-679c-482f-aca5-823b35908d3b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-14T10:42:35.148Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:42:35.148Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:35.204Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:42:35.204Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 57fdd84e-679c-482f-aca5-823b35908d3b 200 2023-01-14T10:42:35.204Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:35.204Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:35.205Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:42:35.205Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:35.206Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:35.207Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692955204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:42:35.307Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:35.307Z||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-14T10:42:35.308Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:35.323Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:35.324Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:36.207Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Preparing to deploy Service: 4ce7be9f-f5d6-4227-9059-08601519f558 2023-01-14T10:42:36.207Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2ed8f568-b8db-41f2-b469-6456d5f2b850 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 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-14T10:42:36.226Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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 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-14T10:42:36.231Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@679df91e, org.onap.sdc.toscaparser.api.parameters.Input@8e9fd5b, org.onap.sdc.toscaparser.api.parameters.Input@461a602b, org.onap.sdc.toscaparser.api.parameters.Input@519550d6, org.onap.sdc.toscaparser.api.parameters.Input@594806f3] 2023-01-14T10:42:36.232Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:36.232Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:36.233Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||VF Category is: Generic 2023-01-14T10:42:36.233Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||VFCustomizationUUID= ddcd906f-91d1-48fa-b572-eb794fee58db 2023-01-14T10:42:36.233Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ddcd906f-91d1-48fa-b572-eb794fee58db matches Tosca VF Customization UUID: ddcd906f-91d1-48fa-b572-eb794fee58db 2023-01-14T10:42:36.233Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||vfCustomizationUUID: ddcd906f-91d1-48fa-b572-eb794fee58db 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-14T10:42:36.235Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:36.235Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:36.236Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||resource request for resource customization id ddcd906f-91d1-48fa-b572-eb794fee58db: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-14T10:42:36.236Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70eaf930 2023-01-14T10:42:36.236Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:36.237Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T10:42:36.237Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ad29a918-67f7-4fed-b61b-ef3e104146eb 2023-01-14T10:42:36.237Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ad29a918-67f7-4fed-b61b-ef3e104146eb 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-14T10:42:36.239Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:36.240Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-14T10:42:36.240Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:42:36.240Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:36.240Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-14T10:42:36.241Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:42:36.241Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:36.241Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-14T10:42:36.241Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-14T10:42:36.242Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=655a9d81-b13c-4acc-985d-23bf07d2c1c2 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-14T10:42:36.244Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:36.244Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-14T10:42:36.244Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T10:42:36.244Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:36.245Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-14T10:42:36.245Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ddcd906f-91d1-48fa-b572-eb794fee58db 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-14T10:42:36.246Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:36.247Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:36.247Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500|| resourceSeq for service uuid 4ce7be9f-f5d6-4227-9059-08601519f558: basic_cnf 2023-01-14T10:42:36.247Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:36.247Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:36.247Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:36.248Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:36.248Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:36.248Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:36.248Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:36.249Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:36.249Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:42:36.249Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:42:36.249Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:36.322Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2ed8f568-b8db-41f2-b469-6456d5f2b850 1 ASDC deployResourceStructure 2023-01-14T10:42:36.324Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:36.324Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:36.324Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-14T10:42:36.325Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:36.327Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:36.327Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692956323, "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-14T10:42:36.427Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:36.428Z||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-14T10:42:36.428Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:36.438Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:36.438Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:37.329Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:37.329Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:37.329Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-14T10:42:37.330Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:37.331Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:37.331Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692957329, "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-14T10:42:37.432Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:37.432Z||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-14T10:42:37.433Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:37.442Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:37.443Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:38.332Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:38.333Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:38.333Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:42:38.333Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:38.335Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:38.335Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692958332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:42:38.435Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:38.436Z||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-14T10:42:38.436Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:38.447Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:38.448Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:42:39.336Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:39.336Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:39.336Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:42:39.337Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:39.339Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:39.339Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692959335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:42:39.440Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-14T10:42:39.441Z||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-14T10:42:39.441Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:39.453Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:39.453Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:40.341Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:40.341Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:40.341Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:42:40.341Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:40.343Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:40.343Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692960340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-14T10:42:40.443Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:40.444Z||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-14T10:42:40.445Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:40.454Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:40.454Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:41.344Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:41.344Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|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-14T10:42:41.345Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:42:41.345Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:42:41.346Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:42:41.347Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692961344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:42:41.447Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:42:41.447Z||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-14T10:42:41.448Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:42:41.455Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:42:41.456Z||pool-119-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:42:42.348Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2a234f9-0fa2-4fbc-b340-bccdb1617d4a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:42:42.357Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2a234f9-0fa2-4fbc-b340-bccdb1617d4a 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-14T10:42:42.360Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:42:42.360Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T10:42:42.360Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-14T10:42:42.361Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-14T10:42:42.361Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-01-14T10:42:42.361Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-14T10:42:42.366Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-14T10:43:12.368Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: f2a234f9-0fa2-4fbc-b340-bccdb1617d4a 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-14T10:43:12.374Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f2a234f9-0fa2-4fbc-b340-bccdb1617d4a and serviceModelVersionId: 4ce7be9f-f5d6-4227-9059-08601519f558 2023-01-14T10:43:12.375Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fc9d663-22df-452c-878b-eae2afac2ce9 2023-01-14T10:43:12.375Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0 2023-01-14T10:43:12.379Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|INFO|500||RestClientSSL using default SSL context! 2023-01-14T10:43:12.418Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a71cb1b-20ae-484c-8e18-4947798e4b68/model-vers/model-ver/805580a0-2dfc-4696-9d91-58682f263c38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?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-14T10:43:12.419Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Invoke 2023-01-14T10:43:13.964Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?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-14T10:43:13.965Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Invoke 2023-01-14T10:43:15.507Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?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-14T10:43:15.509Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Invoke 2023-01-14T10:43:16.534Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:43:16.535Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2023-01-14T10:43:16.536Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:43:16.536Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-14T10:43:16.543Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|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-14T10:43:16.543Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f2a234f9-0fa2-4fbc-b340-bccdb1617d4a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:43:16.544Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-01-14T10:43:16.544Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:43:16.546Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:43:16.546Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||try to send status { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692996543, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:43:16.646Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:43:16.647Z||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-14T10:43:16.647Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:43:16.664Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:43:16.664Z||pool-120-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-14T10:43:17.558Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:43:17.559Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:43:17.559Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:43:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:43:25.474Z||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-14T10:43:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:43:25.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:43:25.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37cd3b15-31bf-4702-89be-604ae802a5f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692856492, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:43:25.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:43:25.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:43:25.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:43:25.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:43:25.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:43:25.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-14T10:43:25.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:43:25.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:43:25.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:43:25.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-14T10:43:25.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:43:25.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:43:25.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:43:25.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:43:25.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-14T10:43:25.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692864657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:43:25.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:43:25.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692866918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:43:25.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:43:25.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692867979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:43:25.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:43:25.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692869084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:43:25.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:43:25.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692870217, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:43:25.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:43:25.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692871220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:43:25.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:43:25.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692872225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-14T10:43:25.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:43:25.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-14T10:43:25.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692873229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:43:25.498Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:43:27.876Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:43:27.877Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:43:27.877Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:43:27.877Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:43:37.460Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:43:37.461Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:43:37.461Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:43:37.461Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:43:47.002Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:43:47.002Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:43:47.003Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:43:47.003Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:43:56.560Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:43:56.560Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:43:56.561Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:43:56.561Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:44:06.131Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:44:25.470Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:44:25.471Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:44:25.471Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:44:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:44:25.474Z||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-14T10:44:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:44:25.497Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:44:25.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:44:25.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "132c8da3-c5cb-40a2-a122-72c01a02cd66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692938429, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:44:25.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:44:25.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:44:25.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:44:25.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-14T10:44:25.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:44:25.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-14T10:44:25.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-14T10:44:25.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:44:25.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-14T10:44:25.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-14T10:44:25.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:44:25.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-14T10:44:25.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-14T10:44:25.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:44:25.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-14T10:44:25.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-14T10:44:25.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:44:25.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:44:25.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-14T10:44:35.049Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:45:25.471Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:45:25.471Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:45:25.472Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:45:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:45:25.474Z||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-14T10:45:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:45:25.999Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:45:26.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-14T10:45:26.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-14T10:45:26.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:45:26.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-14T10:45:26.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692806204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:45:26.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-14T10:45:26.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692948645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:45:26.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:45:26.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692950957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:45:26.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:45:26.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692952021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-14T10:45:26.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:45:26.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692953075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T10:45:26.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:45:26.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692954144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:45:26.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:45:26.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692955204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-14T10:45:26.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:45:26.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692956323, "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-14T10:45:26.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:45:26.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692957329, "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-14T10:45:26.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:45:26.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692958332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T10:45:26.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:45:26.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692959335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:45:26.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:45:26.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692960340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-14T10:45:26.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:45:26.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692961344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:45:26.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:45:26.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T10:45:26.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2a234f9-0fa2-4fbc-b340-bccdb1617d4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673692996543, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:45:26.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:45:35.037Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:46:25.471Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:46:25.471Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:46:25.472Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:46:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:46:25.473Z||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-14T10:46:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:46:35.061Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:46:35.064Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:47:25.471Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:47:25.471Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:47:25.472Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:47:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:47:25.473Z||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-14T10:47:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:47:26.719Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:47:26.720Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||received message from topic 2023-01-14T10:47:26.720Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"33f2a8b3-d15e-42e8-9ce8-4a083aa43e11","serviceName":"Demo_pNF_c8V14OkhlzalTMad5iFU","serviceVersion":"1.0","serviceUUID":"44c2613c-1a53-452c-97a0-2a2ec5c0f6e6","serviceDescription":"catalog service description","serviceInvariantUUID":"6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33","resources":[{"resourceInstanceName":"pNF 958275d3-dbd8 0","resourceName":"pNF 958275d3-dbd8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d2680a7-b956-419a-a8e7-6722b1c976b0","resourceInvariantUUID":"3bf05842-6625-4796-a451-fa105140f64f","resourceCustomizationUUID":"17860b61-89db-4c29-9c35-8abe0de27bb2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vf-license-model.xml","artifactChecksum":"YmY3MWQyOWM5NzE5NDk0ZWIwOTM1YjQwY2E5YzIyOGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"120c2be7-3057-46b2-83fb-4ff1be7508b6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/pNF.csar","artifactChecksum":"ZjM0MWI0MDBhZjJkZWE4MzYwZTExMmVjYjU4M2ZlZmI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a5148f7-4a4f-4b1a-8fd9-e200e78a6967","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9fc8d2c7-ce4d-4101-9bc6-379190d24fe6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vendor-license-model.xml","artifactChecksum":"ZjVjY2NmZTNiZDM1NDYyMDI5MDg5ZTg5MTRiZWRiOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ad71a84-7dfe-4979-990f-e00f14a45e46","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3886510f-02c2-4d6d-ad57-21c6549feb44","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d95960f6-5de1-4bff-b89a-34606a4405ba","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfC8v14okhlzaltmad5ifu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-template.yml","artifactChecksum":"YWM1ZDlkYTg1NDFhMDY0MDNhMzFlYjJhM2RlNTBlYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea936058-9ccc-46f7-a891-48ca660bbe28","artifactVersion":"1"},{"artifactName":"service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar","artifactChecksum":"OGZlMTJjZWE0YjZjMzRhODllMTZjNzBjZjMxNGQxMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73daf3ec-358b-474e-88a1-71a7afc07a4b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-14T10:47:26.722Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:47:26.722Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:47:26.724Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:47:26.724Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||try to send status { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:47:26.824Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:47:26.825Z||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-14T10:47:26.825Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:47:26.833Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:47:26.833Z||pool-121-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:47:26.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:47:26.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:47:26.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "multicloud-k8s-id", "timestamp": 1673693244335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:47:26.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:47:27.724Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:47:27.725Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:47:27.727Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:47:27.727Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||try to send status { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:47:27.828Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:47:27.829Z||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-14T10:47:27.829Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:47:27.838Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:47:27.838Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:47:28.728Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:47:28.729Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:47:28.731Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:47:28.731Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||try to send status { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:47:28.831Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:47:28.832Z||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-14T10:47:28.832Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:47:28.844Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:47:28.844Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:47:29.732Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:47:29.733Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:47:29.735Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:47:29.735Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||try to send status { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:47:29.835Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:47:29.836Z||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-14T10:47:29.836Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:47:29.845Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:47:29.846Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:47:30.735Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:47:30.736Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:47:30.738Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:47:30.738Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||try to send status { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:47:30.838Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:47:30.839Z||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-14T10:47:30.839Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:47:30.850Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:47:30.850Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:47:31.739Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:47:31.739Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:47:31.741Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:47:31.741Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||try to send status { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:47:31.842Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:47:31.842Z||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-14T10:47:31.842Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:47:31.863Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:47:31.864Z||pool-126-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:47:32.742Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:47:32.743Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:47:32.744Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:47:32.745Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||try to send status { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:47:32.845Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:47:32.846Z||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-14T10:47:32.846Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:47:32.857Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:47:32.857Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:47:33.745Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:47:33.746Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:47:33.748Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:47:33.748Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||try to send status { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:47:33.849Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:47:33.849Z||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-14T10:47:33.850Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:47:33.857Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:47:33.857Z||pool-128-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:47:34.749Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||sending notification to client: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "serviceName": "Demo_pNF_c8V14OkhlzalTMad5iFU", "serviceVersion": "1.0", "serviceUUID": "44c2613c-1a53-452c-97a0-2a2ec5c0f6e6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33", "resources": [ { "resourceInstanceName": "pNF 958275d3-dbd8 0", "resourceCustomizationUUID": "17860b61-89db-4c29-9c35-8abe0de27bb2", "resourceName": "pNF 958275d3-dbd8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d2680a7-b956-419a-a8e7-6722b1c976b0", "resourceInvariantUUID": "3bf05842-6625-4796-a451-fa105140f64f", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "artifactChecksum": "OGZlMTJjZWE0YjZjMzRhODllMTZjNzBjZjMxNGQxMmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "73daf3ec-358b-474e-88a1-71a7afc07a4b" } ], "workloadContext": "Production" } 2023-01-14T10:47:34.750Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-14T10:47:34.750Z|386ed67a-c2c5-40db-b39c-23e4aae5545a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44c2613c-1a53-452c-97a0-2a2ec5c0f6e6 ASDC 2023-01-14T10:47:34.750Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||ASDC Notification: DistributionID:33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 ServiceName:Demo_pNF_c8V14OkhlzalTMad5iFU ServiceVersion:1.0 ServiceUUID:44c2613c-1a53-452c-97a0-2a2ec5c0f6e6 ServiceInvariantUUID:6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar ArtifactUUID:73daf3ec-358b-474e-88a1-71a7afc07a4b ArtifactChecksum:OGZlMTJjZWE0YjZjMzRhODllMTZjNzBjZjMxNGQxMmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 958275d3-dbd8 0 ResourceCustomizationUUID:17860b61-89db-4c29-9c35-8abe0de27bb2 ResourceInvariantUUID:3bf05842-6625-4796-a451-fa105140f64f ResourceName:pNF 958275d3-dbd8 ResourceType:PNF ResourceUUID:9d2680a7-b956-419a-a8e7-6722b1c976b0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-14T10:47:34.750Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44c2613c-1a53-452c-97a0-2a2ec5c0f6e6 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-14T10:47:34.775Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:47:34.776Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:47:34.776Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:47:34.776Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||Trying to download the artifact UUID: 73daf3ec-358b-474e-88a1-71a7afc07a4b from URL: /sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:34.777Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - download 2023-01-14T10:47:34.777Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:34.855Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T10:47:34.858Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 73daf3ec-358b-474e-88a1-71a7afc07a4b 87764 2023-01-14T10:47:34.859Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar ASDC sendASDCNotification 2023-01-14T10:47:34.859Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:34.859Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:47:34.859Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:47:34.861Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:47:34.861Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||try to send status { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693254859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:47:34.961Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:47:34.962Z||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-14T10:47:34.962Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:47:34.971Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:47:34.972Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:47:35.862Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:47:35.863Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||MSO config path is: /app 2023-01-14T10:47:35.863Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||Trying to write artifact UUID: 73daf3ec-358b-474e-88a1-71a7afc07a4b, URL: /sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar to file: /app/ASDC/1/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:35.864Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:35.865Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:35.865Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:35.971Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5306726922878452783/Definitions/service-DemoPnfC8v14okhlzaltmad5ifu-template.yml 2023-01-14T10:47:36.735Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||CSAR conformance level is 11.0 2023-01-14T10:47:36.736Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|WARN|500||#################################################################################################### 2023-01-14T10:47:36.736Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:36.736Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-14T10:47:36.736Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|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-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:36.736Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:36.737Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|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-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:36.737Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|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-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:36.737Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|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-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:36.737Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 958275d3-dbd8 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-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:36.737Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|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-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:36.738Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|WARN|500||#################################################################################################### 2023-01-14T10:47:36.738Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:47:36.738Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Service Demo_pNF_c8V14OkhlzalTMad5iFU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:47:36.738Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Node template pNF 958275d3-dbd8 0 is matching search criteria 2023-01-14T10:47:36.739Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T10:47:36.739Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Found topology templates [pNF 958275d3-dbd8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:47:36.739Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:47:36.739Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Service Demo_pNF_c8V14OkhlzalTMad5iFU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:47:36.740Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Node template pNF 958275d3-dbd8 0 is matching search criteria 2023-01-14T10:47:36.740Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T10:47:36.740Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Found topology templates [pNF 958275d3-dbd8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:47:36.740Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:47:36.740Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Service Demo_pNF_c8V14OkhlzalTMad5iFU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:47:36.741Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:47:36.741Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Service Demo_pNF_c8V14OkhlzalTMad5iFU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:47:36.741Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:47:36.741Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Service Demo_pNF_c8V14OkhlzalTMad5iFU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:47:36.742Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:47:36.742Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Service Demo_pNF_c8V14OkhlzalTMad5iFU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:47:36.742Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:47:36.742Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Service Demo_pNF_c8V14OkhlzalTMad5iFU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:47:36.742Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_c8V14OkhlzalTMad5iFU Description:catalog service description Model UUID:44c2613c-1a53-452c-97a0-2a2ec5c0f6e6 Model Version:NULL Model InvariantUuid:6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33 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-14T10:47:36.750Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 9d2680a7-b956-419a-a8e7-6722b1c976b0 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-14T10:47:36.760Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||pNF 958275d3-dbd8 0 2023-01-14T10:47:36.760Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 9d2680a7-b956-419a-a8e7-6722b1c976b0 2023-01-14T10:47:36.760Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||No resources found for Service: 44c2613c-1a53-452c-97a0-2a2ec5c0f6e6 2023-01-14T10:47:36.761Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Preparing to deploy Service: 44c2613c-1a53-452c-97a0-2a2ec5c0f6e6 2023-01-14T10:47:36.761Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 958275d3-dbd8 0 9d2680a7-b956-419a-a8e7-6722b1c976b0 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-14T10:47:36.769Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d50464, org.onap.sdc.toscaparser.api.parameters.Input@4fd8d88a, org.onap.sdc.toscaparser.api.parameters.Input@32e98fed, org.onap.sdc.toscaparser.api.parameters.Input@67587403, org.onap.sdc.toscaparser.api.parameters.Input@4900aaa8] 2023-01-14T10:47:36.770Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:47:36.770Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Service Demo_pNF_c8V14OkhlzalTMad5iFU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:47:36.770Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500|| resourceSeq for service uuid 44c2613c-1a53-452c-97a0-2a2ec5c0f6e6: pNF 958275d3-dbd8 2023-01-14T10:47:36.770Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||Processing PNF resource: 9d2680a7-b956-419a-a8e7-6722b1c976b0 2023-01-14T10:47:36.771Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:47:36.771Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Service Demo_pNF_c8V14OkhlzalTMad5iFU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:47:36.771Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||Resource customization UUID: 17860b61-89db-4c29-9c35-8abe0de27bb2 is the same as notified resource customizationUUID: 17860b61-89db-4c29-9c35-8abe0de27bb2 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-14T10:47:36.818Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 958275d3-dbd8 9d2680a7-b956-419a-a8e7-6722b1c976b0 0 ASDC deployResourceStructure 2023-01-14T10:47:36.818Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar ASDC sendASDCNotification 2023-01-14T10:47:36.818Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar 2023-01-14T10:47:36.818Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:47:36.819Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:47:36.821Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:47:36.821Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||try to send status { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693256818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:47:36.923Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-14T10:47:36.924Z||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-14T10:47:36.924Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:47:36.937Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:47:36.938Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:47:37.822Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:47:37.833Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 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-14T10:47:37.836Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:47:37.836Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:47:37.836Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:48:07.839Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:48:07.872Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 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-14T10:48:07.875Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:48:07.875Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:48:07.875Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:48:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:48:25.474Z||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-14T10:48:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:48:25.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:48:25.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:48:25.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "cds", "timestamp": 1673693240153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:48:25.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:48:37.875Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:48:37.885Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 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-14T10:48:37.886Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:48:37.886Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:48:37.887Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:49:07.887Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:49:07.898Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 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-14T10:49:07.903Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:49:07.903Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:49:07.903Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:49:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:49:25.474Z||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-14T10:49:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:49:25.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:49:25.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:49:25.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:49:25.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:49:37.903Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:49:37.913Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 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-14T10:49:37.915Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:49:37.915Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:49:37.915Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:50:07.915Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:50:07.924Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 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-14T10:50:07.926Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:50:07.926Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:50:07.926Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:50:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:50:25.474Z||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-14T10:50:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:50:26.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:50:26.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "multicloud-k8s-id", "timestamp": 1673693244335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "cds", "timestamp": 1673693240153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693245645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "multicloud-k8s-id", "timestamp": 1673693244335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "cds", "timestamp": 1673693240153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693245645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "multicloud-k8s-id", "timestamp": 1673693244335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "cds", "timestamp": 1673693240153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693245645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "multicloud-k8s-id", "timestamp": 1673693244335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "cds", "timestamp": 1673693240153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693245645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "multicloud-k8s-id", "timestamp": 1673693244335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "cds", "timestamp": 1673693240153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693245645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "multicloud-k8s-id", "timestamp": 1673693244335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "cds", "timestamp": 1673693240153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693245645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "multicloud-k8s-id", "timestamp": 1673693244335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:50:26.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693245471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:50:26.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "cds", "timestamp": 1673693240153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:50:26.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693245645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693254859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:50:26.020Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:50:26.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "cds", "timestamp": 1673693253351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:50:26.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:50:26.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693245645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:50:26.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "cds", "timestamp": 1673693254360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-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-14T10:50:26.027Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 2023-01-14T10:50:26.027Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 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-14T10:50:26.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693254400, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:50:26.035Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:50:26.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "ves-openapi-manager", "timestamp": 1673693255387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693256818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:50:26.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:50:26.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "ves-openapi-manager", "timestamp": 1673693255387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693256447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:50:26.037Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:50:26.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "ves-openapi-manager", "timestamp": 1673693255387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693257450, "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-14T10:50:26.043Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 2023-01-14T10:50:26.043Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 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-14T10:50:26.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "ves-openapi-manager", "timestamp": 1673693255387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "ves-openapi-manager", "timestamp": 1673693255387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "ves-openapi-manager", "timestamp": 1673693255387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-14T10:50:26.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "ves-openapi-manager", "timestamp": 1673693255387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "ves-openapi-manager", "timestamp": 1673693255387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "ves-openapi-manager", "timestamp": 1673693264152, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:50:26.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:50:26.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "aai-ml", "timestamp": 1673693262661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "ves-openapi-manager", "timestamp": 1673693265192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:50:26.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:50:26.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "aai-ml", "timestamp": 1673693262661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "ves-openapi-manager", "timestamp": 1673693266195, "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-14T10:50:26.061Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 2023-01-14T10:50:26.061Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 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-14T10:50:26.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "aai-ml", "timestamp": 1673693262661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "aai-ml", "timestamp": 1673693262661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "aai-ml", "timestamp": 1673693262661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "aai-ml", "timestamp": 1673693262661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/resourceInstances/pnf958275d3dbd80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "aai-ml", "timestamp": 1673693262661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:50:26.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "aai-ml", "timestamp": 1673693262661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:50:26.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-14T10:50:26.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "aai-ml", "timestamp": 1673693271536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:50:26.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:50:26.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "aai-ml", "timestamp": 1673693277355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8v14okhlzaltmad5ifu/1.0/artifacts/service-DemoPnfC8v14okhlzaltmad5ifu-csar.csar", "status": "DEPLOY_ERROR" } 2023-01-14T10:50:26.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:50:26.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-14T10:50:26.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "aai-ml", "timestamp": 1673693278359, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-14T10:50:26.080Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 2023-01-14T10:50:26.081Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 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-14T10:50:37.926Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:50:37.936Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 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-14T10:50:37.939Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:50:37.939Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T10:50:37.939Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-14T10:50:37.939Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-14T10:50:37.939Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-14T10:50:37.939Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-01-14T10:50:37.939Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-14T10:50:37.944Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-14T10:51:07.944Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 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-14T10:51:07.949Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 and serviceModelVersionId: 44c2613c-1a53-452c-97a0-2a2ec5c0f6e6 2023-01-14T10:51:07.949Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33 2023-01-14T10:51:07.950Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0 2023-01-14T10:51:07.954Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64313463-b41e-4208-9037-f9445b33f740/model-vers/model-ver/428d69a2-467f-4094-bf29-4cc9ae9ab9f7?depth=0|INFO|500||RestClientSSL using default SSL context! 2023-01-14T10:51:07.990Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||Invoke 2023-01-14T10:51:07.990Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33f2a8b3-d15e-42e8-9ce8-4a083aa43e11], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[949301e2-9892-4d17-81a6-ea2956de67ac], X-ECOMP-RequestID=[33f2a8b3-d15e-42e8-9ce8-4a083aa43e11], X-TransactionId=[], X-ONAP-RequestID=[33f2a8b3-d15e-42e8-9ce8-4a083aa43e11], Content-Type=[application/merge-patch+json]} 2023-01-14T10:51:09.516Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||Invoke 2023-01-14T10:51:09.517Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33f2a8b3-d15e-42e8-9ce8-4a083aa43e11], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d9dd981a-66e6-4741-a203-adf67c5330a8], X-ECOMP-RequestID=[33f2a8b3-d15e-42e8-9ce8-4a083aa43e11], X-TransactionId=[], X-ONAP-RequestID=[33f2a8b3-d15e-42e8-9ce8-4a083aa43e11], Content-Type=[application/merge-patch+json]} 2023-01-14T10:51:11.062Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||Invoke 2023-01-14T10:51:11.063Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33f2a8b3-d15e-42e8-9ce8-4a083aa43e11], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f66a93c7-1358-4a27-9a60-4df046e9fa8f], X-ECOMP-RequestID=[33f2a8b3-d15e-42e8-9ce8-4a083aa43e11], X-TransactionId=[], X-ONAP-RequestID=[33f2a8b3-d15e-42e8-9ce8-4a083aa43e11], Content-Type=[application/merge-patch+json]} 2023-01-14T10:51:12.087Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:51:12.087Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2023-01-14T10:51:12.088Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:51:12.088Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-14T10:51:12.094Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|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-14T10:51:12.095Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33f2a8b3-d15e-42e8-9ce8-4a083aa43e11 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T10:51:12.095Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-01-14T10:51:12.095Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T10:51:12.097Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:51:12.097Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|DEBUG|500||try to send status { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693472095, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:51:12.198Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:51:12.198Z||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-14T10:51:12.199Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:51:12.210Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:51:12.211Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-14T10:51:13.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:51:13.112Z||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-14T10:51:13.112Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:51:23.370Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:51:23.371Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:51:23.371Z||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-14T10:51:23.371Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:51:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:51:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:51:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:51:26.095Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:51:26.096Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T10:51:26.096Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "33f2a8b3-d15e-42e8-9ce8-4a083aa43e11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693472095, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T10:51:26.096Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:51:32.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:51:32.913Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:51:32.913Z||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-14T10:51:32.913Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:51:42.494Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:51:42.495Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:51:42.496Z||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-14T10:51:42.496Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:51:52.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:52:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:52:25.471Z||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-14T10:52:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:52:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:52:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:52:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:52:35.040Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:52:35.085Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:53:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:53:25.471Z||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-14T10:53:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:53:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:53:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T10:53:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:53:35.025Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:53:35.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:54:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:54:25.471Z||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-14T10:54:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:54:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:54:25.474Z||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-14T10:54:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:54:35.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:54:35.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:55:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:55:25.472Z||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-14T10:55:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:55:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:55:25.474Z||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-14T10:55:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:55:35.019Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:55:35.022Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:56:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:56:25.471Z||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-14T10:56:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:56:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:56:25.474Z||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-14T10:56:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:56:28.145Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:56:28.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-14T10:56:28.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d22b54cc-357a-497e-a52a-e715eaf11aa3","serviceName":"Demo_pNF_hF1aJidZHjTyvrPKhw7j","serviceVersion":"1.0","serviceUUID":"a18468ae-af83-4577-90b6-ff239310e571","serviceDescription":"catalog service description","serviceInvariantUUID":"13feb522-8e17-4fc3-b7ae-26b423d53252","resources":[{"resourceInstanceName":"pNF cb3acd1b-1f03 0","resourceName":"pNF cb3acd1b-1f03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4f550479-6840-41d4-8b3c-8511416c138b","resourceInvariantUUID":"3a43b244-21c0-440e-8ff2-6885ec7d31e7","resourceCustomizationUUID":"72958d89-992f-403c-9a08-6a5bdffd7af1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vf-license-model.xml","artifactChecksum":"ZGI1MGVmM2Y1YmNhMjBiNzBmYjRjNDdiMTA2NWI1ODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23ce7f0b-6322-4bd7-8522-1aeb82893f64","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/pNF.csar","artifactChecksum":"ZjM0MWI0MDBhZjJkZWE4MzYwZTExMmVjYjU4M2ZlZmI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"501c0774-d4ff-465b-a710-45ab89645721","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9893e50-81bc-47a9-b365-702a8d4e3672","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vendor-license-model.xml","artifactChecksum":"NTU1YWE3MDAwNzY0MTYyYzQzMjcyODJjOWZjY2M2NGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4dbc5b46-082e-44d3-b92b-10c7c6535eb5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7b1034a-81ad-43a6-a14b-86f61b2f08da","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a132a2b9-6671-4d43-8746-5be2716bd51d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHf1ajidzhjtyvrpkhw7j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-template.yml","artifactChecksum":"MGViMGEyZjlmY2NlMmZhMzg1YmE2MWFlYTc0MGZlYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83019ce0-1d44-45d5-8e88-89b45e398d4e","artifactVersion":"1"},{"artifactName":"service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar","artifactChecksum":"OWQ1NDNlZDVlYWM1YjFkNGFlZGM1YzcyMzNhNDY3NDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"643895c2-4dca-4666-9970-f20f5bc70365","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-14T10:56:28.149Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:56:28.149Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:56:28.152Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:56:28.153Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:56:28.253Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:56:28.254Z||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-14T10:56:28.254Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:56:28.262Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:56:28.262Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:56:28.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:56:28.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:56:28.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:56:28.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:56:29.153Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:56:29.154Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:56:29.156Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:56:29.156Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:56:29.256Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:56:29.257Z||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-14T10:56:29.257Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:56:29.268Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:56:29.268Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:56:30.156Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:56:30.157Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:56:30.159Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:56:30.159Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:56:30.260Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-14T10:56:30.261Z||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-14T10:56:30.261Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:56:30.270Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:56:30.270Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:56:31.160Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:56:31.161Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:56:31.163Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:56:31.163Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:56:31.263Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:56:31.264Z||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-14T10:56:31.264Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:56:31.274Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:56:31.275Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:56:32.164Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:56:32.165Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:56:32.166Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:56:32.166Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:56:32.267Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:56:32.268Z||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-14T10:56:32.268Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:56:32.294Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:56:32.294Z||pool-136-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:56:33.167Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:56:33.168Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:56:33.170Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:56:33.170Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:56:33.270Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:56:33.271Z||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-14T10:56:33.271Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:56:33.280Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:56:33.281Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:56:34.170Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:56:34.171Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:56:34.176Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:56:34.176Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:56:34.276Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:56:34.277Z||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-14T10:56:34.277Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:56:34.288Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:56:34.289Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-14T10:56:35.177Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T10:56:35.177Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:56:35.179Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:56:35.179Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:56:35.280Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:56:35.281Z||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-14T10:56:35.281Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:56:35.290Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:56:35.291Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:56:36.182Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "serviceName": "Demo_pNF_hF1aJidZHjTyvrPKhw7j", "serviceVersion": "1.0", "serviceUUID": "a18468ae-af83-4577-90b6-ff239310e571", "serviceDescription": "catalog service description", "serviceInvariantUUID": "13feb522-8e17-4fc3-b7ae-26b423d53252", "resources": [ { "resourceInstanceName": "pNF cb3acd1b-1f03 0", "resourceCustomizationUUID": "72958d89-992f-403c-9a08-6a5bdffd7af1", "resourceName": "pNF cb3acd1b-1f03", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4f550479-6840-41d4-8b3c-8511416c138b", "resourceInvariantUUID": "3a43b244-21c0-440e-8ff2-6885ec7d31e7", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "artifactChecksum": "OWQ1NDNlZDVlYWM1YjFkNGFlZGM1YzcyMzNhNDY3NDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "643895c2-4dca-4666-9970-f20f5bc70365" } ], "workloadContext": "Production" } 2023-01-14T10:56:36.183Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-14T10:56:36.183Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a18468ae-af83-4577-90b6-ff239310e571 ASDC 2023-01-14T10:56:36.184Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:d22b54cc-357a-497e-a52a-e715eaf11aa3 ServiceName:Demo_pNF_hF1aJidZHjTyvrPKhw7j ServiceVersion:1.0 ServiceUUID:a18468ae-af83-4577-90b6-ff239310e571 ServiceInvariantUUID:13feb522-8e17-4fc3-b7ae-26b423d53252 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar ArtifactUUID:643895c2-4dca-4666-9970-f20f5bc70365 ArtifactChecksum:OWQ1NDNlZDVlYWM1YjFkNGFlZGM1YzcyMzNhNDY3NDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF cb3acd1b-1f03 0 ResourceCustomizationUUID:72958d89-992f-403c-9a08-6a5bdffd7af1 ResourceInvariantUUID:3a43b244-21c0-440e-8ff2-6885ec7d31e7 ResourceName:pNF cb3acd1b-1f03 ResourceType:PNF ResourceUUID:4f550479-6840-41d4-8b3c-8511416c138b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-14T10:56:36.184Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a18468ae-af83-4577-90b6-ff239310e571 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-14T10:56:36.220Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:56:36.221Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-14T10:56:36.221Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-14T10:56:36.221Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 643895c2-4dca-4666-9970-f20f5bc70365 from URL: /sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:36.221Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-14T10:56:36.221Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:36.306Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-14T10:56:36.312Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 643895c2-4dca-4666-9970-f20f5bc70365 87774 2023-01-14T10:56:36.313Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar ASDC sendASDCNotification 2023-01-14T10:56:36.313Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:36.313Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T10:56:36.313Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:56:36.316Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:56:36.316Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693796313, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:56:36.416Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T10:56:36.417Z||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-14T10:56:36.417Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:56:36.438Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:56:36.438Z||pool-140-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:56:37.317Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T10:56:37.318Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-14T10:56:37.319Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 643895c2-4dca-4666-9970-f20f5bc70365, URL: /sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar to file: /app/ASDC/1/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:37.319Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:37.320Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:37.320Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:37.422Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1147736371904087161/Definitions/service-DemoPnfHf1ajidzhjtyvrpkhw7j-template.yml 2023-01-14T10:56:38.140Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-14T10:56:38.140Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-14T10:56:38.140Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:38.140Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-14T10:56:38.141Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||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-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:38.141Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:38.141Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||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-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:38.141Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||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-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:38.141Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||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-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:38.141Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cb3acd1b-1f03 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-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:38.141Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||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-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:38.141Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-14T10:56:38.141Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:56:38.142Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hF1aJidZHjTyvrPKhw7j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:56:38.142Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Node template pNF cb3acd1b-1f03 0 is matching search criteria 2023-01-14T10:56:38.142Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-14T10:56:38.142Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF cb3acd1b-1f03 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:56:38.142Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:56:38.143Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hF1aJidZHjTyvrPKhw7j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:56:38.143Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Node template pNF cb3acd1b-1f03 0 is matching search criteria 2023-01-14T10:56:38.143Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-14T10:56:38.143Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF cb3acd1b-1f03 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T10:56:38.143Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:56:38.143Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hF1aJidZHjTyvrPKhw7j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:56:38.143Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:56:38.144Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hF1aJidZHjTyvrPKhw7j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:56:38.144Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:56:38.144Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hF1aJidZHjTyvrPKhw7j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:56:38.144Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:56:38.144Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hF1aJidZHjTyvrPKhw7j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:56:38.144Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:56:38.144Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hF1aJidZHjTyvrPKhw7j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:56:38.145Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_hF1aJidZHjTyvrPKhw7j Description:catalog service description Model UUID:a18468ae-af83-4577-90b6-ff239310e571 Model Version:NULL Model InvariantUuid:13feb522-8e17-4fc3-b7ae-26b423d53252 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-14T10:56:38.153Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4f550479-6840-41d4-8b3c-8511416c138b 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-14T10:56:38.156Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||pNF cb3acd1b-1f03 0 2023-01-14T10:56:38.156Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4f550479-6840-41d4-8b3c-8511416c138b 2023-01-14T10:56:38.156Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||No resources found for Service: a18468ae-af83-4577-90b6-ff239310e571 2023-01-14T10:56:38.156Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a18468ae-af83-4577-90b6-ff239310e571 2023-01-14T10:56:38.157Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cb3acd1b-1f03 0 4f550479-6840-41d4-8b3c-8511416c138b 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-14T10:56:38.164Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1edc741b, org.onap.sdc.toscaparser.api.parameters.Input@1ffbf7e4, org.onap.sdc.toscaparser.api.parameters.Input@3a251f20, org.onap.sdc.toscaparser.api.parameters.Input@32dab65d, org.onap.sdc.toscaparser.api.parameters.Input@4f5b60b1] 2023-01-14T10:56:38.164Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:56:38.164Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hF1aJidZHjTyvrPKhw7j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:56:38.164Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a18468ae-af83-4577-90b6-ff239310e571: pNF cb3acd1b-1f03 2023-01-14T10:56:38.164Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||Processing PNF resource: 4f550479-6840-41d4-8b3c-8511416c138b 2023-01-14T10:56:38.164Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T10:56:38.165Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hF1aJidZHjTyvrPKhw7j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T10:56:38.165Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||Resource customization UUID: 72958d89-992f-403c-9a08-6a5bdffd7af1 is the same as notified resource customizationUUID: 72958d89-992f-403c-9a08-6a5bdffd7af1 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-14T10:56:38.204Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cb3acd1b-1f03 4f550479-6840-41d4-8b3c-8511416c138b 0 ASDC deployResourceStructure 2023-01-14T10:56:38.205Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar ASDC sendASDCNotification 2023-01-14T10:56:38.205Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar 2023-01-14T10:56:38.205Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T10:56:38.205Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-14T10:56:38.207Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T10:56:38.207Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693798205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:56:38.308Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-14T10:56:38.308Z||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-14T10:56:38.308Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T10:56:38.316Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:56:38.317Z||pool-141-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T10:56:39.208Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:56:39.218Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 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-14T10:56:39.220Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:56:39.220Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:56:39.220Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:57:09.220Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:57:09.232Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 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-14T10:57:09.234Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:57:09.234Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:57:09.234Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:57:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:57:25.474Z||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-14T10:57:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:57:25.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:57:25.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:57:25.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "cds", "timestamp": 1673693780153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:57:25.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:57:39.234Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:57:39.251Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 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-14T10:57:39.253Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:57:39.253Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:57:39.253Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:58:09.254Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:58:09.265Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 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-14T10:58:09.267Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:58:09.268Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:58:09.268Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:58:25.474Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:58:25.475Z||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-14T10:58:25.476Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:58:25.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:58:25.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:58:25.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "multicloud-k8s-id", "timestamp": 1673693784335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:58:25.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:58:39.268Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:58:39.282Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 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-14T10:58:39.284Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:58:39.284Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:58:39.284Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:59:09.284Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:59:09.292Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 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-14T10:59:09.294Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:59:09.294Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T10:59:09.294Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T10:59:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T10:59:25.474Z||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-14T10:59:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T10:59:26.000Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T10:59:26.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693785645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "multicloud-k8s-id", "timestamp": 1673693784335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "cds", "timestamp": 1673693780153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693785645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "multicloud-k8s-id", "timestamp": 1673693784335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "cds", "timestamp": 1673693780153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693785645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "multicloud-k8s-id", "timestamp": 1673693784335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "cds", "timestamp": 1673693780153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693785645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "cds", "timestamp": 1673693780153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "multicloud-k8s-id", "timestamp": 1673693784335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693785645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "multicloud-k8s-id", "timestamp": 1673693784335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "cds", "timestamp": 1673693780153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693785645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "multicloud-k8s-id", "timestamp": 1673693784335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "cds", "timestamp": 1673693780153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693785645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693785471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:59:26.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "multicloud-k8s-id", "timestamp": 1673693784335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:59:26.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "cds", "timestamp": 1673693780153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:59:26.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693785645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:59:26.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "cds", "timestamp": 1673693794797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:59:26.012Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:59:26.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693796313, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:59:26.012Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:59:26.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693794392, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:59:26.012Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:59:26.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "ves-openapi-manager", "timestamp": 1673693795387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "cds", "timestamp": 1673693795806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-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-14T10:59:26.021Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d22b54cc-357a-497e-a52a-e715eaf11aa3 2023-01-14T10:59:26.022Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d22b54cc-357a-497e-a52a-e715eaf11aa3 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-14T10:59:26.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "ves-openapi-manager", "timestamp": 1673693795387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673693798205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:59:26.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:59:26.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693796321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T10:59:26.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:59:26.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "ves-openapi-manager", "timestamp": 1673693795387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673693797325, "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-14T10:59:26.036Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d22b54cc-357a-497e-a52a-e715eaf11aa3 2023-01-14T10:59:26.036Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d22b54cc-357a-497e-a52a-e715eaf11aa3 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-14T10:59:26.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "ves-openapi-manager", "timestamp": 1673693795387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "ves-openapi-manager", "timestamp": 1673693795387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "ves-openapi-manager", "timestamp": 1673693795387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-14T10:59:26.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "ves-openapi-manager", "timestamp": 1673693795387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "ves-openapi-manager", "timestamp": 1673693795387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "ves-openapi-manager", "timestamp": 1673693804212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T10:59:26.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:59:26.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "aai-ml", "timestamp": 1673693802661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "aai-ml", "timestamp": 1673693802661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "ves-openapi-manager", "timestamp": 1673693805244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-14T10:59:26.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:59:26.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "aai-ml", "timestamp": 1673693802661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "ves-openapi-manager", "timestamp": 1673693806247, "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-14T10:59:26.050Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d22b54cc-357a-497e-a52a-e715eaf11aa3 2023-01-14T10:59:26.050Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d22b54cc-357a-497e-a52a-e715eaf11aa3 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-14T10:59:26.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "aai-ml", "timestamp": 1673693802661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "aai-ml", "timestamp": 1673693802661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "aai-ml", "timestamp": 1673693802661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/resourceInstances/pnfcb3acd1b1f030/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "aai-ml", "timestamp": 1673693802661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T10:59:26.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "aai-ml", "timestamp": 1673693802661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "NOTIFIED" } 2023-01-14T10:59:26.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-14T10:59:26.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "aai-ml", "timestamp": 1673693811474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T10:59:26.059Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:59:26.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "aai-ml", "timestamp": 1673693817255, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHf1ajidzhjtyvrpkhw7j/1.0/artifacts/service-DemoPnfHf1ajidzhjtyvrpkhw7j-csar.csar", "status": "DEPLOY_ERROR" } 2023-01-14T10:59:26.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T10:59:26.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-14T10:59:26.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "aai-ml", "timestamp": 1673693818260, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-14T10:59:26.064Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d22b54cc-357a-497e-a52a-e715eaf11aa3 2023-01-14T10:59:26.064Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d22b54cc-357a-497e-a52a-e715eaf11aa3 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-14T10:59:39.294Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T10:59:39.304Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 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-14T10:59:39.308Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T10:59:39.308Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T10:59:39.308Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-14T10:59:39.308Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-14T10:59:39.309Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-14T10:59:39.309Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-01-14T10:59:39.309Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-14T10:59:39.314Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-14T11:00:09.315Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 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-14T11:00:09.319Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d22b54cc-357a-497e-a52a-e715eaf11aa3 and serviceModelVersionId: a18468ae-af83-4577-90b6-ff239310e571 2023-01-14T11:00:09.320Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13feb522-8e17-4fc3-b7ae-26b423d53252 2023-01-14T11:00:09.320Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0 2023-01-14T11:00:09.325Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-01-14T11:00:09.363Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||Invoke 2023-01-14T11:00:09.363Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d22b54cc-357a-497e-a52a-e715eaf11aa3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dc8d6e3f-f305-493d-87c2-dc7004e204ba], X-ECOMP-RequestID=[d22b54cc-357a-497e-a52a-e715eaf11aa3], X-TransactionId=[], X-ONAP-RequestID=[d22b54cc-357a-497e-a52a-e715eaf11aa3], Content-Type=[application/merge-patch+json]} 2023-01-14T11:00:10.895Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||Invoke 2023-01-14T11:00:10.895Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d22b54cc-357a-497e-a52a-e715eaf11aa3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[40692235-a699-4e91-8a6f-b0280713a724], X-ECOMP-RequestID=[d22b54cc-357a-497e-a52a-e715eaf11aa3], X-TransactionId=[], X-ONAP-RequestID=[d22b54cc-357a-497e-a52a-e715eaf11aa3], Content-Type=[application/merge-patch+json]} 2023-01-14T11:00:12.435Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||Invoke 2023-01-14T11:00:12.436Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d22b54cc-357a-497e-a52a-e715eaf11aa3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bee73da1-cdf2-4d87-aa88-1767f1ba8443], X-ECOMP-RequestID=[d22b54cc-357a-497e-a52a-e715eaf11aa3], X-TransactionId=[], X-ONAP-RequestID=[d22b54cc-357a-497e-a52a-e715eaf11aa3], Content-Type=[application/merge-patch+json]} 2023-01-14T11:00:13.463Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T11:00:13.464Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2023-01-14T11:00:13.465Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T11:00:13.465Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-14T11:00:13.470Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T11:00:13.470Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d22b54cc-357a-497e-a52a-e715eaf11aa3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T11:00:13.470Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-01-14T11:00:13.471Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T11:00:13.473Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T11:00:13.474Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673694013470, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T11:00:13.574Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T11:00:13.575Z||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-14T11:00:13.575Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:00:13.589Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:00:13.590Z||pool-142-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-14T11:00:14.486Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:00:14.486Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:00:14.487Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:00:24.764Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:00:24.766Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:00:24.766Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:00:24.767Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:00:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:00:25.474Z||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-14T11:00:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:00:26.105Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:00:26.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-14T11:00:26.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d22b54cc-357a-497e-a52a-e715eaf11aa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673694013470, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T11:00:26.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T11:00:34.331Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:00:34.332Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:00:34.333Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:00:34.333Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:00:43.898Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:00:43.899Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:00:43.900Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:00:43.900Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:00:53.441Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:01:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:01:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:01:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:01:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:01:25.475Z||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-14T11:01:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:01:35.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:01:35.036Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:02:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:02:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:02:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:02:25.474Z||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-14T11:02:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:02:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:02:35.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:02:35.039Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:03:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:03:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:03:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:03:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:03:25.474Z||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-14T11:03:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:03:35.029Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:03:35.038Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:04:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:04:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:04:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:04:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:04:25.474Z||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-14T11:04:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:04:35.017Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:04:35.023Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:05:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:05:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:05:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:05:25.473Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:05:25.474Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:05:25.474Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:05:35.020Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:05:35.020Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:06:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:06:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:06:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:06:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:06:25.474Z||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-14T11:06:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:06:35.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:06:35.021Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:07:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:07:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:07:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:07:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:07:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:07:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:07:35.016Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:07:35.034Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:08:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:08:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:08:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:08:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:08:25.474Z||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-14T11:08:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:08:35.012Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:08:35.013Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:09:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:09:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:09:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:09:25.473Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:09:25.474Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:09:25.474Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:09:35.020Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:09:35.021Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:10:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:10:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:10:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:10:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:10:25.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-14T11:10:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:10:35.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:10:35.023Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:11:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:11:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:11:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:11:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:11:25.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-14T11:11:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:11:35.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:11:35.031Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:12:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:12:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:12:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:12:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:12:25.474Z||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-14T11:12:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:12:35.027Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:12:35.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:13:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:13:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:13:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:13:25.473Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:13:25.474Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:13:25.474Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:13:35.026Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:13:35.026Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:14:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:14:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:14:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:14:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:14:25.473Z||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-14T11:14:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:14:35.015Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:14:35.017Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:15:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:15:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:15:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:15:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:15:25.474Z||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-14T11:15:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:15:35.017Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:15:35.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:16:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:16:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:16:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:16:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:16:25.473Z||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-14T11:16:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:16:35.020Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:16:35.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:17:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:17:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:17:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:17:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:17:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:17:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:17:35.012Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:17:35.024Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:18:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:18:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:18:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:18:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:18:25.473Z||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-14T11:18:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:18:35.026Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:18:35.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:19:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:19:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:19:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:19:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:19:25.474Z||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-14T11:19:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:19:35.030Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:19:35.031Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:20:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:20:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:20:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:20:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:20:25.474Z||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-14T11:20:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:20:35.016Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:20:35.025Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:21:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:21:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:21:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:21:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:21:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:21:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:21:35.039Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:21:35.041Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:22:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:22:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:22:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:22:25.474Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:22:25.474Z||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-14T11:22:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:22:35.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:22:35.048Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:23:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:23:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:23:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:23:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:23:25.474Z||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-14T11:23:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:23:35.021Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:23:35.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:24:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:24:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:24:25.474Z||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-14T11:24:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:24:25.475Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:24:25.475Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:24:35.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:24:35.051Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:25:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:25:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:25:25.473Z||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-14T11:25:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:25:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:25:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:25:35.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:25:35.037Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:26:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:26:25.472Z||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-14T11:26:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:26:25.474Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:26:25.474Z||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-14T11:26:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:26:35.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:26:35.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:27:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:27:25.471Z||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-14T11:27:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:27:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:27:25.473Z||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-14T11:27:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:27:35.033Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:27:35.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:28:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:28:25.471Z||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-14T11:28:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:28:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:28:25.473Z||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-14T11:28:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:28:35.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:28:35.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:29:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:29:25.472Z||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-14T11:29:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:29:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:29:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:29:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:29:35.019Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:29:35.019Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:30:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:30:25.471Z||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-14T11:30:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:30:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:30:25.474Z||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-14T11:30:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:30:35.028Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:30:35.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:31:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:31:25.472Z||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-14T11:31:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:31:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:31:25.474Z||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-14T11:31:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:31:35.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:31:35.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:32:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:32:25.471Z||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-14T11:32:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:32:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:32:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:32:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:32:35.020Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:32:35.024Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:33:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:33:25.472Z||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-14T11:33:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:33:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:33:25.473Z||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-14T11:33:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:33:35.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:33:35.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:34:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:34:25.472Z||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-14T11:34:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:34:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:34:25.474Z||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-14T11:34:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:34:35.033Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:34:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:35:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:35:25.471Z||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-14T11:35:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:35:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:35:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:35:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:35:35.039Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:35:35.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:36:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:36:25.472Z||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-14T11:36:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:36:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:36:25.474Z||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-14T11:36:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:36:35.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:36:35.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:37:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:37:25.472Z||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-14T11:37:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:37:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:37:25.473Z||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-14T11:37:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:37:35.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:37:35.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:38:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:38:25.471Z||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-14T11:38:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:38:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:38:25.473Z||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-14T11:38:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:38:35.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:38:35.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:39:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:39:25.472Z||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-14T11:39:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:39:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:39:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:39:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:39:35.026Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:39:35.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:40:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:40:25.471Z||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-14T11:40:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:40:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:40:25.473Z||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-14T11:40:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:40:35.038Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:40:35.038Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:41:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:41:25.472Z||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-14T11:41:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:41:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:41:25.474Z||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-14T11:41:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:41:35.045Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:41:35.049Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:42:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:42:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:42:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:42:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:42:25.474Z||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-14T11:42:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:42:35.030Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:42:35.033Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:43:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:43:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:43:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:43:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:43:25.474Z||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-14T11:43:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:43:35.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:43:35.050Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:44:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:44:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:44:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:44:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:44:25.474Z||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-14T11:44:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:44:35.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:44:35.039Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:45:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:45:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:45:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:45:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:45:25.473Z||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-14T11:45:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:45:35.058Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:45:35.058Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:46:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:46:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:46:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:46:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:46:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:46:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:46:35.015Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:46:35.030Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:47:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:47:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:47:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:47:25.473Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:47:25.474Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:47:25.474Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:47:35.035Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:47:35.042Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:48:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:48:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:48:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:48:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:48:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:48:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:48:35.041Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:48:35.045Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:49:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:49:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:49:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:49:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:49:25.474Z||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-14T11:49:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:49:35.029Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:49:35.065Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:50:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:50:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:50:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:50:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:50:25.474Z||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-14T11:50:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:50:35.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:50:35.042Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:51:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:51:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:51:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:51:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:51:25.474Z||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-14T11:51:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:51:35.017Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:51:35.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:52:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:52:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:52:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:52:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:52:25.474Z||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-14T11:52:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:52:35.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:52:35.025Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:53:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:53:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:53:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:53:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:53:25.474Z||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-14T11:53:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:53:35.024Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:53:35.044Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:54:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:54:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:54:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:54:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:54:25.473Z||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-14T11:54:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:54:35.043Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:54:35.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:55:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:55:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:55:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:55:25.473Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:55:25.474Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:55:25.474Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:55:35.018Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:55:35.019Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:56:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:56:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:56:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:56:25.473Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:56:25.474Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:56:25.474Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:56:35.010Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:56:35.056Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:57:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:57:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:57:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:57:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:57:25.473Z||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-14T11:57:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:57:35.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:57:35.030Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:58:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:58:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:58:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:58:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:58:25.473Z||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-14T11:58:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:58:35.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:58:35.040Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:59:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:59:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T11:59:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T11:59:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T11:59:25.474Z||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-14T11:59:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T11:59:35.016Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T11:59:35.024Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:00:25.471Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:00:25.472Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:00:25.472Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:00:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:00:25.474Z||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-14T12:00:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:00:35.040Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:00:35.041Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:01:25.471Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:01:25.471Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:01:25.472Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:01:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:01:25.474Z||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-14T12:01:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:01:35.016Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:01:35.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:02:25.471Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:02:25.471Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:02:25.471Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:02:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:02:25.474Z||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-14T12:02:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:02:35.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:02:35.043Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:03:25.471Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:03:25.471Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:03:25.471Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:03:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:03:25.473Z||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-14T12:03:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:03:35.018Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:03:35.028Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:04:25.471Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:04:25.471Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:04:25.472Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:04:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:04:25.474Z||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-14T12:04:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:04:35.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:04:35.060Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:05:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:05:25.471Z||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-14T12:05:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:05:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:05:25.474Z||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-14T12:05:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:05:35.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:05:35.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:06:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:06:25.471Z||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-14T12:06:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:06:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:06:25.473Z||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-14T12:06:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:06:35.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:06:35.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:07:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:07:25.471Z||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-14T12:07:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:07:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:07:25.473Z||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-14T12:07:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:07:35.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:07:35.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:08:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:08:25.471Z||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-14T12:08:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:08:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:08:25.474Z||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-14T12:08:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:08:35.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:08:35.040Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:09:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:09:25.471Z||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-14T12:09:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:09:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:09:25.474Z||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-14T12:09:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:09:35.022Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:09:35.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:10:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:10:25.472Z||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-14T12:10:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:10:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:10:25.473Z||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-14T12:10:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:10:35.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:10:35.070Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:11:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:11:25.472Z||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-14T12:11:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:11:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:11:25.475Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:11:25.475Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:11:35.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:11:35.034Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:12:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:12:25.471Z||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-14T12:12:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:12:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:12:25.473Z||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-14T12:12:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:12:35.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:12:35.050Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:13:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:13:25.472Z||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-14T12:13:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:13:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:13:25.474Z||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-14T12:13:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:13:35.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:13:35.024Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:14:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:14:25.472Z||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-14T12:14:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:14:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:14:25.474Z||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-14T12:14:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:14:35.025Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:14:35.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:15:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:15:25.472Z||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-14T12:15:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:15:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:15:25.474Z||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-14T12:15:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:15:35.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:15:35.037Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:16:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:16:25.472Z||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-14T12:16:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:16:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:16:25.474Z||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-14T12:16:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:16:35.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:16:35.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:17:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:17:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:17:25.474Z||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-14T12:17:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:17:25.474Z||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-14T12:17:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:17:35.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:17:35.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:25.471Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:18:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:18:25.472Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:18:25.475Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:18:25.475Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:32.518Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:32.519Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||received message from topic 2023-01-14T12:18:32.520Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"823fd0d4-624c-4010-9f37-e36ffb93a76e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"a139d473-988c-4792-9ef6-41913d15c77a","serviceDescription":"service","serviceInvariantUUID":"3c0e935c-5651-476b-869d-905e9bdcb21f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5316898d-21be-4253-b70c-6f020a2c673b","resourceInvariantUUID":"8218e348-fb92-465d-b40c-3b0af702cecc","resourceCustomizationUUID":"d0a53dae-8203-4df0-9616-e6e736e147f5","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":"YWIxZTcxYjY4YmE2ZWEyOTZkOGJmMjRkYjZlZGZkZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5016a301-c7cb-4d36-9bb2-060603d7d65e","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":"YjhmODRlMDkxYTc5M2JmMTlkMjE0OGY1MjJlNjc4MmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"78f49928-d8b1-43ba-bc65-7f7a1eca3790","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":"2a1adef9-bffe-4987-91ad-c1aa219c44a3","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":"fe78752e-6e0d-4468-9d13-ca6baccbc45a","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":"c190137d-239a-42ee-ad16-789ae61eba8e","artifactVersion":"2","generatedFromUUID":"6f3f359e-90ac-40e8-acae-e7a229492796"},{"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":"dd473d47-7afe-4985-b812-8536f05e2370","artifactVersion":"2","generatedFromUUID":"2a1adef9-bffe-4987-91ad-c1aa219c44a3"},{"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":"6f3f359e-90ac-40e8-acae-e7a229492796","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":"60cd8736-3380-4a5f-8f83-6974fd052d85","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":"ZGJhZTIxYWY3MTc2ZjYyMjExZDIyMWFjZTQ3MzU0NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f095e836-af0a-4852-b6eb-74e2f5783d76","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YzdkNWViMDU0OTA1OGRjN2Q0MmNjMDVlMzdiODkwZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a8e4b02-e9d3-4d6b-82af-d1c6caece613","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-14T12:18:32.525Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:18:32.526Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:32.531Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:32.531Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:18:32.631Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-14T12:18:32.633Z||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-14T12:18:32.633Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:32.644Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:32.645Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":2,"count":1} 2023-01-14T12:18:33.324Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:33.325Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:18:33.325Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:18:33.326Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:18:33.326Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:18:33.326Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698704335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:18:33.326Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:18:33.327Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:18:33.327Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698705645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:18:33.327Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:18:33.532Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:18:33.534Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:33.536Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:33.536Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-14T12:18:33.636Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:33.637Z||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-14T12:18:33.637Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:33.646Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:33.647Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:34.536Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:18:34.537Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:34.539Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:34.539Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-14T12:18:34.639Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:34.640Z||pool-145-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-14T12:18:34.640Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:34.651Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:34.652Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-14T12:18:35.540Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:18:35.540Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:35.542Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:35.542Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:18:35.643Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:35.643Z||pool-146-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-14T12:18:35.644Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:35.653Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:35.653Z||pool-146-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-01-14T12:18:36.543Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:18:36.544Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:36.546Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:36.546Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-14T12:18:36.646Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:36.647Z||pool-147-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-14T12:18:36.647Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:36.657Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:36.657Z||pool-147-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:37.547Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:18:37.548Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:37.550Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:37.550Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-14T12:18:37.650Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:37.651Z||pool-148-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-14T12:18:37.651Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:37.662Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:37.662Z||pool-148-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-01-14T12:18:38.550Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:18:38.551Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:38.554Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:38.555Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-14T12:18:38.655Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:38.655Z||pool-149-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-14T12:18:38.656Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:38.663Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:38.664Z||pool-149-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:39.555Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:18:39.556Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:39.558Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:39.559Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-14T12:18:39.659Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:39.660Z||pool-150-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-14T12:18:39.660Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:39.670Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:39.670Z||pool-150-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:40.559Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:18:40.561Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:40.565Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:40.565Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T12:18:40.664Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-14T12:18:40.665Z||pool-151-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-14T12:18:40.665Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:40.675Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:40.675Z||pool-151-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:41.566Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:18:41.567Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:41.569Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:41.569Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-14T12:18:41.670Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:41.671Z||pool-152-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-14T12:18:41.671Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:41.684Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:41.685Z||pool-152-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:42.571Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||sending notification to client: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "a139d473-988c-4792-9ef6-41913d15c77a", "serviceDescription": "service", "serviceInvariantUUID": "3c0e935c-5651-476b-869d-905e9bdcb21f", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "d0a53dae-8203-4df0-9616-e6e736e147f5", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5316898d-21be-4253-b70c-6f020a2c673b", "resourceInvariantUUID": "8218e348-fb92-465d-b40c-3b0af702cecc", "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": "YjhmODRlMDkxYTc5M2JmMTlkMjE0OGY1MjJlNjc4MmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78f49928-d8b1-43ba-bc65-7f7a1eca3790", "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": "2a1adef9-bffe-4987-91ad-c1aa219c44a3", "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": "dd473d47-7afe-4985-b812-8536f05e2370", "generatedFromUUID": "2a1adef9-bffe-4987-91ad-c1aa219c44a3" }, "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": "c190137d-239a-42ee-ad16-789ae61eba8e", "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": "dd473d47-7afe-4985-b812-8536f05e2370", "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": "6f3f359e-90ac-40e8-acae-e7a229492796", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YzdkNWViMDU0OTA1OGRjN2Q0MmNjMDVlMzdiODkwZjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a8e4b02-e9d3-4d6b-82af-d1c6caece613" } ], "workloadContext": "Production" } 2023-01-14T12:18:42.572Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-14T12:18:42.573Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a139d473-988c-4792-9ef6-41913d15c77a ASDC 2023-01-14T12:18:42.574Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||ASDC Notification: DistributionID:823fd0d4-624c-4010-9f37-e36ffb93a76e ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:a139d473-988c-4792-9ef6-41913d15c77a ServiceInvariantUUID:3c0e935c-5651-476b-869d-905e9bdcb21f 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:5a8e4b02-e9d3-4d6b-82af-d1c6caece613 ArtifactChecksum:YzdkNWViMDU0OTA1OGRjN2Q0MmNjMDVlMzdiODkwZjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:d0a53dae-8203-4df0-9616-e6e736e147f5 ResourceInvariantUUID:8218e348-fb92-465d-b40c-3b0af702cecc ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:5316898d-21be-4253-b70c-6f020a2c673b 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:78f49928-d8b1-43ba-bc65-7f7a1eca3790 ArtifactChecksum:YjhmODRlMDkxYTc5M2JmMTlkMjE0OGY1MjJlNjc4MmI= 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:2a1adef9-bffe-4987-91ad-c1aa219c44a3 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:dd473d47-7afe-4985-b812-8536f05e2370 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:c190137d-239a-42ee-ad16-789ae61eba8e 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:dd473d47-7afe-4985-b812-8536f05e2370 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:6f3f359e-90ac-40e8-acae-e7a229492796 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-14T12:18:42.574Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a139d473-988c-4792-9ef6-41913d15c77a 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-14T12:18:42.622Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T12:18:42.624Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||MSO config path is: /app 2023-01-14T12:18:42.625Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||MSO config path is: /app 2023-01-14T12:18:42.625Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Trying to download the artifact UUID: 5a8e4b02-e9d3-4d6b-82af-d1c6caece613 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-14T12:18:42.626Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - download 2023-01-14T12:18:42.626Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-14T12:18:42.949Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T12:18:42.959Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 5a8e4b02-e9d3-4d6b-82af-d1c6caece613 162979 2023-01-14T12:18:42.959Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:42.959Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:42.959Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T12:18:42.960Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:42.962Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:42.962Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698722959, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T12:18:43.062Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:43.063Z||pool-153-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-14T12:18:43.063Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:43.070Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:43.071Z||pool-153-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:43.962Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T12:18:43.963Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||MSO config path is: /app 2023-01-14T12:18:43.964Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Trying to write artifact UUID: 5a8e4b02-e9d3-4d6b-82af-d1c6caece613, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-14T12:18:43.964Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-14T12:18:43.965Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-14T12:18:43.965Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-14T12:18:44.156Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP407569237466686384/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-14T12:18:45.527Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||CSAR conformance level is 11.0 2023-01-14T12:18:45.528Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||#################################################################################################### 2023-01-14T12:18:45.528Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-14T12:18:45.528Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-14T12:18:45.528Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:45.529Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:45.529Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:45.529Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:45.529Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||#################################################################################################### 2023-01-14T12:18:45.529Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:45.530Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:45.530Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-14T12:18:45.530Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T12:18:45.531Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T12:18:45.531Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:45.532Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:45.532Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-14T12:18:45.532Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T12:18:45.532Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T12:18:45.533Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:45.533Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:45.533Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:45.534Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-14T12:18:45.534Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-14T12:18:45.534Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-14T12:18:45.535Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-14T12:18:45.535Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:45.535Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T12:18:45.535Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:45.536Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-14T12:18:45.536Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T12:18:45.536Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:45.536Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-14T12:18:45.536Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T12:18:45.537Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:45.537Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-14T12:18:45.537Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T12:18:45.538Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:45.538Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-14T12:18:45.538Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T12:18:45.539Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:45.539Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-14T12:18:45.539Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-14T12:18:45.539Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=170703f0-1da4-481b-8bdc-08ec019335e4 2023-01-14T12:18:45.540Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:45.540Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:45.540Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:45.541Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:45.541Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:45.541Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:45.541Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:45.542Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:45.542Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:a139d473-988c-4792-9ef6-41913d15c77a Model Version:NULL Model InvariantUuid:3c0e935c-5651-476b-869d-905e9bdcb21f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:21d1355f-13ff-4634-adb3-a689026a2074 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8218e348-fb92-465d-b40c-3b0af702cecc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d0a53dae-8203-4df0-9616-e6e736e147f5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8b0346c5-33fa-4355-9590-4abb8774aec8 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:40cdd6a8-118a-4ac1-afa7-658090d6b5ed ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:bec2438c-d200-4e07-9dd1-859824738339 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:14f289c8-5c1b-41b5-8ddb-e808342814b8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:170703f0-1da4-481b-8bdc-08ec019335e4 ModelInvariantUuid:f8b079ce-4119-4b09-aeb6-d78c00d245ed ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:5683f17d-1746-400d-9df7-88ae2e9e7c2f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:4e480a3a-09d2-4b98-b3c8-40cb3338f0cd ModelInvariantUuid:f393bfce-c3ee-4605-9515-663ca61366a0 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:64223385-1334-4e05-adce-41ef0f2858e1 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-14T12:18:45.550Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 5316898d-21be-4253-b70c-6f020a2c673b 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-14T12:18:45.558Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||basic_cnf_macro 0 2023-01-14T12:18:45.558Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 5316898d-21be-4253-b70c-6f020a2c673b 2023-01-14T12:18:45.558Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Trying to download the artifact UUID: 78f49928-d8b1-43ba-bc65-7f7a1eca3790 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-14T12:18:45.558Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - download 2023-01-14T12:18:45.559Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:45.711Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T12:18:45.712Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 78f49928-d8b1-43ba-bc65-7f7a1eca3790 1565 2023-01-14T12:18:45.712Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:45.712Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:45.713Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T12:18:45.713Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:45.715Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:45.715Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698725712, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T12:18:45.815Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:45.816Z||pool-154-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-14T12:18:45.816Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:45.832Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:45.832Z||pool-154-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:46.716Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "bec2438c-d200-4e07-9dd1-859824738339", "vfModuleModelVersion": "1", "vfModuleModelUUID": "14f289c8-5c1b-41b5-8ddb-e808342814b8", "vfModuleModelCustomizationUUID": "0ea9a7a5-7447-436d-a53b-3f3c2eca9aaa", "isBase": true, "artifacts": [ "2a1adef9-bffe-4987-91ad-c1aa219c44a3", "dd473d47-7afe-4985-b812-8536f05e2370" ], "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": "8b0346c5-33fa-4355-9590-4abb8774aec8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40cdd6a8-118a-4ac1-afa7-658090d6b5ed", "vfModuleModelCustomizationUUID": "2e5cb68b-1a35-484c-a9ea-5b13249fee3c", "isBase": false, "artifacts": [ "6f3f359e-90ac-40e8-acae-e7a229492796" ], "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-14T12:18:46.722Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:14f289c8-5c1b-41b5-8ddb-e808342814b8 VfModuleModelInvariantUUID:bec2438c-d200-4e07-9dd1-859824738339 VfModuleModelDescription:NULL Artifacts UUID List:{ 2a1adef9-bffe-4987-91ad-c1aa219c44a3 , dd473d47-7afe-4985-b812-8536f05e2370 } 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:40cdd6a8-118a-4ac1-afa7-658090d6b5ed VfModuleModelInvariantUUID:8b0346c5-33fa-4355-9590-4abb8774aec8 VfModuleModelDescription:NULL Artifacts UUID List:{ 6f3f359e-90ac-40e8-acae-e7a229492796 } 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-14T12:18:46.728Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "bec2438c-d200-4e07-9dd1-859824738339", "vfModuleModelVersion": "1", "vfModuleModelUUID": "14f289c8-5c1b-41b5-8ddb-e808342814b8", "vfModuleModelCustomizationUUID": "0ea9a7a5-7447-436d-a53b-3f3c2eca9aaa", "isBase": true, "artifacts": [ "2a1adef9-bffe-4987-91ad-c1aa219c44a3", "dd473d47-7afe-4985-b812-8536f05e2370" ], "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": "8b0346c5-33fa-4355-9590-4abb8774aec8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40cdd6a8-118a-4ac1-afa7-658090d6b5ed", "vfModuleModelCustomizationUUID": "2e5cb68b-1a35-484c-a9ea-5b13249fee3c", "isBase": false, "artifacts": [ "6f3f359e-90ac-40e8-acae-e7a229492796" ], "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-14T12:18:46.728Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:14f289c8-5c1b-41b5-8ddb-e808342814b8 VfModuleModelInvariantUUID:bec2438c-d200-4e07-9dd1-859824738339 VfModuleModelDescription:NULL Artifacts UUID List:{ 2a1adef9-bffe-4987-91ad-c1aa219c44a3 , dd473d47-7afe-4985-b812-8536f05e2370 } 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:40cdd6a8-118a-4ac1-afa7-658090d6b5ed VfModuleModelInvariantUUID:8b0346c5-33fa-4355-9590-4abb8774aec8 VfModuleModelDescription:NULL Artifacts UUID List:{ 6f3f359e-90ac-40e8-acae-e7a229492796 } 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-14T12:18:46.728Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Trying to download the artifact UUID: 2a1adef9-bffe-4987-91ad-c1aa219c44a3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-14T12:18:46.728Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - download 2023-01-14T12:18:46.728Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:46.858Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T12:18:46.859Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2a1adef9-bffe-4987-91ad-c1aa219c44a3 914 2023-01-14T12:18:46.859Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:46.859Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:46.859Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T12:18:46.859Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:46.861Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:46.861Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698726859, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T12:18:46.962Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:46.963Z||pool-155-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-14T12:18:46.963Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:46.970Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:46.971Z||pool-155-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:47.862Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Trying to download the artifact UUID: c190137d-239a-42ee-ad16-789ae61eba8e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-14T12:18:47.863Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - download 2023-01-14T12:18:47.863Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:47.966Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T12:18:47.967Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env c190137d-239a-42ee-ad16-789ae61eba8e 12 2023-01-14T12:18:47.967Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:47.967Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:47.967Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T12:18:47.967Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:47.969Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:47.969Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698727967, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-14T12:18:48.069Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:48.070Z||pool-156-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-14T12:18:48.070Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:48.079Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:48.079Z||pool-156-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:48.970Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Trying to download the artifact UUID: dd473d47-7afe-4985-b812-8536f05e2370 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-14T12:18:48.970Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - download 2023-01-14T12:18:48.971Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:49.017Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T12:18:49.017Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env dd473d47-7afe-4985-b812-8536f05e2370 96 2023-01-14T12:18:49.018Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:49.018Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:49.018Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T12:18:49.018Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:49.020Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:49.020Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698729018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-14T12:18:49.120Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:49.121Z||pool-157-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-14T12:18:49.121Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:49.130Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:49.130Z||pool-157-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:50.021Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Trying to download the artifact UUID: 6f3f359e-90ac-40e8-acae-e7a229492796 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-14T12:18:50.021Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - download 2023-01-14T12:18:50.021Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:50.084Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T12:18:50.086Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 6f3f359e-90ac-40e8-acae-e7a229492796 20206 2023-01-14T12:18:50.087Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:50.087Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:50.087Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T12:18:50.087Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:50.088Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:50.089Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698730086, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-14T12:18:50.189Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:50.190Z||pool-158-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-14T12:18:50.190Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:50.198Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:50.199Z||pool-158-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:51.094Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Preparing to deploy Service: a139d473-988c-4792-9ef6-41913d15c77a 2023-01-14T12:18:51.094Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 5316898d-21be-4253-b70c-6f020a2c673b 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-14T12:18:51.109Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ee8a3fb, org.onap.sdc.toscaparser.api.parameters.Input@d051680, org.onap.sdc.toscaparser.api.parameters.Input@7f4c0b2, org.onap.sdc.toscaparser.api.parameters.Input@59dbf736, org.onap.sdc.toscaparser.api.parameters.Input@5227608d] 2023-01-14T12:18:51.111Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:51.111Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:51.112Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||VF Category is: Generic 2023-01-14T12:18:51.112Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||VFCustomizationUUID= d0a53dae-8203-4df0-9616-e6e736e147f5 2023-01-14T12:18:51.112Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d0a53dae-8203-4df0-9616-e6e736e147f5 matches Tosca VF Customization UUID: d0a53dae-8203-4df0-9616-e6e736e147f5 2023-01-14T12:18:51.113Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||vfCustomizationUUID: d0a53dae-8203-4df0-9616-e6e736e147f5 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-14T12:18:51.116Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:51.117Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:51.117Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||resource request for resource customization id d0a53dae-8203-4df0-9616-e6e736e147f5: {\"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-14T12:18:51.118Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50075df6 2023-01-14T12:18:51.118Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:51.118Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T12:18:51.118Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2e5cb68b-1a35-484c-a9ea-5b13249fee3c 2023-01-14T12:18:51.119Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2e5cb68b-1a35-484c-a9ea-5b13249fee3c 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-14T12:18:51.122Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:51.123Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-14T12:18:51.123Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T12:18:51.123Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:51.123Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-14T12:18:51.123Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T12:18:51.124Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:51.124Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-14T12:18:51.124Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d0a53dae-8203-4df0-9616-e6e736e147f5 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-14T12:18:51.126Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:51.126Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:51.127Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500|| resourceSeq for service uuid a139d473-988c-4792-9ef6-41913d15c77a: basic_cnf_macro 2023-01-14T12:18:51.127Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:51.127Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:51.127Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:51.127Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:51.127Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:51.128Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:51.128Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:51.128Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:51.128Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:18:51.128Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:18:51.128Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:51.186Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 5316898d-21be-4253-b70c-6f020a2c673b 2 ASDC deployResourceStructure 2023-01-14T12:18:51.187Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:51.187Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:51.187Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T12:18:51.188Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:51.190Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:51.190Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698731187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T12:18:51.290Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:51.291Z||pool-159-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-14T12:18:51.291Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:51.300Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:51.301Z||pool-159-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:52.193Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:52.193Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:52.193Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T12:18:52.193Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:52.195Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:52.195Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698732193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-14T12:18:52.295Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:52.297Z||pool-160-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-14T12:18:52.297Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:52.306Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:52.307Z||pool-160-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-01-14T12:18:53.196Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:53.197Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:53.197Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-14T12:18:53.197Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:53.199Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:53.199Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698733196, "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-14T12:18:53.300Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-14T12:18:53.301Z||pool-161-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-14T12:18:53.301Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:53.317Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:53.318Z||pool-161-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:54.201Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:54.201Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:54.202Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T12:18:54.202Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:54.205Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:54.206Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698734201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-14T12:18:54.306Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:54.307Z||pool-162-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-14T12:18:54.307Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:54.318Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:54.319Z||pool-162-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:55.207Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:55.207Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:55.208Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-14T12:18:55.208Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:55.210Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:55.210Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698735207, "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-14T12:18:55.310Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:55.311Z||pool-163-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-14T12:18:55.311Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:55.322Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:55.322Z||pool-163-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:56.211Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:56.211Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|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-14T12:18:56.212Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T12:18:56.212Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:18:56.213Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:18:56.214Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698736211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T12:18:56.314Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:18:56.315Z||pool-164-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-14T12:18:56.315Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:18:56.328Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:18:56.328Z||pool-164-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:18:57.215Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 823fd0d4-624c-4010-9f37-e36ffb93a76e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T12:18:57.228Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 823fd0d4-624c-4010-9f37-e36ffb93a76e 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-14T12:18:57.232Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T12:18:57.232Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T12:18:57.232Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T12:19:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:19:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:19:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:19:25.597Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:19:25.598Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:19:25.598Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698704335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-14T12:19:25.598Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:19:27.232Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 823fd0d4-624c-4010-9f37-e36ffb93a76e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T12:19:27.242Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 823fd0d4-624c-4010-9f37-e36ffb93a76e 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-14T12:19:27.243Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T12:19:27.244Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T12:19:27.244Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T12:19:57.244Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 823fd0d4-624c-4010-9f37-e36ffb93a76e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T12:19:57.254Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 823fd0d4-624c-4010-9f37-e36ffb93a76e 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-14T12:19:57.256Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T12:19:57.256Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T12:19:57.256Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T12:20:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:20:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:20:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:20:25.496Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:20:25.522Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.523Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-14T12:20:25.524Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.524Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.524Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698705645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.524Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.524Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.525Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-14T12:20:25.525Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.525Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.525Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698704335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-14T12:20:25.525Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.525Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.525Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698705645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.526Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.526Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.526Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.526Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.526Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.526Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698704335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.527Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.527Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.527Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698705645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.527Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.527Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.527Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-14T12:20:25.527Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.528Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.528Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698705645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.528Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.528Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.528Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698704335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-14T12:20:25.528Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.529Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.529Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "ves-openapi-manager", "timestamp": 1673698715387, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.529Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.529Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.529Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "cds", "timestamp": 1673698715153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.529Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.529Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.529Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-14T12:20:25.530Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.530Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.530Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698704335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-14T12:20:25.530Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.530Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.531Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698705645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.531Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.531Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.532Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "ves-openapi-manager", "timestamp": 1673698715387, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.532Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.532Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.532Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "cds", "timestamp": 1673698715153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.532Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.533Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.533Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-14T12:20:25.533Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.533Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.533Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698704335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-14T12:20:25.534Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.534Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.534Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698705645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.534Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.535Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.535Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "ves-openapi-manager", "timestamp": 1673698715387, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.535Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.536Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.537Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "cds", "timestamp": 1673698715153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.537Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.537Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.537Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698704335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.538Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.538Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.538Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.539Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.539Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.539Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698705645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.539Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.539Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.540Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "ves-openapi-manager", "timestamp": 1673698715387, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.540Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.540Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.540Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "cds", "timestamp": 1673698715153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.540Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.540Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.540Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698705645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.540Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.541Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.541Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698704335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.541Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.541Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.542Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.542Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.542Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.543Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "ves-openapi-manager", "timestamp": 1673698715387, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.543Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.543Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.543Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "cds", "timestamp": 1673698715153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.543Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.544Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.544Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698704335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-14T12:20:25.544Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.544Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.544Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698705645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-14T12:20:25.544Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.544Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.544Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698705471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-14T12:20:25.545Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.545Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.545Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "ves-openapi-manager", "timestamp": 1673698715387, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.545Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.545Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.545Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "cds", "timestamp": 1673698715153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.545Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.545Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.545Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "ves-openapi-manager", "timestamp": 1673698715387, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.546Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.546Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.546Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698722029, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.546Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.546Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.546Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698720707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.546Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.546Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.547Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698722959, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.547Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.547Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.547Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "cds", "timestamp": 1673698715153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.547Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.547Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.547Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "ves-openapi-manager", "timestamp": 1673698715387, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.547Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.548Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.548Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698723111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.548Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.548Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.548Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "cds", "timestamp": 1673698715153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.548Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.548Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.548Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "ves-openapi-manager", "timestamp": 1673698715387, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.548Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.549Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.549Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "aai-ml", "timestamp": 1673698722677, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.549Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.549Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.549Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698724206, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.549Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.549Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.549Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698723092, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T12:20:25.550Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.550Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.550Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "cds", "timestamp": 1673698715153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.550Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.550Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.550Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698725712, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.550Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.550Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.550Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "ves-openapi-manager", "timestamp": 1673698715387, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.551Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.551Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.551Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "aai-ml", "timestamp": 1673698722677, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.551Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.551Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.551Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698725452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.551Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.551Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.551Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698724096, "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-14T12:20:25.559Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 823fd0d4-624c-4010-9f37-e36ffb93a76e 2023-01-14T12:20:25.559Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 823fd0d4-624c-4010-9f37-e36ffb93a76e 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-14T12:20:25.568Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.568Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "cds", "timestamp": 1673698715153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-14T12:20:25.568Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.568Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.568Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698726859, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.569Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.569Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.569Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "aai-ml", "timestamp": 1673698722677, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.569Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.569Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.569Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698726522, "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-14T12:20:25.576Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 823fd0d4-624c-4010-9f37-e36ffb93a76e 2023-01-14T12:20:25.576Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 823fd0d4-624c-4010-9f37-e36ffb93a76e 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-14T12:20:25.586Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.586Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698727967, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.587Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.587Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.587Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "cds", "timestamp": 1673698726377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.588Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.588Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.588Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "aai-ml", "timestamp": 1673698722677, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.588Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.588Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.589Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "multicloud-k8s-id", "timestamp": 1673698727525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T12:20:25.589Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.589Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.589Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698729018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.589Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.589Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.590Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "aai-ml", "timestamp": 1673698722677, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.590Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.590Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.590Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "aai-ml", "timestamp": 1673698722677, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.590Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.590Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.591Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698730086, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.591Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.591Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.591Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "aai-ml", "timestamp": 1673698722677, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.592Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.592Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.592Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698731187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T12:20:25.592Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.592Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.592Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "aai-ml", "timestamp": 1673698722677, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.593Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.593Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.593Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698732193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-14T12:20:25.593Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.593Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.593Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "cds", "timestamp": 1673698731043, "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-14T12:20:25.598Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 823fd0d4-624c-4010-9f37-e36ffb93a76e 2023-01-14T12:20:25.598Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 823fd0d4-624c-4010-9f37-e36ffb93a76e 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-14T12:20:25.612Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.613Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "aai-ml", "timestamp": 1673698722677, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.613Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.613Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.613Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698733196, "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-14T12:20:25.613Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.614Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.614Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "aai-ml", "timestamp": 1673698722677, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-14T12:20:25.614Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.614Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.614Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698734201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-14T12:20:25.614Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.615Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.615Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698735207, "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-14T12:20:25.615Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.615Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.615Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "aai-ml", "timestamp": 1673698733961, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.615Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.615Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.616Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698736211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T12:20:25.616Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.616Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.616Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698735645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.616Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.616Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.616Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "cds", "timestamp": 1673698732093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.617Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.617Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.617Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "ves-openapi-manager", "timestamp": 1673698735387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.617Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.617Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.617Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698735645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.617Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.618Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.618Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "cds", "timestamp": 1673698732093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.618Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.618Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.618Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "ves-openapi-manager", "timestamp": 1673698735387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.619Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.619Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.619Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698735645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.619Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.620Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.620Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "cds", "timestamp": 1673698732093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.620Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.620Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.620Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "ves-openapi-manager", "timestamp": 1673698735387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.621Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.621Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.621Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "aai-ml", "timestamp": 1673698740921, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_ERROR" } 2023-01-14T12:20:25.621Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.622Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.622Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "cds", "timestamp": 1673698732093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.622Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.623Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.623Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698735645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.623Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.623Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.623Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "ves-openapi-manager", "timestamp": 1673698735387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.624Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.624Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.624Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "aai-ml", "timestamp": 1673698741930, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-14T12:20:25.630Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 823fd0d4-624c-4010-9f37-e36ffb93a76e 2023-01-14T12:20:25.630Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 823fd0d4-624c-4010-9f37-e36ffb93a76e 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-14T12:20:25.639Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.640Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698735645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.640Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.640Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.640Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "cds", "timestamp": 1673698732093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.640Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.641Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.641Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "ves-openapi-manager", "timestamp": 1673698735387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.641Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.641Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.641Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698735645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.641Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.641Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.641Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "cds", "timestamp": 1673698732093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.642Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.642Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.642Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "ves-openapi-manager", "timestamp": 1673698735387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.642Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.642Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.643Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698735645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.643Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.643Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.643Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "cds", "timestamp": 1673698732093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.643Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.643Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.643Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "ves-openapi-manager", "timestamp": 1673698735387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.644Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.644Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.644Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "multicloud-k8s-id", "timestamp": 1673698744335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.644Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.644Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.644Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698735645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-14T12:20:25.645Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.645Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.645Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "cds", "timestamp": 1673698732093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-14T12:20:25.645Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.645Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.645Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "ves-openapi-manager", "timestamp": 1673698735387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.645Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.646Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.646Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "multicloud-k8s-id", "timestamp": 1673698744335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-14T12:20:25.646Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.646Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.646Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698745533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.646Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.647Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.647Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "cds", "timestamp": 1673698746143, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.647Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.647Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.647Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "multicloud-k8s-id", "timestamp": 1673698744335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-14T12:20:25.648Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.648Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.648Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "multicloud-k8s-id", "timestamp": 1673698744335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.648Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.648Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.648Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "cds", "timestamp": 1673698747930, "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-14T12:20:25.661Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b055e311-a1ef-45b1-85af-433f4f96c7e0 2023-01-14T12:20:25.662Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b055e311-a1ef-45b1-85af-433f4f96c7e0 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-14T12:20:25.670Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.671Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "multicloud-k8s-id", "timestamp": 1673698744335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-14T12:20:25.671Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.671Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.671Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698747873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T12:20:25.672Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.672Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.672Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "multicloud-k8s-id", "timestamp": 1673698744335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.672Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.672Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.672Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673698748882, "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-14T12:20:25.678Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b055e311-a1ef-45b1-85af-433f4f96c7e0 2023-01-14T12:20:25.678Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b055e311-a1ef-45b1-85af-433f4f96c7e0 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-14T12:20:25.687Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.688Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "multicloud-k8s-id", "timestamp": 1673698744335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.688Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.688Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.688Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "multicloud-k8s-id", "timestamp": 1673698744335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-14T12:20:25.688Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.689Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.689Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "multicloud-k8s-id", "timestamp": 1673698753086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.689Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.689Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.689Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "aai-ml", "timestamp": 1673698752661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.689Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.690Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.690Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "multicloud-k8s-id", "timestamp": 1673698754158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.690Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.690Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.690Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "aai-ml", "timestamp": 1673698752661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.690Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.690Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.691Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "multicloud-k8s-id", "timestamp": 1673698755270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.691Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.691Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.691Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "aai-ml", "timestamp": 1673698752661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.691Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.691Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.692Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "multicloud-k8s-id", "timestamp": 1673698756292, "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-14T12:20:25.696Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b055e311-a1ef-45b1-85af-433f4f96c7e0 2023-01-14T12:20:25.697Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b055e311-a1ef-45b1-85af-433f4f96c7e0 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-14T12:20:25.706Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.706Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "aai-ml", "timestamp": 1673698752661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.707Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.707Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.707Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "multicloud-k8s-id", "timestamp": 1673698757297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T12:20:25.708Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:25.708Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.709Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "aai-ml", "timestamp": 1673698752661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.709Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.709Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.709Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "aai-ml", "timestamp": 1673698752661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.710Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.710Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.710Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "aai-ml", "timestamp": 1673698752661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T12:20:25.710Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.711Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.711Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "aai-ml", "timestamp": 1673698752661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-14T12:20:25.711Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:20:25.711Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:20:25.712Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "aai-ml", "timestamp": 1673698761576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T12:20:25.712Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:20:27.256Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 823fd0d4-624c-4010-9f37-e36ffb93a76e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T12:20:27.269Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 823fd0d4-624c-4010-9f37-e36ffb93a76e 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-14T12:20:27.271Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T12:20:27.272Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T12:20:27.272Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-14T12:20:27.272Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-14T12:20:27.272Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-01-14T12:20:27.272Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-14T12:20:27.277Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-14T12:20:57.277Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 823fd0d4-624c-4010-9f37-e36ffb93a76e 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-14T12:20:57.284Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 823fd0d4-624c-4010-9f37-e36ffb93a76e and serviceModelVersionId: a139d473-988c-4792-9ef6-41913d15c77a 2023-01-14T12:20:57.284Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c0e935c-5651-476b-869d-905e9bdcb21f 2023-01-14T12:20:57.285Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0 2023-01-14T12:20:57.291Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||RestClientSSL using default SSL context! 2023-01-14T12:20:57.333Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?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-14T12:20:57.335Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||Invoke 2023-01-14T12:20:58.860Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?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-14T12:20:58.862Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||Invoke 2023-01-14T12:21:00.396Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?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-14T12:21:00.398Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||Invoke 2023-01-14T12:21:01.431Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T12:21:01.433Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2023-01-14T12:21:01.434Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T12:21:01.434Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-14T12:21:01.444Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|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-14T12:21:01.444Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 823fd0d4-624c-4010-9f37-e36ffb93a76e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T12:21:01.445Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-01-14T12:21:01.445Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:01.447Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:01.447Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|DEBUG|500||try to send status { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698861445, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T12:21:01.547Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:01.548Z||pool-165-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-14T12:21:01.548Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:01.565Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:01.566Z||pool-165-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-14T12:21:02.458Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:21:02.458Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:21:02.459Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:06.876Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:06.877Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||received message from topic 2023-01-14T12:21:06.877Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"b055e311-a1ef-45b1-85af-433f4f96c7e0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5a7e20b6-894f-4b5f-a16a-8ee836b6a588","serviceDescription":"service","serviceInvariantUUID":"07f2e0a6-cdc7-4c48-b5bc-a29a4086d639","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04dc5533-1bee-4150-b31d-3759cc2708aa","resourceInvariantUUID":"a96f0110-899b-4219-9de4-4b62057c56ab","resourceCustomizationUUID":"725e7bc5-ee9d-4851-b7c1-bb5ed7203c02","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":"M2IzMzNkOWZkYTM3ZDIwMDYyNzE0OTY4YzVmZTM0NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0221117c-4b2d-4d0c-854e-11d3613181c6","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":"NWZjMWQwMTUxOGZlODkwNTg3NmMwMjFjNzg3Y2I4ZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fc57e53-5ed5-4484-88be-4c6f9c992a35","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":"5891eb0b-ce55-450a-8283-5813f57a3a61","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":"5cb70bbd-9957-45a3-809e-b085316bce26","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":"9ca6c9e5-16a6-4dc8-9ea8-5b0a490c2d37","artifactVersion":"2","generatedFromUUID":"5891eb0b-ce55-450a-8283-5813f57a3a61"},{"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":"NzE5OWU2NTE1ODYyYzY5M2UxZWUzOTYwYmIxNWEwMTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5545bfcd-e60a-4fac-b71c-7155ee72114b","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":"YTI2ZjY4ZjgxNGY5ZTY1YjVmNmM5MjM2MTJhMWM2ZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30838fa2-f36a-48c5-b129-8d35c3924988","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDZjZDllZmI2YjUwY2NiMWZjZmYxNTNkYzA4YjRiOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb2884b-1913-4dd6-a76e-fb5414de7970","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-14T12:21:06.879Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:21:06.880Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:06.882Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:06.882Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:21:06.983Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-14T12:21:06.984Z||pool-166-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-14T12:21:06.984Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:06.991Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:06.992Z||pool-166-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:07.883Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:21:07.883Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:07.885Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:07.885Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-14T12:21:07.985Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:07.986Z||pool-167-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-14T12:21:07.986Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:07.995Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:07.995Z||pool-167-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2023-01-14T12:21:08.886Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:21:08.886Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:08.888Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:08.889Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-14T12:21:08.989Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:08.990Z||pool-168-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-14T12:21:08.990Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:09.001Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:09.001Z||pool-168-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:09.889Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:21:09.890Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:09.892Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:09.892Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:21:09.992Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:09.993Z||pool-169-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-14T12:21:09.993Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:10.003Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:10.004Z||pool-169-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:10.892Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:21:10.893Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:10.896Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:10.896Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-14T12:21:10.996Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:10.997Z||pool-170-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-14T12:21:10.997Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:11.014Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:11.014Z||pool-170-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:11.898Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:21:11.899Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:11.901Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:11.901Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-14T12:21:12.001Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:12.002Z||pool-171-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-14T12:21:12.002Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:12.011Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:12.011Z||pool-171-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:12.902Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:21:12.903Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:12.905Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:12.905Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T12:21:13.005Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:13.006Z||pool-172-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-14T12:21:13.006Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:13.015Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:13.016Z||pool-172-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:13.906Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2023-01-14T12:21:13.907Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:13.908Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:13.909Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-14T12:21:14.009Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:14.010Z||pool-173-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-14T12:21:14.010Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:14.020Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:14.021Z||pool-173-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:14.910Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||sending notification to client: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "5a7e20b6-894f-4b5f-a16a-8ee836b6a588", "serviceDescription": "service", "serviceInvariantUUID": "07f2e0a6-cdc7-4c48-b5bc-a29a4086d639", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "725e7bc5-ee9d-4851-b7c1-bb5ed7203c02", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "04dc5533-1bee-4150-b31d-3759cc2708aa", "resourceInvariantUUID": "a96f0110-899b-4219-9de4-4b62057c56ab", "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": "NWZjMWQwMTUxOGZlODkwNTg3NmMwMjFjNzg3Y2I4ZGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7fc57e53-5ed5-4484-88be-4c6f9c992a35", "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": "5891eb0b-ce55-450a-8283-5813f57a3a61", "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": "9ca6c9e5-16a6-4dc8-9ea8-5b0a490c2d37", "generatedFromUUID": "5891eb0b-ce55-450a-8283-5813f57a3a61" }, "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": "9ca6c9e5-16a6-4dc8-9ea8-5b0a490c2d37", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZDZjZDllZmI2YjUwY2NiMWZjZmYxNTNkYzA4YjRiOTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5cb2884b-1913-4dd6-a76e-fb5414de7970" } ], "workloadContext": "Production" } 2023-01-14T12:21:14.911Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-14T12:21:14.911Z|d22b54cc-357a-497e-a52a-e715eaf11aa3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a7e20b6-894f-4b5f-a16a-8ee836b6a588 ASDC 2023-01-14T12:21:14.912Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||ASDC Notification: DistributionID:b055e311-a1ef-45b1-85af-433f4f96c7e0 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:5a7e20b6-894f-4b5f-a16a-8ee836b6a588 ServiceInvariantUUID:07f2e0a6-cdc7-4c48-b5bc-a29a4086d639 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:5cb2884b-1913-4dd6-a76e-fb5414de7970 ArtifactChecksum:ZDZjZDllZmI2YjUwY2NiMWZjZmYxNTNkYzA4YjRiOTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:725e7bc5-ee9d-4851-b7c1-bb5ed7203c02 ResourceInvariantUUID:a96f0110-899b-4219-9de4-4b62057c56ab ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:04dc5533-1bee-4150-b31d-3759cc2708aa 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:7fc57e53-5ed5-4484-88be-4c6f9c992a35 ArtifactChecksum:NWZjMWQwMTUxOGZlODkwNTg3NmMwMjFjNzg3Y2I4ZGQ= 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:5891eb0b-ce55-450a-8283-5813f57a3a61 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:9ca6c9e5-16a6-4dc8-9ea8-5b0a490c2d37 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:9ca6c9e5-16a6-4dc8-9ea8-5b0a490c2d37 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-14T12:21:14.912Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7e20b6-894f-4b5f-a16a-8ee836b6a588 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-14T12:21:14.956Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T12:21:14.957Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||MSO config path is: /app 2023-01-14T12:21:14.958Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||MSO config path is: /app 2023-01-14T12:21:14.958Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||Trying to download the artifact UUID: 5cb2884b-1913-4dd6-a76e-fb5414de7970 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-14T12:21:14.958Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - download 2023-01-14T12:21:14.958Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-14T12:21:15.227Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T12:21:15.230Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5cb2884b-1913-4dd6-a76e-fb5414de7970 82620 2023-01-14T12:21:15.231Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:15.231Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:15.231Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T12:21:15.231Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:15.233Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:15.233Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698875231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T12:21:15.334Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:15.335Z||pool-174-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-14T12:21:15.335Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:15.345Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:15.346Z||pool-174-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:16.234Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-14T12:21:16.235Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||MSO config path is: /app 2023-01-14T12:21:16.236Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||Trying to write artifact UUID: 5cb2884b-1913-4dd6-a76e-fb5414de7970, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-14T12:21:16.236Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-14T12:21:16.237Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-14T12:21:16.237Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-14T12:21:16.348Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10661780119584770137/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-14T12:21:17.440Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||CSAR conformance level is 11.0 2023-01-14T12:21:17.441Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||#################################################################################################### 2023-01-14T12:21:17.441Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-14T12:21:17.441Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-14T12:21:17.441Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:17.441Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:17.441Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:17.441Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:17.441Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:17.441Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:17.442Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:17.442Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|WARN|500||#################################################################################################### 2023-01-14T12:21:17.442Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:17.442Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:17.442Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-14T12:21:17.443Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T12:21:17.443Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T12:21:17.443Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:17.443Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:17.443Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-14T12:21:17.443Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Search for entities recursively 2023-01-14T12:21:17.444Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-14T12:21:17.444Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:17.444Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:17.444Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:17.444Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-14T12:21:17.444Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-14T12:21:17.444Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-14T12:21:17.445Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-14T12:21:17.445Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-14T12:21:17.445Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-14T12:21:17.445Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:17.445Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T12:21:17.445Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:17.445Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-14T12:21:17.445Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T12:21:17.446Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:17.446Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-14T12:21:17.446Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T12:21:17.446Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:17.446Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-14T12:21:17.446Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T12:21:17.447Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:17.447Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-14T12:21:17.447Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-14T12:21:17.447Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-14T12:21:17.447Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d7d68b75-5acf-480b-b501-12f836ac2bd6 2023-01-14T12:21:17.447Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:17.447Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:17.448Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:17.448Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:17.448Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:17.448Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:17.448Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:17.448Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:17.448Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:5a7e20b6-894f-4b5f-a16a-8ee836b6a588 Model Version:NULL Model InvariantUuid:07f2e0a6-cdc7-4c48-b5bc-a29a4086d639 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:b63066f2-0296-4db0-bb4e-4debea4bcc2b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a96f0110-899b-4219-9de4-4b62057c56ab Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:725e7bc5-ee9d-4851-b7c1-bb5ed7203c02 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:49790133-9881-4673-a229-65be563718ee ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:cdb9f303-ef51-4257-a4d6-83180b6f8043 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d7d68b75-5acf-480b-b501-12f836ac2bd6 ModelInvariantUuid:e76b604a-2ae9-4aee-b677-01830b1aa454 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:0ce9bd2e-656c-4f10-b482-f1172e458e4f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:25069cf3-cefa-4692-82be-6da23136e525 ModelInvariantUuid:0e674bac-2411-4080-992b-faa76f5a6285 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:ca441a43-d1a4-435f-96a8-13e72808fabf 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-14T12:21:17.455Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 04dc5533-1bee-4150-b31d-3759cc2708aa 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-14T12:21:17.458Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||basic_vm_macro 0 2023-01-14T12:21:17.458Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 04dc5533-1bee-4150-b31d-3759cc2708aa 2023-01-14T12:21:17.458Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||Trying to download the artifact UUID: 7fc57e53-5ed5-4484-88be-4c6f9c992a35 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-14T12:21:17.459Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - download 2023-01-14T12:21:17.459Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:17.636Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T12:21:17.637Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7fc57e53-5ed5-4484-88be-4c6f9c992a35 792 2023-01-14T12:21:17.637Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:17.637Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:17.637Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T12:21:17.637Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:17.639Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:17.639Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698877637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T12:21:17.739Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:17.740Z||pool-175-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-14T12:21:17.740Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:17.754Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:17.755Z||pool-175-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:18.640Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "49790133-9881-4673-a229-65be563718ee", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cdb9f303-ef51-4257-a4d6-83180b6f8043", "vfModuleModelCustomizationUUID": "1f4e7d67-25c1-471c-9043-1a8cb832f53d", "isBase": true, "artifacts": [ "5891eb0b-ce55-450a-8283-5813f57a3a61", "9ca6c9e5-16a6-4dc8-9ea8-5b0a490c2d37" ], "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-14T12:21:18.643Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cdb9f303-ef51-4257-a4d6-83180b6f8043 VfModuleModelInvariantUUID:49790133-9881-4673-a229-65be563718ee VfModuleModelDescription:NULL Artifacts UUID List:{ 5891eb0b-ce55-450a-8283-5813f57a3a61 , 9ca6c9e5-16a6-4dc8-9ea8-5b0a490c2d37 } 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-14T12:21:18.645Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "49790133-9881-4673-a229-65be563718ee", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cdb9f303-ef51-4257-a4d6-83180b6f8043", "vfModuleModelCustomizationUUID": "1f4e7d67-25c1-471c-9043-1a8cb832f53d", "isBase": true, "artifacts": [ "5891eb0b-ce55-450a-8283-5813f57a3a61", "9ca6c9e5-16a6-4dc8-9ea8-5b0a490c2d37" ], "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-14T12:21:18.645Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cdb9f303-ef51-4257-a4d6-83180b6f8043 VfModuleModelInvariantUUID:49790133-9881-4673-a229-65be563718ee VfModuleModelDescription:NULL Artifacts UUID List:{ 5891eb0b-ce55-450a-8283-5813f57a3a61 , 9ca6c9e5-16a6-4dc8-9ea8-5b0a490c2d37 } 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-14T12:21:18.645Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||Trying to download the artifact UUID: 5891eb0b-ce55-450a-8283-5813f57a3a61 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-14T12:21:18.646Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - download 2023-01-14T12:21:18.646Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:18.785Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T12:21:18.785Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5891eb0b-ce55-450a-8283-5813f57a3a61 5033 2023-01-14T12:21:18.786Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:18.786Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:18.786Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T12:21:18.786Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:18.789Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:18.789Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698878786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T12:21:18.889Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:18.890Z||pool-176-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-14T12:21:18.890Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:18.898Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:18.898Z||pool-176-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:19.789Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||Trying to download the artifact UUID: 9ca6c9e5-16a6-4dc8-9ea8-5b0a490c2d37 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-14T12:21:19.790Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - download 2023-01-14T12:21:19.791Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:19.908Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||GET Response Status 200 2023-01-14T12:21:19.909Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 9ca6c9e5-16a6-4dc8-9ea8-5b0a490c2d37 903 2023-01-14T12:21:19.909Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:19.909Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:19.910Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2023-01-14T12:21:19.910Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:19.914Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:19.914Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698879909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-14T12:21:20.014Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-14T12:21:20.015Z||pool-177-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-14T12:21:20.015Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:20.022Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:20.022Z||pool-177-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:20.915Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Preparing to deploy Service: 5a7e20b6-894f-4b5f-a16a-8ee836b6a588 2023-01-14T12:21:20.916Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 04dc5533-1bee-4150-b31d-3759cc2708aa 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-14T12:21:20.932Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37e7f64, org.onap.sdc.toscaparser.api.parameters.Input@6ba24d30, org.onap.sdc.toscaparser.api.parameters.Input@1bead36, org.onap.sdc.toscaparser.api.parameters.Input@675f2c38, org.onap.sdc.toscaparser.api.parameters.Input@172aeae8] 2023-01-14T12:21:20.934Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:20.935Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:20.935Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||VF Category is: Generic 2023-01-14T12:21:20.935Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||VFCustomizationUUID= 725e7bc5-ee9d-4851-b7c1-bb5ed7203c02 2023-01-14T12:21:20.935Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 725e7bc5-ee9d-4851-b7c1-bb5ed7203c02 matches Tosca VF Customization UUID: 725e7bc5-ee9d-4851-b7c1-bb5ed7203c02 2023-01-14T12:21:20.936Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||vfCustomizationUUID: 725e7bc5-ee9d-4851-b7c1-bb5ed7203c02 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-14T12:21:20.939Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:20.939Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:20.940Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||resource request for resource customization id 725e7bc5-ee9d-4851-b7c1-bb5ed7203c02: {\"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-14T12:21:20.940Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41bf89b 2023-01-14T12:21:20.940Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:20.940Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-14T12:21:20.941Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1f4e7d67-25c1-471c-9043-1a8cb832f53d 2023-01-14T12:21:20.941Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1f4e7d67-25c1-471c-9043-1a8cb832f53d 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-14T12:21:20.944Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:20.944Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-14T12:21:20.944Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T12:21:20.945Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:20.945Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-14T12:21:20.945Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T12:21:20.946Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:20.946Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-14T12:21:20.946Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-14T12:21:20.946Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-14T12:21:20.947Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d7d68b75-5acf-480b-b501-12f836ac2bd6 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-14T12:21:20.951Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:20.951Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-14T12:21:20.951Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-14T12:21:20.951Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:20.952Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-14T12:21:20.952Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=725e7bc5-ee9d-4851-b7c1-bb5ed7203c02 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-14T12:21:20.954Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:20.954Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:20.954Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500|| resourceSeq for service uuid 5a7e20b6-894f-4b5f-a16a-8ee836b6a588: basic_vm_macro 2023-01-14T12:21:20.955Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:20.955Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:20.955Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:20.955Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:20.955Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:20.956Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:20.956Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:20.956Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:20.956Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-14T12:21:20.956Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-14T12:21:20.957Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:21.121Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 04dc5533-1bee-4150-b31d-3759cc2708aa 1 ASDC deployResourceStructure 2023-01-14T12:21:21.121Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:21.122Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:21.122Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T12:21:21.122Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:21.123Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:21.124Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698881121, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T12:21:21.224Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:21.225Z||pool-178-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-14T12:21:21.225Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:21.237Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:21.237Z||pool-178-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:22.124Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:22.125Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:22.125Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T12:21:22.125Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:22.128Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:22.128Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698882124, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-14T12:21:22.228Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:22.228Z||pool-179-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-14T12:21:22.229Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:22.246Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:22.246Z||pool-179-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:23.129Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:23.129Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:23.129Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T12:21:23.130Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:23.132Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:23.132Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698883128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-14T12:21:23.232Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:23.233Z||pool-180-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-14T12:21:23.233Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:23.242Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:23.242Z||pool-180-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:24.133Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:24.133Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|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-14T12:21:24.133Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2023-01-14T12:21:24.133Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:21:24.135Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:21:24.135Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698884133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T12:21:24.236Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:21:24.236Z||pool-181-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-14T12:21:24.237Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:24.253Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:24.253Z||pool-181-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-14T12:21:25.136Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b055e311-a1ef-45b1-85af-433f4f96c7e0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T12:21:25.147Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b055e311-a1ef-45b1-85af-433f4f96c7e0 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-14T12:21:25.149Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T12:21:25.149Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-14T12:21:25.149Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-14T12:21:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:21:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:21:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:21:25.499Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:21:25.499Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:21:25.500Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "aai-ml", "timestamp": 1673698769001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_ERROR" } 2023-01-14T12:21:25.500Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:21:25.500Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:21:25.500Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "aai-ml", "timestamp": 1673698770009, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-14T12:21:25.508Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b055e311-a1ef-45b1-85af-433f4f96c7e0 2023-01-14T12:21:25.508Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b055e311-a1ef-45b1-85af-433f4f96c7e0 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-14T12:21:55.149Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b055e311-a1ef-45b1-85af-433f4f96c7e0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T12:21:55.159Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b055e311-a1ef-45b1-85af-433f4f96c7e0 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-14T12:21:55.161Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-14T12:21:55.162Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-14T12:21:55.162Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-14T12:21:55.162Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-14T12:21:55.162Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-01-14T12:21:55.163Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-14T12:21:55.167Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-14T12:22:25.167Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: b055e311-a1ef-45b1-85af-433f4f96c7e0 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-14T12:22:25.171Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b055e311-a1ef-45b1-85af-433f4f96c7e0 and serviceModelVersionId: 5a7e20b6-894f-4b5f-a16a-8ee836b6a588 2023-01-14T12:22:25.172Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07f2e0a6-cdc7-4c48-b5bc-a29a4086d639 2023-01-14T12:22:25.172Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0 2023-01-14T12:22:25.176Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|INFO|500||RestClientSSL using default SSL context! 2023-01-14T12:22:25.207Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13feb522-8e17-4fc3-b7ae-26b423d53252/model-vers/model-ver/a18468ae-af83-4577-90b6-ff239310e571?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?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-14T12:22:25.209Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||Invoke 2023-01-14T12:22:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:22:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:22:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:22:25.995Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:22:25.995Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:25.996Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "823fd0d4-624c-4010-9f37-e36ffb93a76e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698861445, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T12:22:25.996Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:22:25.996Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:25.996Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:22:25.997Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:22:25.997Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:25.997Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-14T12:22:25.997Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:22:25.997Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:25.997Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-14T12:22:25.997Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:22:25.997Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:25.997Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-14T12:22:25.997Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:22:25.997Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:25.997Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-14T12:22:25.998Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:22:25.998Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:25.998Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-14T12:22:25.998Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:22:25.998Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:25.998Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-14T12:22:25.998Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:22:25.998Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:25.998Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698862458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-14T12:22:25.998Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Missing status on Status Object. 2023-01-14T12:22:25.998Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:25.999Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698875231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-14T12:22:25.999Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:22:25.999Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:25.999Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698877637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-14T12:22:25.999Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:22:25.999Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:25.999Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698878786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-14T12:22:25.999Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:22:25.999Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:26.000Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698879909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-14T12:22:26.000Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:22:26.000Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:26.000Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698881121, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-14T12:22:26.000Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:22:26.000Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:26.000Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698882124, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-14T12:22:26.000Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:22:26.000Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:26.000Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698883128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-14T12:22:26.001Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:22:26.001Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||received message from topic 2023-01-14T12:22:26.001Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698884133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-14T12:22:26.001Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:22:26.732Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?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-14T12:22:26.734Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||Invoke 2023-01-14T12:22:28.273Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?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-14T12:22:28.275Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||Invoke 2023-01-14T12:22:29.308Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T12:22:29.309Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2023-01-14T12:22:29.309Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T12:22:29.309Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-14T12:22:29.316Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|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-14T12:22:29.316Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b055e311-a1ef-45b1-85af-433f4f96c7e0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2023-01-14T12:22:29.317Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-01-14T12:22:29.317Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||DistributionClient - sendStatus 2023-01-14T12:22:29.319Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-14T12:22:29.320Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|DEBUG|500||try to send status { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698949317, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T12:22:29.420Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-14T12:22:29.420Z||pool-182-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-14T12:22:29.420Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:22:29.434Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:22:29.434Z||pool-182-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-14T12:22:30.332Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:22:30.333Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:22:30.333Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:22:39.892Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:22:39.893Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:22:39.893Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:22:39.893Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:22:49.426Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:22:49.426Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:22:49.427Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:22:49.427Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:22:58.969Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:23:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:23:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:23:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:23:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:23:25.473Z||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-14T12:23:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:23:26.097Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:23:26.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-14T12:23:26.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b055e311-a1ef-45b1-85af-433f4f96c7e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673698949317, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2023-01-14T12:23:26.098Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-14T12:23:35.030Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:24:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:24:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:24:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:24:25.474Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:24:25.474Z||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-14T12:24:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:24:35.020Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:24:35.022Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:25:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:25:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:25:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:25:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:25:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:25:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:25:35.028Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:25:35.039Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:26:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:26:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:26:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:26:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:26:25.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-14T12:26:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:26:35.017Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:26:35.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:27:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:27:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:27:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:27:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:27:25.473Z||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-14T12:27:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:27:35.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:27:35.030Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:28:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:28:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:28:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:28:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:28:25.473Z||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-14T12:28:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:28:35.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:28:35.026Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:29:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:29:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:29:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:29:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:29:25.473Z||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-14T12:29:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:29:35.009Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:29:35.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:30:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:30:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:30:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:30:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:30:25.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-14T12:30:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:30:35.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:30:35.018Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:31:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:31:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:31:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:31:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:31:25.473Z||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-14T12:31:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:31:35.032Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:31:35.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:32:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:32:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:32:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:32:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:32:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:32:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:32:35.042Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:32:35.053Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:33:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:33:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:33:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:33:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:33:25.473Z||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-14T12:33:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:33:35.034Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:33:35.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:34:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:34:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:34:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:34:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:34:25.474Z||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-14T12:34:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:34:35.055Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:34:35.056Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:35:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:35:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:35:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:35:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:35:25.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-14T12:35:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:35:35.042Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:35:35.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:36:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:36:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:36:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:36:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:36:25.473Z||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-14T12:36:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:36:35.036Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:36:35.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:37:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:37:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:37:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:37:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:37:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:37:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:37:35.083Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:37:35.093Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:38:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:38:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:38:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:38:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:38:25.474Z||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-14T12:38:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:38:35.032Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:38:35.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:39:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:39:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:39:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:39:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:39:25.473Z||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-14T12:39:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:39:35.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:39:35.052Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:40:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:40:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:40:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:40:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:40:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:40:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:40:35.060Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:40:35.065Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:41:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:41:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:41:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:41:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:41:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:41:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:41:35.025Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:41:35.030Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:42:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:42:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:42:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:42:25.473Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:42:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:42:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:42:35.032Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:42:35.041Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:43:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:43:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:43:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:43:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:43:25.474Z||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-14T12:43:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:43:35.039Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:43:35.040Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:44:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:44:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:44:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:44:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:44:25.473Z||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-14T12:44:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:44:35.036Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:44:35.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:45:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:45:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:45:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:45:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:45:25.474Z||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-14T12:45:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:45:35.028Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:45:35.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:46:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:46:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:46:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:46:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:46:25.474Z||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-14T12:46:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:46:35.016Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:46:35.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:47:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:47:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:47:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:47:25.473Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:47:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:47:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:47:35.051Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:47:35.051Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:48:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:48:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:48:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:48:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:48:25.473Z||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-14T12:48:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:48:35.021Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:48:35.022Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:49:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:49:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:49:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:49:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:49:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:49:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:49:35.019Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:49:35.025Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:50:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:50:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:50:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:50:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:50:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:50:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:50:35.020Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:50:35.023Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:51:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:51:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:51:25.472Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:51:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:51:25.474Z||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-14T12:51:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:51:35.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:51:35.012Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:52:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:52:25.471Z||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-14T12:52:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:52:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:52:25.473Z||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-14T12:52:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:52:35.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:52:35.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:53:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:53:25.471Z||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-14T12:53:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:53:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:53:25.473Z||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-14T12:53:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:53:35.046Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:53:35.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:54:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:54:25.471Z||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-14T12:54:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:54:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:54:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T12:54:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T12:54:35.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:54:35.045Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:55:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:55:25.471Z||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-14T12:55:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:55:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:55:25.474Z||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-14T12:55:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:55:35.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:55:35.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:56:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:56:25.471Z||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-14T12:56:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:56:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:56:25.473Z||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-14T12:56:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:56:35.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:56:35.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:57:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:57:25.471Z||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-14T12:57:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:57:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:57:25.474Z||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-14T12:57:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:57:35.034Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:57:35.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:58:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:58:25.472Z||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-14T12:58:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:58:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:58:25.474Z||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-14T12:58:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:58:35.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:58:35.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:59:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:59:25.472Z||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-14T12:59:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:59:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T12:59:25.474Z||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-14T12:59:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T12:59:35.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T12:59:35.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:00:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:00:25.471Z||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-14T13:00:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:00:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:00:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:00:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:00:35.022Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:00:35.040Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:01:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:01:25.471Z||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-14T13:01:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:01:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:01:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:01:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:01:35.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:01:35.039Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:02:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:02:25.471Z||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-14T13:02:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:02:25.473Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:02:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:02:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:02:35.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:02:35.018Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:03:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:03:25.472Z||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-14T13:03:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:03:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:03:25.474Z||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-14T13:03:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:03:35.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:03:35.022Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:04:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:04:25.471Z||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-14T13:04:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:04:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:04:25.474Z||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-14T13:04:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:04:35.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:04:35.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:05:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:05:25.472Z||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-14T13:05:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:05:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:05:25.473Z||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-14T13:05:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:05:35.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:05:35.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:06:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:06:25.472Z||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-14T13:06:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:06:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:06:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:06:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:06:35.036Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:06:35.040Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:07:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:07:25.473Z||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-14T13:07:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:07:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:07:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:07:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:07:35.021Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:07:35.021Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:08:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:08:25.471Z||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-14T13:08:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:08:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:08:25.473Z||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-14T13:08:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:08:35.035Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:08:35.035Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:09:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:09:25.471Z||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-14T13:09:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:09:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:09:25.474Z||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-14T13:09:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:09:35.030Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:09:35.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:10:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:10:25.471Z||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-14T13:10:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:10:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:10:25.473Z||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-14T13:10:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:10:35.009Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:10:35.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:11:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:11:25.472Z||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-14T13:11:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:11:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:11:25.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-14T13:11:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:11:35.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:11:35.039Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:12:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:12:25.471Z||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-14T13:12:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:12:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:12:25.474Z||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-14T13:12:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:12:35.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:12:35.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:13:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:13:25.471Z||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-14T13:13:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:13:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:13:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:13:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:13:35.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:13:35.020Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:14:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:14:25.471Z||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-14T13:14:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:14:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:14:25.474Z||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-14T13:14:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:14:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:14:35.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:15:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:15:25.471Z||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-14T13:15:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:15:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:15:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:15:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:15:35.032Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:15:35.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:16:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:16:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:16:25.471Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:16:25.473Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:16:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:16:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:16:35.026Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:16:35.026Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:17:25.470Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:17:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:17:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:17:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:17:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:17:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:17:35.057Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:17:35.061Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:18:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:18:25.472Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:18:25.472Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:18:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:18:25.474Z||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-14T13:18:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:18:35.019Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:18:35.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:19:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:19:25.472Z||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-14T13:19:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:19:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:19:25.474Z||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-14T13:19:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:19:35.023Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:19:35.100Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:20:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:20:25.471Z||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-14T13:20:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:20:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:20:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:20:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:20:35.010Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:20:35.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:21:25.471Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:21:25.471Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:21:25.471Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:21:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:21:25.474Z||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-14T13:21:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:21:35.029Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:21:35.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:22:25.470Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:22:25.471Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:22:25.471Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:22:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:22:25.474Z||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-14T13:22:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:22:35.027Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:22:35.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:23:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:23:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:23:25.472Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:23:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:23:25.473Z||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-14T13:23:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:23:35.041Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:23:35.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:24:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:24:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:24:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:24:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:24:25.473Z||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-14T13:24:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:24:35.008Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:24:35.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:25:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:25:25.472Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:25:25.472Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:25:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:25:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:25:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:25:35.029Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:25:35.052Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:26:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:26:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:26:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:26:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:26:25.474Z||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-14T13:26:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:26:35.005Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:26:35.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:27:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:27:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:27:25.472Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:27:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:27:25.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-14T13:27:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:27:35.037Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:27:35.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:28:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:28:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:28:25.472Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:28:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:28:25.474Z||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-14T13:28:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:28:35.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:28:35.023Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:29:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:29:25.472Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:29:25.472Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:29:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:29:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:29:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:29:35.013Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:29:35.017Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:30:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:30:25.472Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:30:25.472Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:30:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:30:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:30:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:30:35.015Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:30:35.024Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:31:25.471Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:31:25.472Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:31:25.472Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:31:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:31:25.474Z||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-14T13:31:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:31:35.023Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:31:35.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:32:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:32:25.472Z||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-14T13:32:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:32:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:32:25.474Z||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-14T13:32:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:32:35.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:32:35.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:33:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:33:25.471Z||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-14T13:33:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:33:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:33:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:33:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:33:35.020Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:33:35.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:34:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:34:25.471Z||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-14T13:34:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:34:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:34:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:34:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:34:35.011Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:34:35.012Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:35:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:35:25.471Z||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-14T13:35:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:35:25.473Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:35:25.473Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:35:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:35:35.033Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:35:35.036Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:36:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:36:25.471Z||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-14T13:36:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:36:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:36:25.474Z||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-14T13:36:25.475Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:36:35.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:36:35.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:37:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:37:25.471Z||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-14T13:37:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:37:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:37:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:37:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:37:35.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:37:35.032Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:38:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:38:25.471Z||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-14T13:38:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:38:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:38:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:38:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:38:35.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:38:35.023Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:39:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:39:25.471Z||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-14T13:39:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:39:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:39:25.473Z||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-14T13:39:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:39:35.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:39:35.028Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:40:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:40:25.471Z||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-14T13:40:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:40:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:40:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:40:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:40:35.014Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:40:35.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:41:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:41:25.471Z||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-14T13:41:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:41:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:41:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:41:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:41:35.011Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:41:35.011Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:42:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:42:25.471Z||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-14T13:42:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:42:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:42:25.473Z||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-14T13:42:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:42:35.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:42:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:43:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:43:25.471Z||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-14T13:43:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:43:25.473Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:43:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:43:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:43:35.014Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:43:35.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:44:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:44:25.471Z||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-14T13:44:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:44:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:44:25.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-14T13:44:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:44:35.012Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:44:35.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:45:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:45:25.471Z||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-14T13:45:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:45:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:45:25.474Z||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-14T13:45:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:45:35.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:45:35.022Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:46:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:46:25.471Z||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-14T13:46:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:46:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:46:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:46:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:46:35.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:46:35.031Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:47:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:47:25.471Z||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-14T13:47:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:47:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:47:25.474Z||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-14T13:47:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:47:35.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:47:35.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:48:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:48:25.471Z||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-14T13:48:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:48:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:48:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:48:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:48:35.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:48:35.022Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:49:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:49:25.471Z||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-14T13:49:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:49:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:49:25.474Z||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-14T13:49:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:49:35.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:49:35.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:50:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:50:25.471Z||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-14T13:50:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:50:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:50:25.474Z||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-14T13:50:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:50:35.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:50:35.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:51:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:51:25.471Z||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-14T13:51:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:51:25.473Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:51:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:51:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:51:35.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:51:35.038Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:52:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:52:25.471Z||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-14T13:52:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:52:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:52:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:52:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:52:35.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:52:35.036Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:53:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:53:25.471Z||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-14T13:53:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:53:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:53:25.473Z||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-14T13:53:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:53:35.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:53:35.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:54:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:54:25.471Z||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-14T13:54:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:54:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:54:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:54:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:54:35.046Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:54:35.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:55:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:55:25.472Z||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-14T13:55:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:55:25.473Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:55:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:55:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:55:35.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:55:35.030Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:56:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:56:25.473Z||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-14T13:56:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:56:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:56:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:56:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:56:35.040Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:56:35.043Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:57:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:57:25.472Z||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-14T13:57:25.473Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:57:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:57:25.474Z||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-14T13:57:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:57:35.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:57:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:58:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:58:25.471Z||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-14T13:58:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:58:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:58:25.473Z||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-14T13:58:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:58:35.037Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:58:35.037Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:59:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:59:25.472Z||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-14T13:59:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T13:59:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T13:59:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T13:59:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T13:59:35.035Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T13:59:35.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:00:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:00:25.471Z||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-14T14:00:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:00:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:00:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T14:00:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T14:00:35.041Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:00:35.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:01:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:01:25.471Z||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-14T14:01:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:01:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:01:25.473Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T14:01:25.474Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T14:01:35.019Z|f2a234f9-0fa2-4fbc-b340-bccdb1617d4a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc9d663-22df-452c-878b-eae2afac2ce9/model-vers/model-ver/4ce7be9f-f5d6-4227-9059-08601519f558?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:01:35.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:02:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:02:25.471Z||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-14T14:02:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:02:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:02:25.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-14T14:02:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:02:35.046Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:02:35.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:03:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:03:25.471Z||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-14T14:03:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:03:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:03:25.473Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T14:03:25.474Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T14:03:35.053Z|823fd0d4-624c-4010-9f37-e36ffb93a76e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c0e935c-5651-476b-869d-905e9bdcb21f/model-vers/model-ver/a139d473-988c-4792-9ef6-41913d15c77a?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:03:35.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:04:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:04:25.471Z||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-14T14:04:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:04:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:04:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T14:04:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T14:04:35.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:04:35.029Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:05:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:05:25.471Z||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-14T14:05:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:05:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:05:25.474Z||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-14T14:05:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:05:35.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:05:35.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:06:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:06:25.471Z||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-14T14:06:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:06:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:06:25.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-14T14:06:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:06:35.033Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:06:35.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:07:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:07:25.471Z||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-14T14:07:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:07:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:07:25.473Z||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-14T14:07:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:07:35.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:07:35.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:08:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:08:25.471Z||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-14T14:08:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:08:25.473Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:08:25.473Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T14:08:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T14:08:35.039Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:08:35.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:09:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:09:25.471Z||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-14T14:09:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:09:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:09:25.473Z||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-14T14:09:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:09:35.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:09:35.033Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:10:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:10:25.471Z||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-14T14:10:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:10:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:10:25.473Z||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-14T14:10:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:10:35.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:10:35.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:11:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:11:25.471Z||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-14T14:11:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:11:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:11:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T14:11:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T14:11:35.010Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:11:35.052Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:12:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:12:25.471Z||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-14T14:12:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:12:25.473Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:12:25.473Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T14:12:25.474Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T14:12:35.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:12:35.017Z|b055e311-a1ef-45b1-85af-433f4f96c7e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2e0a6-cdc7-4c48-b5bc-a29a4086d639/model-vers/model-ver/5a7e20b6-894f-4b5f-a16a-8ee836b6a588?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:13:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:13:25.471Z||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-14T14:13:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:13:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:13:25.474Z||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-14T14:13:25.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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:13:35.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:13:35.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:14:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:14:25.471Z||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-14T14:14:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:14:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:14:25.474Z||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-14T14:14:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:14:35.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:14:35.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:15:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:15:25.471Z||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-14T14:15:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:15:25.473Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:15:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-14T14:15:25.474Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ... 2023-01-14T14:15:35.028Z|33f2a8b3-d15e-42e8-9ce8-4a083aa43e11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d8cc7f7-cc19-40f0-9010-5e6a2ab71f33/model-vers/model-ver/44c2613c-1a53-452c-97a0-2a2ec5c0f6e6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:15:35.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:16:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:16:25.471Z||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-14T14:16:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:16:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:16:25.473Z||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-14T14:16:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:16:35.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:16:35.036Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:17:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:17:25.471Z||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-14T14:17:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:17:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:17:25.474Z||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-14T14:17:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:17:35.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:17:35.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:18:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:18:25.472Z||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-14T14:18:25.472Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:18:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:18:25.474Z||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-14T14:18:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:18:35.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:18:35.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:19:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:19:25.471Z||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-14T14:19:25.471Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:19:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-14T14:19:25.474Z||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-14T14:19:25.474Z||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 DzyHsegTlN8fJu8D) ... 2023-01-14T14:19:35.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-14T14:19:35.067Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK