By type
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-02-03T03:44:12.412Z||main|||||INFO|500||The following profiles are active: basic
2023-02-03T03:44:28.162Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-03T03:44:28.163Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-03T03:44:28.288Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-03T03:44:33.563Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-03T03:44:34.077Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-03T03:44:34.716Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-03T03:44:34.742Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-03T03:44:35.036Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-03T03:44:35.373Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-03T03:44:36.106Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-03T03:44:38.183Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-03T03:44:41.291Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-03T03:44:41.374Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-03T03:44:42.365Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-03T03:44:42.750Z||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-02-03T03:44:44.372Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-03T03:44:45.858Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-02-03T03:44:45.891Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$af915e9a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-02-03T03:44:45.895Z||main|||||WARN|500||The sdc end point is not alive
2023-02-03T03:44:49.877Z||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-02-03T03:44:53.663Z||main|||||WARN|500||---
2023-02-03T03:44:53.664Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-03T03:44:53.664Z||main|||||WARN|500||---
2023-02-03T03:44:54.228Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-03T03:45:02.081Z||main|||||INFO|500||Started Application in 53.886 seconds (JVM running for 57.11)
2023-02-03T03:45:02.161Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-03T03:45:02.174Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-03T03:45:02.212Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-03T03:45:02.286Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-02-03T03:45:02.391Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 230de663-1fb1-4422-ab4b-e1929f776ad3 url= /sdc/v1/artifactTypes
2023-02-03T03:45:02.392Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-02-03T03:45:02.923Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-03T03:45:03.015Z||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-02-03T03:45:03.058Z||scheduling-1|||||DEBUG|500||create keys
2023-02-03T03:45:03.077Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-02-03T03:45:03.226Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:45:03.264Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 36806f65-418e-4827-bf4d-d39ff27fac3e url= /sdc/v1/registerForDistribution
2023-02-03T03:45:03.498Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 36806f65-418e-4827-bf4d-d39ff27fac3e url= /sdc/v1/registerForDistribution
2023-02-03T03:45:03.499Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-03T03:45:03.524Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:45:03.528Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:45:03.549Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-03T03:45:03.555Z||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-02-03T03:45:03.556Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:45:03.559Z||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-02-03T03:45:03.560Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:45:13.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:45:13.940Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:46:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:46:03.514Z||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-02-03T03:46:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:46:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:46:03.518Z||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-02-03T03:46:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:46:13.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:46:13.087Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:47:03.513Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:47:03.515Z||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-02-03T03:47:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:47:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:47:03.520Z||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-02-03T03:47:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:47:13.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:47:13.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:48:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:48:03.515Z||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-02-03T03:48:03.516Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:48:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:48:03.519Z||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-02-03T03:48:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:48:13.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:48:13.068Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:49:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:49:03.514Z||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-02-03T03:49:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:49:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:49:03.519Z||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-02-03T03:49:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:49:13.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:49:13.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:50:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:50:03.514Z||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-02-03T03:50:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:50:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:50:03.519Z||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-02-03T03:50:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:50:13.058Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:50:13.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:51:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:51:03.513Z||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-02-03T03:51:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:51:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:51:03.519Z||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-02-03T03:51:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:51:13.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:51:13.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:52:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:52:03.513Z||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-02-03T03:52:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:52:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:52:03.522Z||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-02-03T03:52:03.523Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:52:13.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:52:13.070Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:53:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:53:03.514Z||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-02-03T03:53:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:53:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:53:03.519Z||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-02-03T03:53:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:53:13.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:53:13.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:54:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:54:03.514Z||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-02-03T03:54:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:54:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:54:03.518Z||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-02-03T03:54:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:54:13.061Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:54:13.061Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:55:00.437Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-03T03:55:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:55:03.514Z||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-02-03T03:55:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:55:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:55:03.518Z||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-02-03T03:55:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:55:13.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:55:13.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:56:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:56:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:56:03.520Z||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-02-03T03:56:03.520Z||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-02-03T03:56:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:56:03.521Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:56:13.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:56:13.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:57:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:57:03.514Z||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-02-03T03:57:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:57:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:57:03.519Z||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-02-03T03:57:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:57:13.064Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:57:13.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:58:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:58:03.513Z||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-02-03T03:58:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:58:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:58:03.519Z||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-02-03T03:58:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:58:13.058Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:58:13.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:59:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:59:03.513Z||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-02-03T03:59:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:59:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:59:03.518Z||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-02-03T03:59:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:59:13.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T03:59:13.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:00:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:00:03.513Z||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-02-03T04:00:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:00:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:00:03.518Z||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-02-03T04:00:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:00:13.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:00:13.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:01:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:01:03.514Z||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-02-03T04:01:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:01:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:01:03.519Z||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-02-03T04:01:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:01:13.058Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:01:13.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:02:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:02:03.513Z||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-02-03T04:02:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:02:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:02:03.518Z||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-02-03T04:02:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:02:13.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:02:13.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:03:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:03:03.514Z||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-02-03T04:03:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:03:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:03:03.519Z||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-02-03T04:03:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:03:13.061Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:03:13.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:04:03.513Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:04:03.515Z||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-02-03T04:04:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:04:03.519Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:04:03.520Z||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-02-03T04:04:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:04:13.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:04:13.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:05:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:05:03.514Z||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-02-03T04:05:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:05:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:05:03.519Z||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-02-03T04:05:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:05:13.056Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:05:13.064Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:06:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:06:03.515Z||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-02-03T04:06:03.516Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:06:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:06:03.519Z||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-02-03T04:06:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:06:13.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:06:13.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:07:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:07:03.515Z||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-02-03T04:07:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:07:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:07:03.520Z||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-02-03T04:07:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:07:13.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:07:13.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:08:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:08:03.513Z||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-02-03T04:08:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:08:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:08:03.519Z||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-02-03T04:08:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:08:13.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:08:13.071Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:09:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:09:03.513Z||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-02-03T04:09:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:09:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:09:03.519Z||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-02-03T04:09:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:09:13.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:09:13.071Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:10:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:10:03.514Z||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-02-03T04:10:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:10:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:10:03.519Z||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-02-03T04:10:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:10:13.067Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:10:13.070Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:11:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:11:03.513Z||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-02-03T04:11:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:11:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:11:03.519Z||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-02-03T04:11:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:11:13.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:11:13.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:12:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:12:03.514Z||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-02-03T04:12:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:12:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:12:03.519Z||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-02-03T04:12:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:12:13.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:12:13.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:13:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:13:03.514Z||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-02-03T04:13:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:13:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:13:03.519Z||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-02-03T04:13:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:13:13.055Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:13:13.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:14:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:14:03.513Z||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-02-03T04:14:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:14:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:14:03.519Z||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-02-03T04:14:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:14:13.064Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:14:13.068Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:15:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:15:03.513Z||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-02-03T04:15:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:15:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:15:03.519Z||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-02-03T04:15:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:15:13.059Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:15:13.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:16:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:16:03.514Z||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-02-03T04:16:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:16:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:16:03.518Z||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-02-03T04:16:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:16:13.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:16:13.086Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:17:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:17:03.514Z||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-02-03T04:17:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:17:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:17:03.519Z||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-02-03T04:17:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:17:13.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:17:13.063Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:18:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:18:03.514Z||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-02-03T04:18:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:18:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:18:03.518Z||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-02-03T04:18:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:18:13.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:18:13.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:19:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:19:03.514Z||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-02-03T04:19:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:19:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:19:03.519Z||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-02-03T04:19:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:19:13.057Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:19:13.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:20:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:20:03.513Z||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-02-03T04:20:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:20:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:20:03.519Z||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-02-03T04:20:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:20:13.058Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:20:13.070Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:21:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:21:03.513Z||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-02-03T04:21:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:21:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:21:03.518Z||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-02-03T04:21:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:21:13.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:21:13.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:22:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:22:03.513Z||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-02-03T04:22:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:22:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:22:03.518Z||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-02-03T04:22:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:22:13.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:22:13.063Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:23:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:23:03.514Z||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-02-03T04:23:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:23:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:23:03.518Z||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-02-03T04:23:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:23:13.064Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:23:13.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:24:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:24:03.513Z||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-02-03T04:24:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:24:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:24:03.519Z||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-02-03T04:24:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:24:13.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:24:13.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:25:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:25:03.513Z||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-02-03T04:25:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:25:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:25:03.519Z||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-02-03T04:25:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:25:13.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:25:13.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:26:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:26:03.514Z||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-02-03T04:26:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:26:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:26:03.519Z||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-02-03T04:26:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:26:13.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:26:13.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:27:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:27:03.513Z||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-02-03T04:27:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:27:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:27:03.519Z||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-02-03T04:27:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:27:13.060Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:27:13.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:28:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:28:03.513Z||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-02-03T04:28:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:28:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:28:03.518Z||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-02-03T04:28:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:28:13.061Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:28:13.064Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:29:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:29:03.513Z||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-02-03T04:29:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:29:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:29:03.518Z||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-02-03T04:29:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:29:13.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:29:13.057Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:30:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:30:03.513Z||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-02-03T04:30:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:30:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:30:03.519Z||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-02-03T04:30:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:30:13.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:30:13.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:31:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:31:03.514Z||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-02-03T04:31:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:31:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:31:03.519Z||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-02-03T04:31:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:31:13.064Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:31:13.064Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:32:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:32:03.513Z||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-02-03T04:32:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:32:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:32:03.518Z||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-02-03T04:32:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:32:13.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:32:13.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:33:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:33:03.514Z||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-02-03T04:33:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:33:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:33:03.519Z||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-02-03T04:33:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:33:13.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:33:13.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:34:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:34:03.514Z||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-02-03T04:34:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:34:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:34:03.519Z||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-02-03T04:34:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:34:13.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:34:13.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:35:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:35:03.513Z||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-02-03T04:35:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:35:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:35:03.519Z||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-02-03T04:35:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:35:13.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:35:13.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:36:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:36:03.513Z||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-02-03T04:36:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:36:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:36:03.519Z||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-02-03T04:36:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:36:13.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:36:13.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:37:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:37:03.513Z||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-02-03T04:37:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:37:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:37:03.519Z||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-02-03T04:37:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:37:13.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:37:13.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:38:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:38:03.513Z||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-02-03T04:38:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:38:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:38:03.519Z||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-02-03T04:38:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:38:13.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:38:13.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:39:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:39:03.514Z||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-02-03T04:39:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:39:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:39:03.518Z||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-02-03T04:39:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:39:13.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:39:13.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:40:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:40:03.513Z||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-02-03T04:40:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:40:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:40:03.518Z||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-02-03T04:40:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:40:13.061Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:40:13.061Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:41:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:41:03.513Z||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-02-03T04:41:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:41:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:41:03.519Z||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-02-03T04:41:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:41:13.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:41:13.062Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:42:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:42:03.514Z||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-02-03T04:42:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:42:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:42:03.519Z||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-02-03T04:42:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:42:13.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:42:13.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:43:03.513Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:43:03.516Z||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-02-03T04:43:03.516Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:43:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:43:03.518Z||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-02-03T04:43:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:43:13.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:43:13.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:44:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:44:03.513Z||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-02-03T04:44:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:44:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:44:03.519Z||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-02-03T04:44:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:44:13.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:44:13.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:45:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:45:03.513Z||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-02-03T04:45:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:45:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:45:03.519Z||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-02-03T04:45:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:45:13.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:45:13.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:46:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:46:03.513Z||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-02-03T04:46:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:46:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:46:03.519Z||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-02-03T04:46:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:46:13.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:46:13.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:47:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:47:03.514Z||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-02-03T04:47:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:47:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:47:03.519Z||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-02-03T04:47:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:47:13.060Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:47:13.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:48:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:48:03.513Z||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-02-03T04:48:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:48:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:48:03.519Z||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-02-03T04:48:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:48:13.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:48:13.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:49:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:49:03.513Z||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-02-03T04:49:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:49:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:49:03.519Z||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-02-03T04:49:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:49:13.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:49:13.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:50:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:50:03.514Z||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-02-03T04:50:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:50:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:50:03.519Z||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-02-03T04:50:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:50:13.059Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:50:13.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:51:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:51:03.513Z||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-02-03T04:51:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:51:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:51:03.519Z||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-02-03T04:51:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:51:13.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:51:13.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:52:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:52:03.513Z||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-02-03T04:52:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:52:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:52:03.519Z||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-02-03T04:52:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:52:13.063Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:52:13.088Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:53:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:53:03.513Z||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-02-03T04:53:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:53:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:53:03.519Z||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-02-03T04:53:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:53:13.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:53:13.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:54:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:54:03.514Z||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-02-03T04:54:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:54:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:54:03.519Z||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-02-03T04:54:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:54:13.070Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:54:13.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:55:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:55:03.513Z||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-02-03T04:55:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:55:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:55:03.519Z||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-02-03T04:55:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:55:13.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:55:13.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:56:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:56:03.513Z||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-02-03T04:56:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:56:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:56:03.519Z||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-02-03T04:56:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:56:13.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:56:13.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:57:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:57:03.514Z||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-02-03T04:57:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:57:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:57:03.519Z||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-02-03T04:57:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:57:13.063Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:57:13.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:58:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:58:03.513Z||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-02-03T04:58:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:58:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:58:03.519Z||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-02-03T04:58:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:58:13.063Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:58:13.065Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:59:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:59:03.513Z||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-02-03T04:59:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:59:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:59:03.519Z||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-02-03T04:59:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:59:13.089Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T04:59:13.089Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:00:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:00:03.513Z||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-02-03T05:00:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:00:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:00:03.520Z||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-02-03T05:00:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:00:13.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:00:13.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:01:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:01:03.513Z||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-02-03T05:01:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:01:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:01:03.519Z||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-02-03T05:01:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:01:13.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:01:13.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:02:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:02:03.513Z||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-02-03T05:02:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:02:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:02:03.520Z||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-02-03T05:02:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:02:13.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:02:13.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:03:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:03:03.513Z||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-02-03T05:03:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:03:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:03:03.519Z||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-02-03T05:03:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:03:13.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:03:13.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:04:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:04:03.514Z||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-02-03T05:04:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:04:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:04:03.519Z||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-02-03T05:04:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:04:13.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:04:13.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:05:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:05:03.514Z||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-02-03T05:05:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:05:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:05:03.518Z||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-02-03T05:05:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:05:13.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:05:13.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:06:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:06:03.515Z||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-02-03T05:06:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:06:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:06:03.519Z||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-02-03T05:06:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:06:13.066Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:06:13.067Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:07:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:07:03.514Z||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-02-03T05:07:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:07:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:07:03.519Z||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-02-03T05:07:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:07:13.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:07:13.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:08:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:08:03.513Z||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-02-03T05:08:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:08:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:08:03.518Z||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-02-03T05:08:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:08:13.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:08:13.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:09:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:09:03.513Z||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-02-03T05:09:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:09:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:09:03.519Z||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-02-03T05:09:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:09:13.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:09:13.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:10:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:10:03.514Z||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-02-03T05:10:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:10:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:10:03.518Z||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-02-03T05:10:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:10:13.063Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:10:13.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:11:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:11:03.513Z||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-02-03T05:11:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:11:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:11:03.519Z||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-02-03T05:11:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:11:13.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:11:13.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:12:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:12:03.513Z||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-02-03T05:12:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:12:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:12:03.519Z||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-02-03T05:12:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:12:13.057Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:12:13.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:13:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:13:03.513Z||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-02-03T05:13:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:13:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:13:03.519Z||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-02-03T05:13:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:13:13.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:13:13.063Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:14:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:14:03.513Z||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-02-03T05:14:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:14:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:14:03.519Z||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-02-03T05:14:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:14:13.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:14:13.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:15:03.513Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:15:03.515Z||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-02-03T05:15:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:15:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:15:03.518Z||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-02-03T05:15:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:15:13.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:15:13.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:16:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:16:03.514Z||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-02-03T05:16:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:16:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:16:03.518Z||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-02-03T05:16:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:16:13.071Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:16:13.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:17:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:17:03.514Z||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-02-03T05:17:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:17:03.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:17:03.520Z||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-02-03T05:17:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:17:13.081Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:17:13.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:18:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:18:03.514Z||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-02-03T05:18:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:18:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:18:03.519Z||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-02-03T05:18:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:18:13.066Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:18:13.066Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:19:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:19:03.513Z||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-02-03T05:19:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:19:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:19:03.519Z||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-02-03T05:19:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:19:13.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:19:13.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:20:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:20:03.514Z||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-02-03T05:20:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:20:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:20:03.519Z||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-02-03T05:20:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:20:13.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:20:13.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:21:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:21:03.513Z||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-02-03T05:21:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:21:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:21:03.519Z||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-02-03T05:21:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:21:13.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:21:13.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:22:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:22:03.513Z||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-02-03T05:22:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:22:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:22:03.519Z||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-02-03T05:22:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:22:13.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:22:13.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:23:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:23:03.513Z||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-02-03T05:23:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:23:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:23:03.519Z||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-02-03T05:23:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:23:13.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:23:13.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:24:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:24:03.514Z||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-02-03T05:24:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:24:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:24:03.519Z||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-02-03T05:24:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:24:13.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:24:13.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:25:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:25:03.514Z||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-02-03T05:25:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:25:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:25:03.519Z||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-02-03T05:25:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:25:13.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:25:13.085Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:26:03.513Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:26:03.516Z||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-02-03T05:26:03.517Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:26:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:26:03.519Z||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-02-03T05:26:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:26:13.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:26:13.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:27:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:27:03.514Z||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-02-03T05:27:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:27:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:27:03.519Z||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-02-03T05:27:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:27:13.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:27:13.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:28:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:28:03.516Z||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-02-03T05:28:03.517Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:28:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:28:03.518Z||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-02-03T05:28:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:28:13.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:28:13.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:29:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:29:03.513Z||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-02-03T05:29:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:29:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:29:03.519Z||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-02-03T05:29:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:29:13.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:29:13.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:30:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:30:03.514Z||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-02-03T05:30:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:30:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:30:03.519Z||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-02-03T05:30:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:30:13.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:30:13.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:31:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:31:03.515Z||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-02-03T05:31:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:31:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:31:03.518Z||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-02-03T05:31:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:31:13.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:31:13.066Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:32:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:32:03.513Z||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-02-03T05:32:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:32:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:32:03.519Z||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-02-03T05:32:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:32:13.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:32:13.095Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:33:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:33:03.513Z||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-02-03T05:33:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:33:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:33:03.519Z||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-02-03T05:33:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:33:13.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:33:13.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:34:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:34:03.513Z||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-02-03T05:34:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:34:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:34:03.520Z||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-02-03T05:34:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:34:13.087Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:34:13.091Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:35:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:35:03.513Z||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-02-03T05:35:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:35:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:35:03.519Z||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-02-03T05:35:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:35:13.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:35:13.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:36:03.513Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:36:03.517Z||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-02-03T05:36:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:36:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:36:03.519Z||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-02-03T05:36:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:36:13.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:36:13.084Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:37:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:37:03.514Z||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-02-03T05:37:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:37:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:37:03.519Z||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-02-03T05:37:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:37:13.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:37:13.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:38:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:38:03.513Z||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-02-03T05:38:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:38:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:38:03.519Z||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-02-03T05:38:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:38:13.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:38:13.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:39:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:39:03.513Z||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-02-03T05:39:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:39:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:39:03.518Z||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-02-03T05:39:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:39:13.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:39:13.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:40:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:40:03.513Z||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-02-03T05:40:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:40:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:40:03.519Z||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-02-03T05:40:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:40:13.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:40:13.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:41:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:41:03.513Z||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-02-03T05:41:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:41:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:41:03.518Z||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-02-03T05:41:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:41:13.062Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:41:13.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:42:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:42:03.513Z||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-02-03T05:42:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:42:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:42:03.518Z||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-02-03T05:42:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:42:13.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:42:13.066Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:43:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:43:03.513Z||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-02-03T05:43:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:43:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:43:03.519Z||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-02-03T05:43:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:43:13.058Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:43:13.068Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:44:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:44:03.513Z||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-02-03T05:44:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:44:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:44:03.518Z||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-02-03T05:44:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:44:13.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:44:13.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:45:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:45:03.513Z||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-02-03T05:45:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:45:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:45:03.519Z||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-02-03T05:45:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:45:13.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:45:13.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:46:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:46:03.514Z||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-02-03T05:46:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:46:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:46:03.518Z||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-02-03T05:46:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:46:13.060Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:46:13.060Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:47:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:47:03.514Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:47:03.514Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:47:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:47:03.519Z||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-02-03T05:47:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:47:13.087Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:47:13.088Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:48:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:48:03.514Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:48:03.514Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:48:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:48:03.519Z||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-02-03T05:48:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:48:13.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:48:13.064Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:49:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:49:03.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:49:03.513Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:49:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:49:03.519Z||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-02-03T05:49:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:49:13.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:49:13.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:50:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:50:03.514Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:50:03.514Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:50:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:50:03.519Z||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-02-03T05:50:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:50:13.068Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:50:13.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:51:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:51:03.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:51:03.514Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:51:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:51:03.518Z||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-02-03T05:51:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:51:13.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:51:13.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:52:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:52:03.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:52:03.513Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:52:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:52:03.518Z||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-02-03T05:52:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:52:13.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:52:13.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:53:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:53:03.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:53:03.514Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:53:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:53:03.518Z||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-02-03T05:53:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:53:13.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:53:13.059Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:54:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:54:03.513Z||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-02-03T05:54:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:54:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:54:03.519Z||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-02-03T05:54:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:54:13.063Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:54:13.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:55:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:55:03.513Z||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-02-03T05:55:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:55:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:55:03.518Z||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-02-03T05:55:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:55:13.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:55:13.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:56:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:56:03.513Z||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-02-03T05:56:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:56:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:56:03.519Z||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-02-03T05:56:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:56:13.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:56:13.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:57:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:57:03.513Z||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-02-03T05:57:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:57:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:57:03.518Z||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-02-03T05:57:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:57:13.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:57:13.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:58:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:58:03.514Z||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-02-03T05:58:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:58:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:58:03.520Z||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-02-03T05:58:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:58:13.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:58:13.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:59:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:59:03.513Z||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-02-03T05:59:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:59:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:59:03.519Z||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-02-03T05:59:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:59:13.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T05:59:13.056Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:00:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:00:03.513Z||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-02-03T06:00:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:00:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:00:03.519Z||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-02-03T06:00:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:00:13.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:00:13.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:01:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:01:03.513Z||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-02-03T06:01:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:01:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:01:03.518Z||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-02-03T06:01:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:01:13.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:01:13.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:02:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:02:03.513Z||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-02-03T06:02:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:02:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:02:03.518Z||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-02-03T06:02:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:02:13.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:02:13.061Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:03:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:03:03.513Z||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-02-03T06:03:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:03:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:03:03.519Z||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-02-03T06:03:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:03:13.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:03:13.061Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:04:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:04:03.513Z||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-02-03T06:04:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:04:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:04:03.518Z||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-02-03T06:04:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:04:13.061Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:04:13.063Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:05:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:05:03.513Z||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-02-03T06:05:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:05:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:05:03.518Z||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-02-03T06:05:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:05:13.064Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:05:13.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:06:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:06:03.514Z||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-02-03T06:06:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:06:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:06:03.519Z||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-02-03T06:06:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:06:13.066Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:06:13.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:07:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:07:03.513Z||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-02-03T06:07:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:07:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:07:03.518Z||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-02-03T06:07:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:07:13.087Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:07:13.093Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:08:03.513Z||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-02-03T06:08:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:08:03.519Z||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-02-03T06:08:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:04.152Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:04.154Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:04.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9af1fab-6f31-48a5-8192-4952916933cb","serviceName":"vFW 2023-02-03 06-06-44","serviceVersion":"1.0","serviceUUID":"281c036e-0344-489d-a782-9453b698c929","serviceDescription":"catalog service description","serviceInvariantUUID":"aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db","resources":[{"resourceInstanceName":"vFW f5654110-5dd9 0","resourceName":"vFW f5654110-5dd9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1204cec-e1a3-4d0f-99a7-6b16b7087938","resourceInvariantUUID":"6600e26e-a1a6-423c-b58a-93dfbbd3478d","resourceCustomizationUUID":"fca594dd-dd46-4795-9904-7a1710fcdd28","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml","artifactChecksum":"MTc1MWFiZDU3NjM0MTVlNWQ3ZWUzNjgzY2JlOTQ1NTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38a2f71e-8c8d-4322-a531-60e99e410d29","artifactVersion":"1"},{"artifactName":"vfwf56541105dd90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json","artifactChecksum":"Y2M0ODc0ZWE1YTQ1ZWNkYzE5NTNiMWNjMzBmNTdmMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7ad03ed-2112-4cfe-b999-4bd3e155b55b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7e1fbd94-af10-405f-b541-11d591a333ea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml","artifactChecksum":"ZjhiZTQ5NmRhZTUwZmIzNzAyNjljNTJlZjI0NmMxYjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0c0df202-c477-4fb9-b41c-ebad38c2b41c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9a4a68d2-02e0-4467-a1d9-2664af1d9c26","artifactVersion":"2","generatedFromUUID":"7e1fbd94-af10-405f-b541-11d591a333ea"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230203060644-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml","artifactChecksum":"YzlkYmYwOGIwYWNhZGQyNDdjMmI5OWRkNTM2YzBkZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8155e407-267a-40b9-a2b1-cc5c33d7a061","artifactVersion":"1"},{"artifactName":"service-Vfw20230203060644-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar","artifactChecksum":"MjIyMzA5OTgxMGIzZDdlZmUzOTBjOThiYWM2NDZjOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b59bfd9c-036b-4224-95de-407a4393f15e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-03T06:08:04.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404455920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.179Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:08:04.191Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:04.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "aai-ml",
"timestamp": 1675404449651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "cds",
"timestamp": 1675404459914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404458460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1675404459108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404455920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
"status": "NOTIFIED"
}
2023-02-03T06:08:04.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "aai-ml",
"timestamp": 1675404449651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "cds",
"timestamp": 1675404459914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404458460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1675404459108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "aai-ml",
"timestamp": 1675404449651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404455920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-03T06:08:04.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "cds",
"timestamp": 1675404459914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1675404459108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404458460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "aai-ml",
"timestamp": 1675404449651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.213Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:04.213Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404483512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404455920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "cds",
"timestamp": 1675404459914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1675404459108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404458460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404455920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-03T06:08:04.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "aai-ml",
"timestamp": 1675404449651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "cds",
"timestamp": 1675404459914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1675404459108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404458460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "aai-ml",
"timestamp": 1675404449651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404455920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "cds",
"timestamp": 1675404459914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1675404459108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404458460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404455920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:08:04.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "aai-ml",
"timestamp": 1675404449651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:08:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "cds",
"timestamp": 1675404459914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:08:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1675404459108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404458460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:08:04.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:08:04.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404468096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:08:04.224Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404466750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:08:04.224Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "aai-ml",
"timestamp": 1675404466756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:08:04.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "cds",
"timestamp": 1675404468124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:08:04.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "cds",
"timestamp": 1675404469141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2023-02-03T06:08:04.313Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2023-02-03T06:08:04.319Z||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-02-03T06:08:04.320Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:04.334Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:04.336Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-03T06:08:04.552Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9af1fab-6f31-48a5-8192-4952916933cb
2023-02-03T06:08:04.681Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af1fab-6f31-48a5-8192-4952916933cb 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-02-03T06:08:04.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404469186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:08:04.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404470252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:08:04.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404471315,
"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-02-03T06:08:04.739Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9af1fab-6f31-48a5-8192-4952916933cb
2023-02-03T06:08:04.739Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af1fab-6f31-48a5-8192-4952916933cb 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-02-03T06:08:04.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404472320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
"status": "DEPLOY_OK"
}
2023-02-03T06:08:04.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404470962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:08:04.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404471968,
"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-02-03T06:08:04.760Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9af1fab-6f31-48a5-8192-4952916933cb
2023-02-03T06:08:04.760Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af1fab-6f31-48a5-8192-4952916933cb 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-02-03T06:08:04.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "aai-ml",
"timestamp": 1675404477895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:08:04.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "aai-ml",
"timestamp": 1675404478901,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:08:04.792Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9af1fab-6f31-48a5-8192-4952916933cb
2023-02-03T06:08:04.793Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af1fab-6f31-48a5-8192-4952916933cb 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-02-03T06:08:05.223Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:08:05.224Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:05.227Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:05.227Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404483512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
"status": "NOTIFIED"
}
2023-02-03T06:08:05.327Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:08:05.328Z||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-02-03T06:08:05.329Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:05.341Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:05.342Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:08:06.228Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:08:06.230Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:06.235Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:06.235Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404483512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-03T06:08:06.333Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-02-03T06:08:06.334Z||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-02-03T06:08:06.334Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:06.344Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:06.345Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:07.236Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:08:07.237Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:07.239Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:07.239Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404483512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:07.340Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T06:08:07.341Z||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-02-03T06:08:07.341Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:07.353Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:07.354Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:08.242Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:08:08.243Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:08.246Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:08.246Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404483512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-03T06:08:08.346Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:08:08.347Z||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-02-03T06:08:08.348Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:08.358Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:08.359Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:09.248Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:08:09.248Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:09.251Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:09.251Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404483512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:08:09.351Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:08:09.352Z||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-02-03T06:08:09.353Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:09.364Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:09.365Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:10.252Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:08:10.253Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:10.255Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:10.255Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404483512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:08:10.356Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:08:10.357Z||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-02-03T06:08:10.357Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:10.368Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:10.369Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:08:11.258Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"serviceName": "vFW 2023-02-03 06-06-44",
"serviceVersion": "1.0",
"serviceUUID": "281c036e-0344-489d-a782-9453b698c929",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db",
"resources": [
{
"resourceInstanceName": "vFW f5654110-5dd9 0",
"resourceCustomizationUUID": "fca594dd-dd46-4795-9904-7a1710fcdd28",
"resourceName": "vFW f5654110-5dd9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a1204cec-e1a3-4d0f-99a7-6b16b7087938",
"resourceInvariantUUID": "6600e26e-a1a6-423c-b58a-93dfbbd3478d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf56541105dd90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
"artifactChecksum": "Y2M0ODc0ZWE1YTQ1ZWNkYzE5NTNiMWNjMzBmNTdmMDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e7ad03ed-2112-4cfe-b999-4bd3e155b55b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7e1fbd94-af10-405f-b541-11d591a333ea",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9a4a68d2-02e0-4467-a1d9-2664af1d9c26",
"generatedFromUUID": "7e1fbd94-af10-405f-b541-11d591a333ea"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9a4a68d2-02e0-4467-a1d9-2664af1d9c26",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230203060644-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"artifactChecksum": "MjIyMzA5OTgxMGIzZDdlZmUzOTBjOThiYWM2NDZjOGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b59bfd9c-036b-4224-95de-407a4393f15e"
}
],
"workloadContext": "Production"
}
2023-02-03T06:08:11.259Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-03T06:08:11.260Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 281c036e-0344-489d-a782-9453b698c929 ASDC
2023-02-03T06:08:11.432Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a9af1fab-6f31-48a5-8192-4952916933cb
ServiceName:vFW 2023-02-03 06-06-44
ServiceVersion:1.0
ServiceUUID:281c036e-0344-489d-a782-9453b698c929
ServiceInvariantUUID:aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230203060644-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar
ArtifactUUID:b59bfd9c-036b-4224-95de-407a4393f15e
ArtifactChecksum:MjIyMzA5OTgxMGIzZDdlZmUzOTBjOThiYWM2NDZjOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f5654110-5dd9 0
ResourceCustomizationUUID:fca594dd-dd46-4795-9904-7a1710fcdd28
ResourceInvariantUUID:6600e26e-a1a6-423c-b58a-93dfbbd3478d
ResourceName:vFW f5654110-5dd9
ResourceType:VF
ResourceUUID:a1204cec-e1a3-4d0f-99a7-6b16b7087938
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf56541105dd90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json
ArtifactUUID:e7ad03ed-2112-4cfe-b999-4bd3e155b55b
ArtifactChecksum:Y2M0ODc0ZWE1YTQ1ZWNkYzE5NTNiMWNjMzBmNTdmMDE=
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/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml
ArtifactUUID:7e1fbd94-af10-405f-b541-11d591a333ea
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/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env
ArtifactUUID:9a4a68d2-02e0-4467-a1d9-2664af1d9c26
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/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env
ArtifactUUID:9a4a68d2-02e0-4467-a1d9-2664af1d9c26
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-03T06:08:11.433Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 281c036e-0344-489d-a782-9453b698c929 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-02-03T06:08:11.531Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:08:11.532Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-03T06:08:11.534Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-03T06:08:11.535Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b59bfd9c-036b-4224-95de-407a4393f15e from URL: /sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:11.535Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:08:11.537Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:11.755Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:08:11.784Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar b59bfd9c-036b-4224-95de-407a4393f15e 100689
2023-02-03T06:08:11.787Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar ASDC sendASDCNotification
2023-02-03T06:08:11.788Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:11.791Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:08:11.793Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:11.796Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:11.797Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404491785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:08:11.897Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:08:11.898Z||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-02-03T06:08:11.898Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:11.910Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:11.911Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:12.798Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:08:12.799Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-03T06:08:12.800Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b59bfd9c-036b-4224-95de-407a4393f15e, URL: /sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar to file: /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:12.801Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230203060644-csar.csar
2023-02-03T06:08:12.959Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:12.960Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:13.880Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8058307180880758833/Definitions/service-Vfw20230203060644-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-02-03T06:08:17.857Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-03T06:08:17.863Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-03T06:08:17.864Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.864Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-03T06:08:17.864Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.865Z|a9af1fab-6f31-48a5-8192-4952916933cb|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-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.865Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||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-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.865Z|a9af1fab-6f31-48a5-8192-4952916933cb|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-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.866Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.866Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.866Z|a9af1fab-6f31-48a5-8192-4952916933cb|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-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.866Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.867Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.867Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f5654110-5dd9 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-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.867Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.867Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-03T06:08:17.877Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.879Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:17.886Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:17.887Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-03T06:08:17.889Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:08:17.891Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.892Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:17.892Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:17.892Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-03T06:08:17.893Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:08:17.894Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.894Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:17.898Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.899Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is not matching search criteria
2023-02-03T06:08:17.899Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-03T06:08:17.899Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-03T06:08:17.900Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-03T06:08:17.900Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.900Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.901Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-03T06:08:17.901Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.901Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-03T06:08:17.902Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-03T06:08:17.902Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.902Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.902Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-03T06:08:17.903Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.903Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-03T06:08:17.903Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.904Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-03T06:08:17.904Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.904Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T06:08:17.906Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.907Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:17.907Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:17.908Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.908Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:17.909Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:17.909Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.909Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:17.910Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:17.910Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.910Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is not matching search criteria
2023-02-03T06:08:17.911Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-03T06:08:17.911Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-03T06:08:17.911Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-03T06:08:17.912Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-03T06:08:17.912Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-03T06:08:17.912Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.912Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.913Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-03T06:08:17.913Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.913Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-03T06:08:17.914Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.914Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=95934307-b338-4467-8cbd-a0f1cc732290
2023-02-03T06:08:17.914Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.915Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is not matching search criteria
2023-02-03T06:08:17.915Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-03T06:08:17.915Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-03T06:08:17.915Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-03T06:08:17.916Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.916Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.916Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-03T06:08:17.916Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.917Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-03T06:08:17.917Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-03T06:08:17.917Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.918Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-03T06:08:17.918Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.918Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=461d5ba5-28ba-4396-947b-bc124e3bca16
2023-02-03T06:08:17.919Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.919Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is not matching search criteria
2023-02-03T06:08:17.919Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-03T06:08:17.919Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-03T06:08:17.920Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-03T06:08:17.920Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.920Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.920Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-03T06:08:17.921Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.921Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-03T06:08:17.921Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-03T06:08:17.921Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.922Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.922Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-03T06:08:17.922Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1c6b9ffc-7581-4c98-a1b7-decd8ca49f9e
2023-02-03T06:08:17.922Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.923Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:17.923Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.923Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:17.923Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.924Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:17.924Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:17.924Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:17.925Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-02-03 06-06-44
Description:catalog service description
Model UUID:281c036e-0344-489d-a782-9453b698c929
Model Version:NULL
Model InvariantUuid:aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f5654110-5dd9
Model UUID:f85598c3-0bb0-4dc3-9254-4790957c6de2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6600e26e-a1a6-423c-b58a-93dfbbd3478d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fca594dd-dd46-4795-9904-7a1710fcdd28
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6ce29095-376c-4d27-a134-10e25c7617b2
ModelName:VfwF56541105dd9..base_vfw..module-0
ModelUuid:092c7070-2d44-4586-8130-283d808312d2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:95934307-b338-4467-8cbd-a0f1cc732290
ModelInvariantUuid:c60bdb9f-5c40-46d9-af01-bfad1c4c1955
ModelName:vFW f5654110-5dd9-nodes.vfwCvfc
ModelUuid:a3d5c3b1-fb42-4031-af29-7845e2661eb0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:86426b19-6160-42ad-98c3-dbd755096017
ModelInvariantUuid:eca7b272-85b9-41a3-9b5c-b0530f07deee
ModelName:VfwF56541105dd9.compute.nodes.heat.vfw
ModelUuid:cc5ad765-c886-49fd-8302-2219b84d878a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:461d5ba5-28ba-4396-947b-bc124e3bca16
ModelInvariantUuid:2f81ff99-672f-459e-8b5a-89f9c72716d4
ModelName:vFW f5654110-5dd9-nodes.vsnCvfc
ModelUuid:3548b04a-d005-42f0-b017-fe67ba0de218
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:9230daaf-147a-4bb7-95d0-5134265e0eff
ModelInvariantUuid:cb93d01f-2791-410a-96da-0fb16ae7134e
ModelName:VfwF56541105dd9.compute.nodes.heat.vsn
ModelUuid:9df111ad-5fd1-44e5-9511-3a3704c0e84f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1c6b9ffc-7581-4c98-a1b7-decd8ca49f9e
ModelInvariantUuid:d522248d-6bfa-494c-9ef8-853c5c3af725
ModelName:vFW f5654110-5dd9-nodes.vpgCvfc
ModelUuid:9dc8fa48-2833-4aeb-8002-b25c0edb4227
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:607349f0-c083-4ab8-b315-70b8001ab980
ModelInvariantUuid:9b141ad0-2256-4b1f-807c-4f3cdfede602
ModelName:VfwF56541105dd9.compute.nodes.heat.vpg
ModelUuid:ee51f5da-5df0-432f-a975-0f21d7039bf8
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-02-03T06:08:17.943Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a1204cec-e1a3-4d0f-99a7-6b16b7087938
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-02-03T06:08:18.079Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||vFW f5654110-5dd9 0
2023-02-03T06:08:18.087Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a1204cec-e1a3-4d0f-99a7-6b16b7087938
2023-02-03T06:08:18.087Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e7ad03ed-2112-4cfe-b999-4bd3e155b55b from URL: /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json
2023-02-03T06:08:18.088Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:08:18.088Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json
2023-02-03T06:08:18.156Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:08:18.156Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json e7ad03ed-2112-4cfe-b999-4bd3e155b55b 785
2023-02-03T06:08:18.157Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json ASDC sendASDCNotification
2023-02-03T06:08:18.157Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json
2023-02-03T06:08:18.157Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:08:18.158Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:18.161Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:18.161Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404498157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:08:18.262Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:08:18.263Z||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-02-03T06:08:18.263Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:18.277Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:18.278Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:19.163Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF56541105dd9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6ce29095-376c-4d27-a134-10e25c7617b2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "092c7070-2d44-4586-8130-283d808312d2",
"vfModuleModelCustomizationUUID": "e9e8bd1a-e9e4-47b4-b8fe-4ee770bf3347",
"isBase": true,
"artifacts": [
"7e1fbd94-af10-405f-b541-11d591a333ea",
"9a4a68d2-02e0-4467-a1d9-2664af1d9c26"
],
"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-02-03T06:08:19.181Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF56541105dd9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:092c7070-2d44-4586-8130-283d808312d2
VfModuleModelInvariantUUID:6ce29095-376c-4d27-a134-10e25c7617b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e1fbd94-af10-405f-b541-11d591a333ea
,
9a4a68d2-02e0-4467-a1d9-2664af1d9c26
}
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-02-03T06:08:19.185Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF56541105dd9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6ce29095-376c-4d27-a134-10e25c7617b2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "092c7070-2d44-4586-8130-283d808312d2",
"vfModuleModelCustomizationUUID": "e9e8bd1a-e9e4-47b4-b8fe-4ee770bf3347",
"isBase": true,
"artifacts": [
"7e1fbd94-af10-405f-b541-11d591a333ea",
"9a4a68d2-02e0-4467-a1d9-2664af1d9c26"
],
"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-02-03T06:08:19.185Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF56541105dd9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:092c7070-2d44-4586-8130-283d808312d2
VfModuleModelInvariantUUID:6ce29095-376c-4d27-a134-10e25c7617b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e1fbd94-af10-405f-b541-11d591a333ea
,
9a4a68d2-02e0-4467-a1d9-2664af1d9c26
}
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-02-03T06:08:19.185Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7e1fbd94-af10-405f-b541-11d591a333ea from URL: /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml
2023-02-03T06:08:19.185Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:08:19.186Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml
2023-02-03T06:08:19.254Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:08:19.256Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml 7e1fbd94-af10-405f-b541-11d591a333ea 20368
2023-02-03T06:08:19.256Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-03T06:08:19.256Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml
2023-02-03T06:08:19.256Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:08:19.257Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:19.259Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:19.259Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404499256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:08:19.360Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:08:19.361Z||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-02-03T06:08:19.361Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:19.379Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:19.380Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:20.261Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9a4a68d2-02e0-4467-a1d9-2664af1d9c26 from URL: /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env
2023-02-03T06:08:20.261Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:08:20.261Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env
2023-02-03T06:08:20.312Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:08:20.312Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env 9a4a68d2-02e0-4467-a1d9-2664af1d9c26 2098
2023-02-03T06:08:20.313Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-03T06:08:20.313Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env
2023-02-03T06:08:20.313Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:08:20.313Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:20.317Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:20.317Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404500313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:08:20.417Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:08:20.418Z||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-02-03T06:08:20.418Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:20.437Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:20.438Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:21.318Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 281c036e-0344-489d-a782-9453b698c929
2023-02-03T06:08:21.320Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f5654110-5dd9 0 a1204cec-e1a3-4d0f-99a7-6b16b7087938 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-02-03T06:08:21.387Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21382c53, org.onap.sdc.toscaparser.api.parameters.Input@1b20b8c4, org.onap.sdc.toscaparser.api.parameters.Input@7ed88891, org.onap.sdc.toscaparser.api.parameters.Input@43624c82, org.onap.sdc.toscaparser.api.parameters.Input@23d8aa09]
2023-02-03T06:08:21.393Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.394Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.394Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2023-02-03T06:08:21.394Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= fca594dd-dd46-4795-9904-7a1710fcdd28
2023-02-03T06:08:21.394Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fca594dd-dd46-4795-9904-7a1710fcdd28 matches Tosca VF Customization UUID: fca594dd-dd46-4795-9904-7a1710fcdd28
2023-02-03T06:08:21.394Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: fca594dd-dd46-4795-9904-7a1710fcdd28 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-02-03T06:08:21.408Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.409Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.411Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id fca594dd-dd46-4795-9904-7a1710fcdd28: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-03T06:08:21.411Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d31b035
2023-02-03T06:08:21.412Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.412Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T06:08:21.413Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e9e8bd1a-e9e4-47b4-b8fe-4ee770bf3347
2023-02-03T06:08:21.415Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e9e8bd1a-e9e4-47b4-b8fe-4ee770bf3347
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-02-03T06:08:21.427Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.428Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:21.428Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:21.430Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.430Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:21.430Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:21.430Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.431Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is not matching search criteria
2023-02-03T06:08:21.431Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-03T06:08:21.431Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-03T06:08:21.431Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-03T06:08:21.431Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-03T06:08:21.432Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-03T06:08:21.432Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.433Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:21.433Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-03T06:08:21.433Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:21.434Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-03T06:08:21.434Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.434Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=95934307-b338-4467-8cbd-a0f1cc732290
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-02-03T06:08:21.445Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.446Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:21.447Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:21.447Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.447Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is not matching search criteria
2023-02-03T06:08:21.448Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-03T06:08:21.448Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-03T06:08:21.448Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-03T06:08:21.449Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:21.449Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.449Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-03T06:08:21.449Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.450Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-03T06:08:21.450Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-03T06:08:21.450Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:21.451Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-03T06:08:21.451Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.451Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=461d5ba5-28ba-4396-947b-bc124e3bca16
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-02-03T06:08:21.455Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.456Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:21.456Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:21.460Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.461Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is not matching search criteria
2023-02-03T06:08:21.461Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-03T06:08:21.462Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-03T06:08:21.462Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-03T06:08:21.462Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:21.463Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.463Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-03T06:08:21.463Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.464Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-03T06:08:21.464Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-03T06:08:21.464Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.465Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:21.465Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-03T06:08:21.465Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1c6b9ffc-7581-4c98-a1b7-decd8ca49f9e
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-02-03T06:08:21.469Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.469Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:21.469Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:21.470Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.470Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:21.470Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=fca594dd-dd46-4795-9904-7a1710fcdd28
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-02-03T06:08:21.473Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.473Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.473Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 281c036e-0344-489d-a782-9453b698c929: vFW f5654110-5dd9
2023-02-03T06:08:21.473Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.474Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.474Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.474Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.475Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.475Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.476Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.476Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.476Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:08:21.476Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.477Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2023-02-03 06-06-44
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-02-03T06:08:21.819Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f5654110-5dd9 a1204cec-e1a3-4d0f-99a7-6b16b7087938 1 ASDC deployResourceStructure
2023-02-03T06:08:21.820Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json ASDC sendASDCNotification
2023-02-03T06:08:21.820Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json
2023-02-03T06:08:21.820Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:08:21.820Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:21.823Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:21.823Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404501819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
"status": "DEPLOY_OK"
}
2023-02-03T06:08:21.923Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:08:21.924Z||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-02-03T06:08:21.924Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:21.936Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:21.936Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:08:22.824Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-03T06:08:22.824Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml
2023-02-03T06:08:22.824Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:08:22.825Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:22.827Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:22.827Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404502824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-03T06:08:22.928Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T06:08:22.929Z||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-02-03T06:08:22.929Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:22.938Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:22.939Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:23.828Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-03T06:08:23.828Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env
2023-02-03T06:08:23.828Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:08:23.829Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:23.831Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:23.831Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404503828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-03T06:08:23.931Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:08:23.932Z||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-02-03T06:08:23.933Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:23.944Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:23.945Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:24.832Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar ASDC sendASDCNotification
2023-02-03T06:08:24.833Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:24.833Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:08:24.835Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:24.837Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:24.837Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404504832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:08:24.938Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:08:24.939Z||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-02-03T06:08:24.939Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:24.951Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:08:24.952Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:25.841Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9af1fab-6f31-48a5-8192-4952916933cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-03T06:08:25.868Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9af1fab-6f31-48a5-8192-4952916933cb
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-02-03T06:08:25.873Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:08:25.874Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-03T06:08:25.875Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-03T06:08:25.875Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-03T06:08:25.876Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-03T06:08:25.876Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-03T06:08:25.876Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-03T06:08:25.877Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-03T06:08:25.877Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-03T06:08:25.878Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:08:25.888Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-03T06:08:55.889Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9af1fab-6f31-48a5-8192-4952916933cb 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-02-03T06:08:55.908Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9af1fab-6f31-48a5-8192-4952916933cb and serviceModelVersionId: 281c036e-0344-489d-a782-9453b698c929
2023-02-03T06:08:55.909Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db
2023-02-03T06:09:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:09:03.519Z||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-02-03T06:09:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:03.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:03.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:09:03.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404483512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:09:03.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:09:14.501Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0
2023-02-03T06:09:14.691Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-03T06:09:15.413Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0|INFO|500||Invoke
2023-02-03T06:09:15.428Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9af1fab-6f31-48a5-8192-4952916933cb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d1913a9a-ccba-4a74-90d6-a364af02939a], X-ECOMP-RequestID=[a9af1fab-6f31-48a5-8192-4952916933cb], X-TransactionId=[], X-ONAP-RequestID=[a9af1fab-6f31-48a5-8192-4952916933cb], Content-Type=[application/merge-patch+json]}
2023-02-03T06:09:15.605Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-03T06:09:15.843Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Feb 2023 06:09:16 GMT], content-length=[0], vertex-id=[184536], x-aai-txid=[0-aai-resources-230203-06:09:16:132-40224], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-03T06:09:15.847Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-03T06:09:15.848Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0|INFO|500||InvokeReturn
2023-02-03T06:09:15.856Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-03T06:09:15.858Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:09:15.867Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||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-02-03T06:09:15.869Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9af1fab-6f31-48a5-8192-4952916933cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-03T06:09:15.871Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-03T06:09:15.871Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:15.875Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:15.875Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404555869,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:09:15.978Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-02-03T06:09:15.979Z||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-02-03T06:09:15.980Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:16.000Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:16.001Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 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-02-03T06:09:16.892Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:09:16.894Z|a9af1fab-6f31-48a5-8192-4952916933cb|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-02-03T06:09:16.894Z|a9af1fab-6f31-48a5-8192-4952916933cb|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:17.530Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:17.532Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:09:17.532Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c27e2721-5571-4525-aa07-3fe7322844d4","serviceName":"basic_onboard_nzcamv","serviceVersion":"1.0","serviceUUID":"2aceca55-4e28-4940-b5f0-41aad809fe7d","serviceDescription":"service","serviceInvariantUUID":"8099ee4e-6fcd-4594-a9e8-575d266994ba","resources":[{"resourceInstanceName":"basic_onboard_nzcamv 0","resourceName":"basic_onboard_nzcamv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e39cb49f-91b5-4438-b692-d1b65c319073","resourceInvariantUUID":"60fb18c7-a54d-45f0-88f5-6c1bc5afaafe","resourceCustomizationUUID":"65391985-26a5-4c52-975a-461b7680784f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml","artifactChecksum":"N2I5ZTNhNTgwMGNjNzgxZDc4YWZkNTBiNzJiNzgzMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7021e018-d862-492a-ae1c-6fce16f2dd6f","artifactVersion":"1"},{"artifactName":"basic_onboard_nzcamv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json","artifactChecksum":"MDhkNGQ1Zjk0ZTEzYWY2Njg5ZWYzYWY4NmQ4MWVhMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"922f2a42-3291-4ff4-8df3-5cfa3dccb5a0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1aa1dfda-1f60-4902-8d0e-64fbbe28e02f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3981df56-d213-4b6a-9e57-3d3ebf33c168","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"17006533-1059-4a9c-8b2b-56a9c48e122b","artifactVersion":"2","generatedFromUUID":"1aa1dfda-1f60-4902-8d0e-64fbbe28e02f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNzcamv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml","artifactChecksum":"NjAyMDA2MWFmM2Y3MDdmZDBmNTg4M2MxNjY5OTI4ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09a20bb8-011c-4900-a5ea-3fe931373839","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNzcamv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar","artifactChecksum":"NzM0MTEzNjJkMDEzYzJiMzA3YjVlY2M5YzhjYjZiMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82f1aa37-5e43-457d-8c70-039b5956fc99","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-03T06:09:17.537Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:09:17.537Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:17.539Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:17.539Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404556892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:09:17.640Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:17.641Z||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-02-03T06:09:17.641Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:17.652Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:17.653Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:18.540Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:09:18.542Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:18.545Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:18.545Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404556892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
"status": "NOTIFIED"
}
2023-02-03T06:09:18.645Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:18.646Z||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-02-03T06:09:18.646Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:18.662Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:18.663Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:19.546Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:09:19.547Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:19.550Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:19.550Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404556892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-03T06:09:19.650Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:19.651Z||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-02-03T06:09:19.652Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:19.673Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:19.674Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:09:20.551Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:09:20.552Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:20.554Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:20.554Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404556892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:09:20.656Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-03T06:09:20.657Z||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-02-03T06:09:20.658Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:20.678Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:20.678Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:21.555Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:09:21.556Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:21.559Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:21.559Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404556892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-03T06:09:21.659Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:21.660Z||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-02-03T06:09:21.660Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:21.670Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:21.671Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:22.560Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:09:22.561Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:22.563Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:22.563Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404556892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:09:22.663Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:22.664Z||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-02-03T06:09:22.664Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:22.675Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:22.676Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:23.563Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:09:23.567Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:23.571Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:23.571Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404556892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:09:23.670Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-02-03T06:09:23.671Z||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-02-03T06:09:23.671Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:23.685Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:23.686Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:24.575Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"serviceName": "basic_onboard_nzcamv",
"serviceVersion": "1.0",
"serviceUUID": "2aceca55-4e28-4940-b5f0-41aad809fe7d",
"serviceDescription": "service",
"serviceInvariantUUID": "8099ee4e-6fcd-4594-a9e8-575d266994ba",
"resources": [
{
"resourceInstanceName": "basic_onboard_nzcamv 0",
"resourceCustomizationUUID": "65391985-26a5-4c52-975a-461b7680784f",
"resourceName": "basic_onboard_nzcamv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e39cb49f-91b5-4438-b692-d1b65c319073",
"resourceInvariantUUID": "60fb18c7-a54d-45f0-88f5-6c1bc5afaafe",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nzcamv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
"artifactChecksum": "MDhkNGQ1Zjk0ZTEzYWY2Njg5ZWYzYWY4NmQ4MWVhMDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "922f2a42-3291-4ff4-8df3-5cfa3dccb5a0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1aa1dfda-1f60-4902-8d0e-64fbbe28e02f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "17006533-1059-4a9c-8b2b-56a9c48e122b",
"generatedFromUUID": "1aa1dfda-1f60-4902-8d0e-64fbbe28e02f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "17006533-1059-4a9c-8b2b-56a9c48e122b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNzcamv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"artifactChecksum": "NzM0MTEzNjJkMDEzYzJiMzA3YjVlY2M5YzhjYjZiMWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "82f1aa37-5e43-457d-8c70-039b5956fc99"
}
],
"workloadContext": "Production"
}
2023-02-03T06:09:24.575Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-03T06:09:24.576Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2aceca55-4e28-4940-b5f0-41aad809fe7d ASDC
2023-02-03T06:09:24.576Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c27e2721-5571-4525-aa07-3fe7322844d4
ServiceName:basic_onboard_nzcamv
ServiceVersion:1.0
ServiceUUID:2aceca55-4e28-4940-b5f0-41aad809fe7d
ServiceInvariantUUID:8099ee4e-6fcd-4594-a9e8-575d266994ba
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNzcamv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar
ArtifactUUID:82f1aa37-5e43-457d-8c70-039b5956fc99
ArtifactChecksum:NzM0MTEzNjJkMDEzYzJiMzA3YjVlY2M5YzhjYjZiMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nzcamv 0
ResourceCustomizationUUID:65391985-26a5-4c52-975a-461b7680784f
ResourceInvariantUUID:60fb18c7-a54d-45f0-88f5-6c1bc5afaafe
ResourceName:basic_onboard_nzcamv
ResourceType:VF
ResourceUUID:e39cb49f-91b5-4438-b692-d1b65c319073
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nzcamv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json
ArtifactUUID:922f2a42-3291-4ff4-8df3-5cfa3dccb5a0
ArtifactChecksum:MDhkNGQ1Zjk0ZTEzYWY2Njg5ZWYzYWY4NmQ4MWVhMDI=
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/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1aa1dfda-1f60-4902-8d0e-64fbbe28e02f
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/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env
ArtifactUUID:17006533-1059-4a9c-8b2b-56a9c48e122b
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/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env
ArtifactUUID:17006533-1059-4a9c-8b2b-56a9c48e122b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-03T06:09:24.577Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2aceca55-4e28-4940-b5f0-41aad809fe7d 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-02-03T06:09:24.620Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:09:24.621Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-03T06:09:24.621Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-03T06:09:24.622Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 82f1aa37-5e43-457d-8c70-039b5956fc99 from URL: /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:24.622Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:09:24.622Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:24.704Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:09:24.709Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar 82f1aa37-5e43-457d-8c70-039b5956fc99 75296
2023-02-03T06:09:24.709Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar ASDC sendASDCNotification
2023-02-03T06:09:24.710Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:24.710Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:09:24.711Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:24.715Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:24.715Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404564709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:09:24.814Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:09:24.816Z||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-02-03T06:09:24.816Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:24.829Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:24.829Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:09:25.715Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:09:25.716Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-03T06:09:25.717Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 82f1aa37-5e43-457d-8c70-039b5956fc99, URL: /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar to file: /app/ASDC/1/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:25.717Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:25.718Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:25.718Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:25.917Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16895942316988530212/Definitions/service-BasicOnboardNzcamv-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-02-03T06:09:27.185Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-03T06:09:27.186Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-03T06:09:27.186Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.186Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nzcamv 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-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||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-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:27.188Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:27.188Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:27.188Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-03T06:09:27.188Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:09:27.189Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:27.189Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:27.189Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:27.189Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-03T06:09:27.189Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:09:27.189Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:27.190Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:27.190Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:27.190Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is not matching search criteria
2023-02-03T06:09:27.190Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-03T06:09:27.190Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-03T06:09:27.190Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-03T06:09:27.191Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-03T06:09:27.191Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-03T06:09:27.191Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:27.191Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T06:09:27.191Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:27.192Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:27.192Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:09:27.192Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:27.193Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:27.193Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:09:27.193Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:27.193Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:27.193Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:09:27.194Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:27.194Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is not matching search criteria
2023-02-03T06:09:27.194Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-03T06:09:27.194Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-03T06:09:27.194Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=41c66341-d9b1-4c64-8baf-bad9a07e33a1
2023-02-03T06:09:27.195Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:27.195Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:27.195Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:27.195Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:27.195Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:27.196Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:27.196Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:27.196Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:27.196Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nzcamv
Description:service
Model UUID:2aceca55-4e28-4940-b5f0-41aad809fe7d
Model Version:NULL
Model InvariantUuid:8099ee4e-6fcd-4594-a9e8-575d266994ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nzcamv
Model UUID:2232138b-5677-48fd-86b6-53daab752f78
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:60fb18c7-a54d-45f0-88f5-6c1bc5afaafe
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:65391985-26a5-4c52-975a-461b7680784f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e757ab8f-1953-405e-a697-ba30b83d94b0
ModelName:BasicOnboardNzcamv..base_ubuntu18..module-0
ModelUuid:2c1603bc-eb9e-459e-ab76-1006c4db369f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:41c66341-d9b1-4c64-8baf-bad9a07e33a1
ModelInvariantUuid:f7feb7f8-db4b-46ea-9749-8a4245037680
ModelName:basic_onboard_nzcamv-nodes.ubuntu18Cvfc
ModelUuid:efbaddd3-47d2-44e4-a25a-de18fad83c19
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2917fccc-f560-4562-bab9-9090e1d07628
ModelInvariantUuid:f8f84435-92a9-4d97-abb8-db52f40e4e22
ModelName:BasicOnboardNzcamv.compute.nodes.heat.ubuntu18
ModelUuid:1d6403aa-f54b-43b3-8339-f1e8ba050f0b
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-02-03T06:09:27.201Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e39cb49f-91b5-4438-b692-d1b65c319073
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-02-03T06:09:27.204Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||basic_onboard_nzcamv 0
2023-02-03T06:09:27.205Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e39cb49f-91b5-4438-b692-d1b65c319073
2023-02-03T06:09:27.205Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 922f2a42-3291-4ff4-8df3-5cfa3dccb5a0 from URL: /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json
2023-02-03T06:09:27.205Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:09:27.205Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json
2023-02-03T06:09:27.262Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:09:27.263Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json 922f2a42-3291-4ff4-8df3-5cfa3dccb5a0 798
2023-02-03T06:09:27.263Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json ASDC sendASDCNotification
2023-02-03T06:09:27.263Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json
2023-02-03T06:09:27.263Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:09:27.264Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:27.267Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:27.267Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404567263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:09:27.367Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:27.368Z||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-02-03T06:09:27.369Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:27.380Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:27.381Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:28.268Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNzcamv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e757ab8f-1953-405e-a697-ba30b83d94b0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2c1603bc-eb9e-459e-ab76-1006c4db369f",
"vfModuleModelCustomizationUUID": "28db579a-e396-462f-8b4f-9dd88c14fd03",
"isBase": true,
"artifacts": [
"1aa1dfda-1f60-4902-8d0e-64fbbe28e02f",
"17006533-1059-4a9c-8b2b-56a9c48e122b"
],
"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-02-03T06:09:28.273Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNzcamv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2c1603bc-eb9e-459e-ab76-1006c4db369f
VfModuleModelInvariantUUID:e757ab8f-1953-405e-a697-ba30b83d94b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1aa1dfda-1f60-4902-8d0e-64fbbe28e02f
,
17006533-1059-4a9c-8b2b-56a9c48e122b
}
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-02-03T06:09:28.275Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNzcamv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e757ab8f-1953-405e-a697-ba30b83d94b0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2c1603bc-eb9e-459e-ab76-1006c4db369f",
"vfModuleModelCustomizationUUID": "28db579a-e396-462f-8b4f-9dd88c14fd03",
"isBase": true,
"artifacts": [
"1aa1dfda-1f60-4902-8d0e-64fbbe28e02f",
"17006533-1059-4a9c-8b2b-56a9c48e122b"
],
"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-02-03T06:09:28.275Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNzcamv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2c1603bc-eb9e-459e-ab76-1006c4db369f
VfModuleModelInvariantUUID:e757ab8f-1953-405e-a697-ba30b83d94b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1aa1dfda-1f60-4902-8d0e-64fbbe28e02f
,
17006533-1059-4a9c-8b2b-56a9c48e122b
}
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-02-03T06:09:28.275Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1aa1dfda-1f60-4902-8d0e-64fbbe28e02f from URL: /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml
2023-02-03T06:09:28.275Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:09:28.276Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml
2023-02-03T06:09:28.334Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:09:28.335Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml 1aa1dfda-1f60-4902-8d0e-64fbbe28e02f 5033
2023-02-03T06:09:28.335Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-03T06:09:28.335Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml
2023-02-03T06:09:28.335Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:09:28.335Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:28.338Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:28.338Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404568335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:09:28.438Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:28.439Z||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-02-03T06:09:28.439Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:28.452Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:28.453Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:09:29.339Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 17006533-1059-4a9c-8b2b-56a9c48e122b from URL: /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env
2023-02-03T06:09:29.339Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:09:29.340Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env
2023-02-03T06:09:29.403Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:09:29.403Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env 17006533-1059-4a9c-8b2b-56a9c48e122b 909
2023-02-03T06:09:29.403Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-03T06:09:29.404Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env
2023-02-03T06:09:29.404Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:09:29.404Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:29.406Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:29.406Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404569403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:09:29.506Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:29.508Z||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-02-03T06:09:29.508Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:29.519Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:29.519Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:30.407Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2aceca55-4e28-4940-b5f0-41aad809fe7d
2023-02-03T06:09:30.407Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nzcamv 0 e39cb49f-91b5-4438-b692-d1b65c319073 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-02-03T06:09:30.422Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ff5a52f, org.onap.sdc.toscaparser.api.parameters.Input@295de852, org.onap.sdc.toscaparser.api.parameters.Input@44eb2185, org.onap.sdc.toscaparser.api.parameters.Input@7e6301e3, org.onap.sdc.toscaparser.api.parameters.Input@2c6d0fdd]
2023-02-03T06:09:30.424Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:30.425Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.425Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2023-02-03T06:09:30.425Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 65391985-26a5-4c52-975a-461b7680784f
2023-02-03T06:09:30.426Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 65391985-26a5-4c52-975a-461b7680784f matches Tosca VF Customization UUID: 65391985-26a5-4c52-975a-461b7680784f
2023-02-03T06:09:30.426Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 65391985-26a5-4c52-975a-461b7680784f 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-02-03T06:09:30.430Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:30.430Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.431Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 65391985-26a5-4c52-975a-461b7680784f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-03T06:09:30.431Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11c4f5a3
2023-02-03T06:09:30.432Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:30.432Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T06:09:30.432Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 28db579a-e396-462f-8b4f-9dd88c14fd03
2023-02-03T06:09:30.432Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 28db579a-e396-462f-8b4f-9dd88c14fd03
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-02-03T06:09:30.436Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:30.437Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:30.437Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:09:30.438Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:30.438Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:30.439Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:09:30.439Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:30.439Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is not matching search criteria
2023-02-03T06:09:30.440Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-03T06:09:30.440Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-03T06:09:30.440Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=41c66341-d9b1-4c64-8baf-bad9a07e33a1
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-02-03T06:09:30.444Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:30.444Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:30.445Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:09:30.445Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:30.445Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:30.446Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0] matching following query criteria: sdcType=VF, customizationUUID=65391985-26a5-4c52-975a-461b7680784f
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-02-03T06:09:30.449Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:30.449Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.449Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2aceca55-4e28-4940-b5f0-41aad809fe7d: basic_onboard_nzcamv
2023-02-03T06:09:30.449Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:30.450Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.450Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:30.450Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.450Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:30.451Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.451Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:30.451Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.452Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:09:30.452Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.452Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_nzcamv
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-02-03T06:09:30.577Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nzcamv e39cb49f-91b5-4438-b692-d1b65c319073 1 ASDC deployResourceStructure
2023-02-03T06:09:30.578Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json ASDC sendASDCNotification
2023-02-03T06:09:30.578Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json
2023-02-03T06:09:30.579Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:09:30.579Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:30.582Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:30.582Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404570578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-03T06:09:30.682Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:30.683Z||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-02-03T06:09:30.683Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:30.698Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:30.699Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:31.583Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-03T06:09:31.584Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml
2023-02-03T06:09:31.584Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:09:31.585Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:31.587Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:31.588Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404571583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-03T06:09:31.688Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:09:31.689Z||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-02-03T06:09:31.689Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:31.698Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:31.699Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:32.589Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-03T06:09:32.589Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env
2023-02-03T06:09:32.590Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:09:32.590Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:32.592Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:32.592Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404572589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-03T06:09:32.692Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:09:32.694Z||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-02-03T06:09:32.694Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:32.704Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:32.705Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:33.594Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar ASDC sendASDCNotification
2023-02-03T06:09:33.596Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:33.596Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:09:33.598Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:33.601Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:33.601Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404573594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:09:33.701Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:09:33.702Z||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-02-03T06:09:33.702Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:33.715Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:09:33.715Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:09:34.602Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c27e2721-5571-4525-aa07-3fe7322844d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-03T06:09:34.621Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c27e2721-5571-4525-aa07-3fe7322844d4
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-02-03T06:09:34.624Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:09:34.625Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-03T06:09:34.625Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-03T06:10:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:10:03.519Z||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-02-03T06:10:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:10:03.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:10:03.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404483512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
"status": "NOTIFIED"
}
2023-02-03T06:10:03.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404483512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-03T06:10:03.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404483512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404483512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-03T06:10:03.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404483512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "aai-ml",
"timestamp": 1675404479905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404488459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "cds",
"timestamp": 1675404489914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404483512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:10:03.557Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "aai-ml",
"timestamp": 1675404479905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404488459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "cds",
"timestamp": 1675404489914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "aai-ml",
"timestamp": 1675404479905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404488459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "cds",
"timestamp": 1675404489914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404491785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.563Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "aai-ml",
"timestamp": 1675404479905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404488459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "cds",
"timestamp": 1675404489914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "aai-ml",
"timestamp": 1675404479905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404488459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "cds",
"timestamp": 1675404489914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "aai-ml",
"timestamp": 1675404479905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404488459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "cds",
"timestamp": 1675404489914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "aai-ml",
"timestamp": 1675404479905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:10:03.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404488459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:10:03.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404495920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "cds",
"timestamp": 1675404489914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:10:03.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "aai-ml",
"timestamp": 1675404496189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404495920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
"status": "NOTIFIED"
}
2023-02-03T06:10:03.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404496281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "cds",
"timestamp": 1675404497670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404495920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-03T06:10:03.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "cds",
"timestamp": 1675404498675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-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-02-03T06:10:03.587Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c27e2721-5571-4525-aa07-3fe7322844d4
2023-02-03T06:10:03.587Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c27e2721-5571-4525-aa07-3fe7322844d4 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-02-03T06:10:03.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404498157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404495920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404498447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:10:03.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404499256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1675404499108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404495920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-03T06:10:03.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675404499451,
"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-02-03T06:10:03.643Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c27e2721-5571-4525-aa07-3fe7322844d4
2023-02-03T06:10:03.644Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c27e2721-5571-4525-aa07-3fe7322844d4 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-02-03T06:10:03.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404500313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1675404499108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404495920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1675404499108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404495920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:10:03.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404501819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
"status": "DEPLOY_OK"
}
2023-02-03T06:10:03.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "aai-ml",
"timestamp": 1675404501566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:10:03.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1675404499108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404502824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-03T06:10:03.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404503685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "aai-ml",
"timestamp": 1675404502570,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:10:03.676Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c27e2721-5571-4525-aa07-3fe7322844d4
2023-02-03T06:10:03.676Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c27e2721-5571-4525-aa07-3fe7322844d4 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-02-03T06:10:03.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1675404499108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404503828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-03T06:10:03.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404504748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1675404499108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404504832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:10:03.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404505830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1675404499108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-02-03T06:10:03.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404506845,
"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-02-03T06:10:03.698Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c27e2721-5571-4525-aa07-3fe7322844d4
2023-02-03T06:10:03.699Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c27e2721-5571-4525-aa07-3fe7322844d4 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-02-03T06:10:03.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675404507849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-03T06:10:03.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:04.625Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c27e2721-5571-4525-aa07-3fe7322844d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-03T06:10:04.639Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c27e2721-5571-4525-aa07-3fe7322844d4
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-02-03T06:10:04.644Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:10:04.644Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-03T06:10:04.644Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-03T06:10:04.644Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-03T06:10:04.644Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-03T06:10:04.645Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-03T06:10:04.645Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-03T06:10:04.645Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-03T06:10:04.645Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-03T06:10:04.645Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:10:04.653Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-03T06:10:34.653Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c27e2721-5571-4525-aa07-3fe7322844d4 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-02-03T06:10:34.671Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c27e2721-5571-4525-aa07-3fe7322844d4 and serviceModelVersionId: 2aceca55-4e28-4940-b5f0-41aad809fe7d
2023-02-03T06:10:34.671Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8099ee4e-6fcd-4594-a9e8-575d266994ba
2023-02-03T06:10:34.672Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0
2023-02-03T06:10:34.677Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-03T06:10:34.754Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0|INFO|500||Invoke
2023-02-03T06:10:34.755Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c27e2721-5571-4525-aa07-3fe7322844d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[21f44e14-ce89-4930-87f6-2a60fee47936], X-ECOMP-RequestID=[c27e2721-5571-4525-aa07-3fe7322844d4], X-TransactionId=[], X-ONAP-RequestID=[c27e2721-5571-4525-aa07-3fe7322844d4], Content-Type=[application/merge-patch+json]}
2023-02-03T06:10:34.810Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-03T06:10:35.020Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Feb 2023 06:10:35 GMT], content-length=[0], vertex-id=[168088], x-aai-txid=[0-aai-resources-230203-06:10:35:336-97345], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-03T06:10:35.021Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-03T06:10:35.022Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0|INFO|500||InvokeReturn
2023-02-03T06:10:35.025Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-03T06:10:35.026Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:10:35.031Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||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-02-03T06:10:35.031Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c27e2721-5571-4525-aa07-3fe7322844d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-03T06:10:35.031Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-03T06:10:35.032Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:10:35.037Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:10:35.037Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404635031,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:10:35.137Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:10:35.138Z||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-02-03T06:10:35.139Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:10:35.150Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:10:35.151Z||pool-34-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-02-03T06:10:36.056Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:10:36.056Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:10:36.057Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:10:45.619Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:11:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:11:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:11:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:11:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:11:03.519Z||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-02-03T06:11:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:11:03.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:11:03.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404555869,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:11:03.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404556892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:11:03.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-03T06:11:03.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404556892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
"status": "NOTIFIED"
}
2023-02-03T06:11:03.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-03T06:11:03.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404556892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-03T06:11:03.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-03T06:11:03.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404556892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:11:03.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-03T06:11:03.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404556892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-03T06:11:03.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-03T06:11:03.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404556892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:11:03.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-03T06:11:03.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404556892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:11:03.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-03T06:11:03.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404564709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:11:03.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404567263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:11:03.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404568335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:11:03.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404569403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:11:03.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404570578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-03T06:11:03.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404571583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-03T06:11:03.559Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404572589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-03T06:11:03.560Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404573594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:11:03.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:13.065Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:12:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:12:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:12:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:12:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:12:03.519Z||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-02-03T06:12:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:12:04.039Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:12:04.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:12:04.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675404635031,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:12:04.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:12:13.068Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:13:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:13:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:13:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:13:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:13:03.519Z||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-02-03T06:13:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:13:13.098Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:13:13.099Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:14:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:14:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:14:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:14:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:14:03.518Z||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-02-03T06:14:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:14:13.068Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:14:13.077Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:15:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:15:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:15:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:15:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:15:03.519Z||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-02-03T06:15:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:15:13.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:15:13.077Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:16:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:16:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:16:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:16:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:16:03.518Z||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-02-03T06:16:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:16:13.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:16:13.067Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:17:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:17:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:17:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:17:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:17:03.519Z||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-02-03T06:17:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:17:13.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:17:13.072Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:18:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:18:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:18:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:18:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:18:03.518Z||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-02-03T06:18:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:18:13.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:18:13.084Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:19:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:19:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:19:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:19:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:19:03.518Z||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-02-03T06:19:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:19:13.072Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:19:13.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:20:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:20:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:20:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:20:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:20:03.519Z||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-02-03T06:20:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:20:13.061Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:20:13.065Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:21:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:21:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:21:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:21:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:21:03.518Z||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-02-03T06:21:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:21:13.082Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:21:13.088Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:22:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:22:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:22:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:22:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:22:03.520Z||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-02-03T06:22:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:22:13.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:22:13.084Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:23:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:23:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:23:03.515Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:23:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:23:03.518Z||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-02-03T06:23:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:23:13.064Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:23:13.066Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:24:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:24:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:24:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:24:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:24:03.518Z||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-02-03T06:24:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:24:13.063Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:24:13.063Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:25:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:25:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:25:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:25:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:25:03.519Z||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-02-03T06:25:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:25:13.079Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:25:13.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:26:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:26:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:26:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:26:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:26:03.518Z||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-02-03T06:26:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:26:13.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:26:13.060Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:27:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:27:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:27:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:27:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:27:03.518Z||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-02-03T06:27:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:27:13.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:27:13.058Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:28:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:28:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:28:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:28:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:28:03.519Z||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-02-03T06:28:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:28:13.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:28:13.073Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:29:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:29:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:29:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:29:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:29:03.518Z||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-02-03T06:29:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:29:13.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:29:13.073Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:30:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:30:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:30:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:30:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:30:03.519Z||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-02-03T06:30:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:30:13.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:30:13.083Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:31:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:31:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:31:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:31:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:31:03.518Z||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-02-03T06:31:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:31:13.083Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:31:13.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:32:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:32:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:32:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:32:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:32:03.519Z||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-02-03T06:32:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:32:13.065Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:32:13.065Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:33:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:33:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:33:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:33:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:33:03.518Z||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-02-03T06:33:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:33:13.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:33:13.079Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:34:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:34:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:34:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:34:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:34:03.518Z||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-02-03T06:34:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:34:13.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:34:13.079Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:35:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:35:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:35:03.518Z||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-02-03T06:35:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:35:03.517Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:35:03.519Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:35:13.084Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:35:13.086Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:36:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:36:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:36:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:36:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:36:03.519Z||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-02-03T06:36:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:36:13.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:36:13.079Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:37:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:37:03.513Z||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-02-03T06:37:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:37:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:37:03.518Z||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-02-03T06:37:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:37:13.062Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:37:13.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:38:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:38:03.513Z||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-02-03T06:38:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:38:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:38:03.518Z||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-02-03T06:38:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:38:13.066Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:38:13.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:39:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:39:03.513Z||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-02-03T06:39:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:39:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:39:03.518Z||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-02-03T06:39:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:39:13.061Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:39:13.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:40:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:40:03.513Z||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-02-03T06:40:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:40:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:40:03.519Z||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-02-03T06:40:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:40:13.090Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:40:13.091Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:41:03.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:41:03.513Z||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-02-03T06:41:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:41:03.519Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:41:03.520Z||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-02-03T06:41:03.521Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:41:13.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:41:13.091Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:42:03.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:42:03.513Z||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-02-03T06:42:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:42:03.521Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:42:03.521Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:42:03.522Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:42:13.072Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:42:13.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:43:03.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:43:03.516Z||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-02-03T06:43:03.516Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:43:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:43:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:43:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:43:13.095Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:43:13.096Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:44:03.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:44:03.514Z||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-02-03T06:44:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:44:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:44:03.519Z|c27e2721-5571-4525-aa07-3fe7322844d4|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-02-03T06:44:03.519Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:44:13.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:44:13.072Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:45:03.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:45:03.513Z||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-02-03T06:45:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:45:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:45:03.519Z||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-02-03T06:45:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:45:13.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:45:13.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:46:03.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:46:03.513Z||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-02-03T06:46:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:46:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:46:03.519Z||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-02-03T06:46:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:46:04.147Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:46:04.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "cds",
"timestamp": 1675406754914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:46:04.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:46:04.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "cds",
"timestamp": 1675406754914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:46:04.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:46:04.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406755920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:46:04.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:46:04.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406755920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:46:04.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:46:04.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "cds",
"timestamp": 1675406757780,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:46:04.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:46:04.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "cds",
"timestamp": 1675406758785,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2023-02-03T06:46:04.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:46:04.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"733d01cf-339e-46a1-ae95-6ae21d220053","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e2a48cd9-5d27-4bc7-82b3-47b4affcaa01","serviceDescription":"service","serviceInvariantUUID":"9ed7af19-9a12-4869-8115-f3897cd9690f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"72ce2e9f-99ab-463f-a866-b7e9174738ae","resourceInvariantUUID":"2f7df9c1-5608-4e3e-afd2-8191b83077a7","resourceCustomizationUUID":"fbb388a1-63d0-49b9-be9e-2687c1244af9","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":"ZTNjZTUwMWYwYzlkNWYxZGM1ZDJjNzM5MjVlODIwZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35663fb6-0ce4-4131-9165-af5241616f9c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzM0NzE4OGQ2MzE0Y2NjNWQ1NzliMmZhN2U0MmRlNjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"355a54bb-6ded-4cba-957f-696079cded4a","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-03T06:46:04.171Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:46:04.172Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:46:04.178Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:46:04.178Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406763512,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:46:04.195Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 733d01cf-339e-46a1-ae95-6ae21d220053
2023-02-03T06:46:04.196Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 733d01cf-339e-46a1-ae95-6ae21d220053 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-02-03T06:46:04.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406759108,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:46:04.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:46:04.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406759108,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:46:04.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:46:04.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "aai-ml",
"timestamp": 1675406759651,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:46:04.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:46:04.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "aai-ml",
"timestamp": 1675406759651,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:46:04.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:46:04.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "aai-ml",
"timestamp": 1675406762410,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:46:04.214Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:46:04.278Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:46:04.279Z||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-02-03T06:46:04.280Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:46:04.297Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:46:04.298Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:46:05.179Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:46:05.180Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:46:05.183Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:46:05.183Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406763512,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:46:05.284Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:46:05.285Z||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-02-03T06:46:05.285Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:46:05.298Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:46:05.299Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:46:06.185Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e2a48cd9-5d27-4bc7-82b3-47b4affcaa01",
"serviceDescription": "service",
"serviceInvariantUUID": "9ed7af19-9a12-4869-8115-f3897cd9690f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "fbb388a1-63d0-49b9-be9e-2687c1244af9",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "72ce2e9f-99ab-463f-a866-b7e9174738ae",
"resourceInvariantUUID": "2f7df9c1-5608-4e3e-afd2-8191b83077a7",
"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": "MzM0NzE4OGQ2MzE0Y2NjNWQ1NzliMmZhN2U0MmRlNjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "355a54bb-6ded-4cba-957f-696079cded4a"
}
],
"workloadContext": "Production"
}
2023-02-03T06:46:06.185Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-03T06:46:06.185Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e2a48cd9-5d27-4bc7-82b3-47b4affcaa01 ASDC
2023-02-03T06:46:06.186Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:733d01cf-339e-46a1-ae95-6ae21d220053
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e2a48cd9-5d27-4bc7-82b3-47b4affcaa01
ServiceInvariantUUID:9ed7af19-9a12-4869-8115-f3897cd9690f
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:355a54bb-6ded-4cba-957f-696079cded4a
ArtifactChecksum:MzM0NzE4OGQ2MzE0Y2NjNWQ1NzliMmZhN2U0MmRlNjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fbb388a1-63d0-49b9-be9e-2687c1244af9
ResourceInvariantUUID:2f7df9c1-5608-4e3e-afd2-8191b83077a7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:72ce2e9f-99ab-463f-a866-b7e9174738ae
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-02-03T06:46:06.187Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2a48cd9-5d27-4bc7-82b3-47b4affcaa01 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-02-03T06:46:06.232Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:46:06.234Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:46:06.234Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:46:06.234Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 355a54bb-6ded-4cba-957f-696079cded4a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-03T06:46:06.234Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-03T06:46:06.235Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-03T06:46:06.366Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-03T06:46:06.370Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 355a54bb-6ded-4cba-957f-696079cded4a 57664
2023-02-03T06:46:06.370Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-03T06:46:06.370Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-03T06:46:06.371Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:46:06.371Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:46:06.374Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:46:06.374Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406766370,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:46:06.474Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:46:06.475Z||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-02-03T06:46:06.476Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:46:06.493Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:46:06.494Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:46:07.374Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:46:07.376Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:46:07.377Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 355a54bb-6ded-4cba-957f-696079cded4a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:07.377Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-03T06:46:07.377Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:07.377Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:07.611Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11505167622927122327/Definitions/service-BasicNetwork-template.yml
2023-02-03T06:46:08.401Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-03T06:46:08.402Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-03T06:46:08.402Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.403Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-03T06:46:08.403Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.403Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.403Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.404Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.404Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.404Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.404Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.404Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.404Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-03T06:46:08.405Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:46:08.405Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.406Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-03T06:46:08.406Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-03T06:46:08.406Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:46:08.406Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:46:08.407Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.407Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-03T06:46:08.407Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-03T06:46:08.407Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:46:08.408Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:46:08.408Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.408Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:46:08.408Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.409Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:46:08.409Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.409Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:46:08.410Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.410Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:46:08.410Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.410Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e2a48cd9-5d27-4bc7-82b3-47b4affcaa01
Model Version:NULL
Model InvariantUuid:9ed7af19-9a12-4869-8115-f3897cd9690f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2f7df9c1-5608-4e3e-afd2-8191b83077a7
Model UUID:d1a3c736-2154-481c-b5b5-411c669ddb7b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:fbb388a1-63d0-49b9-be9e-2687c1244af9
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-02-03T06:46:08.450Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 72ce2e9f-99ab-463f-a866-b7e9174738ae
2023-02-03T06:46:08.451Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||No resources found for Service: e2a48cd9-5d27-4bc7-82b3-47b4affcaa01
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-02-03T06:46:08.459Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||
2023-02-03T06:46:08.460Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-02-03T06:46:08.461Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||No resources found for Service: e2a48cd9-5d27-4bc7-82b3-47b4affcaa01
2023-02-03T06:46:08.462Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e2a48cd9-5d27-4bc7-82b3-47b4affcaa01
2023-02-03T06:46:08.462Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-02-03T06:46:08.462Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:46:08.471Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27e9d341, org.onap.sdc.toscaparser.api.parameters.Input@50496a00, org.onap.sdc.toscaparser.api.parameters.Input@52b0a88b, org.onap.sdc.toscaparser.api.parameters.Input@4e5bfd1e, org.onap.sdc.toscaparser.api.parameters.Input@27415c4f]
2023-02-03T06:46:08.473Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:46:08.474Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.474Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:46:08.474Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.475Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e2a48cd9-5d27-4bc7-82b3-47b4affcaa01: Generic NeutronNet
2023-02-03T06:46:08.475Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:46:08.475Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.476Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:46:08.476Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-02-03T06:46:08.520Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:46:08.521Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.521Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:46:08.521Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.521Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:46:08.522Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.522Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-03T06:46:08.595Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-02-03T06:46:08.595Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-03T06:46:08.595Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.596Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:46:08.596Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:46:08.626Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:46:08.626Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406768595,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:46:08.700Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms
2023-02-03T06:46:08.702Z||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-02-03T06:46:08.702Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:46:08.722Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:46:08.723Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:46:09.628Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-03T06:46:09.646Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
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-02-03T06:46:09.653Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:46:09.654Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-03T06:46:09.654Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-03T06:46:39.655Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-03T06:46:39.671Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
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-02-03T06:46:39.674Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:46:39.674Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-03T06:46:39.674Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-03T06:47:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:47:03.519Z||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-02-03T06:47:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:47:03.651Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:47:03.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:47:03.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406763512,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:47:03.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:47:09.675Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-03T06:47:09.687Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
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-02-03T06:47:09.692Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:47:09.693Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-03T06:47:09.693Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-03T06:47:39.693Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-03T06:47:39.709Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
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-02-03T06:47:39.712Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:47:39.713Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-03T06:47:39.713Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-03T06:48:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:48:03.518Z||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-02-03T06:48:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:03.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:48:03.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406763512,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:48:03.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406766370,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.569Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "aai-ml",
"timestamp": 1675406765854,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:48:03.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "aai-ml",
"timestamp": 1675406766858,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:48:03.585Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 733d01cf-339e-46a1-ae95-6ae21d220053
2023-02-03T06:48:03.586Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 733d01cf-339e-46a1-ae95-6ae21d220053 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-02-03T06:48:03.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406768595,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:48:03.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "cds",
"timestamp": 1675406769914,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406768458,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "cds",
"timestamp": 1675406769914,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406768458,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:48:03.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "cds",
"timestamp": 1675406769914,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406771160,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.614Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "cds",
"timestamp": 1675406769914,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406772711,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:48:03.615Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "cds",
"timestamp": 1675406769914,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406773715,
"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-02-03T06:48:03.623Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 733d01cf-339e-46a1-ae95-6ae21d220053
2023-02-03T06:48:03.624Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 733d01cf-339e-46a1-ae95-6ae21d220053 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-02-03T06:48:03.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "cds",
"timestamp": 1675406769914,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406768458,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "cds",
"timestamp": 1675406769914,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:48:03.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406768458,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "cds",
"timestamp": 1675406777554,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.640Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-02-03T06:48:03.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406768458,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "cds",
"timestamp": 1675406778560,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:48:03.658Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 27916bac-4260-448e-bed3-911aa3baa353
2023-02-03T06:48:03.658Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27916bac-4260-448e-bed3-911aa3baa353 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-02-03T06:48:03.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-02-03T06:48:03.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406768458,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406768458,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406768458,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406768458,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:48:03.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406781832,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406783753,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406784829,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406784080,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "cds",
"timestamp": 1675406784914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406785899,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406785084,
"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-02-03T06:48:03.686Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 27916bac-4260-448e-bed3-911aa3baa353
2023-02-03T06:48:03.686Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27916bac-4260-448e-bed3-911aa3baa353 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-02-03T06:48:03.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "cds",
"timestamp": 1675406784914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406786930,
"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-02-03T06:48:03.710Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27916bac-4260-448e-bed3-911aa3baa353
2023-02-03T06:48:03.711Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27916bac-4260-448e-bed3-911aa3baa353 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-02-03T06:48:03.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "cds",
"timestamp": 1675406784914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406787935,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-03T06:48:03.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "cds",
"timestamp": 1675406784914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "cds",
"timestamp": 1675406784914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "cds",
"timestamp": 1675406784914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "cds",
"timestamp": 1675406784914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "cds",
"timestamp": 1675406784914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:48:03.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-02-03T06:48:03.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "cds",
"timestamp": 1675406793584,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406779108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "cds",
"timestamp": 1675406794590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-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-02-03T06:48:03.757Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d939e6d1-c154-473e-bf87-4bbda87df0a8
2023-02-03T06:48:03.758Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d939e6d1-c154-473e-bf87-4bbda87df0a8 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-02-03T06:48:03.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406795003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675406775920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406796254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-02-03T06:48:03.787Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:48:03.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675406797260,
"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-02-03T06:48:03.799Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d939e6d1-c154-473e-bf87-4bbda87df0a8
2023-02-03T06:48:03.800Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d939e6d1-c154-473e-bf87-4bbda87df0a8 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-02-03T06:48:03.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "aai-ml",
"timestamp": 1675406797410,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406798458,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406798458,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406798458,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406798458,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406798458,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "aai-ml",
"timestamp": 1675406803327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:48:03.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406798458,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "aai-ml",
"timestamp": 1675406804331,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:48:03.829Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 27916bac-4260-448e-bed3-911aa3baa353
2023-02-03T06:48:03.830Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27916bac-4260-448e-bed3-911aa3baa353 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-02-03T06:48:03.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406798458,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406798458,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:48:03.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406807071,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406808781,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:48:03.852Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675406809785,
"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-02-03T06:48:03.862Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d939e6d1-c154-473e-bf87-4bbda87df0a8
2023-02-03T06:48:03.863Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d939e6d1-c154-473e-bf87-4bbda87df0a8 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-02-03T06:48:03.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "aai-ml",
"timestamp": 1675406789652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:48:03.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-03T06:48:03.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "aai-ml",
"timestamp": 1675406813424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "aai-ml",
"timestamp": 1675406817354,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-03T06:48:03.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
"consumerID": "aai-ml",
"timestamp": 1675406818358,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:48:03.900Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d939e6d1-c154-473e-bf87-4bbda87df0a8
2023-02-03T06:48:03.901Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d939e6d1-c154-473e-bf87-4bbda87df0a8 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-02-03T06:48:09.713Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-03T06:48:09.726Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
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-02-03T06:48:09.733Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:48:09.734Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-03T06:48:09.734Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-03T06:48:09.734Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-03T06:48:09.734Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-03T06:48:09.734Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-03T06:48:09.735Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-03T06:48:09.735Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-03T06:48:09.735Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:48:09.742Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-03T06:48:39.743Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053 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-02-03T06:48:39.755Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 733d01cf-339e-46a1-ae95-6ae21d220053 and serviceModelVersionId: e2a48cd9-5d27-4bc7-82b3-47b4affcaa01
2023-02-03T06:48:39.756Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ed7af19-9a12-4869-8115-f3897cd9690f
2023-02-03T06:48:39.760Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ed7af19-9a12-4869-8115-f3897cd9690f/model-vers/model-ver/e2a48cd9-5d27-4bc7-82b3-47b4affcaa01?depth=0
2023-02-03T06:48:39.783Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-03T06:48:39.914Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ed7af19-9a12-4869-8115-f3897cd9690f/model-vers/model-ver/e2a48cd9-5d27-4bc7-82b3-47b4affcaa01?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-02-03T06:48:39.916Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ed7af19-9a12-4869-8115-f3897cd9690f/model-vers/model-ver/e2a48cd9-5d27-4bc7-82b3-47b4affcaa01?depth=0|INFO|500||Invoke
2023-02-03T06:48:39.971Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ed7af19-9a12-4869-8115-f3897cd9690f/model-vers/model-ver/e2a48cd9-5d27-4bc7-82b3-47b4affcaa01?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-03T06:48:40.090Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ed7af19-9a12-4869-8115-f3897cd9690f/model-vers/model-ver/e2a48cd9-5d27-4bc7-82b3-47b4affcaa01?depth=0|INFO|500||InvokeReturn
2023-02-03T06:48:40.091Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ed7af19-9a12-4869-8115-f3897cd9690f/model-vers/model-ver/e2a48cd9-5d27-4bc7-82b3-47b4affcaa01?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Feb 2023 06:48:40 GMT], content-length=[0], vertex-id=[200920], x-aai-txid=[1-aai-resources-230203-06:48:40:496-70028], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-03T06:48:40.091Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-02-03T06:48:40.092Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-03T06:48:40.092Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:48:40.103Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-03T06:48:40.103Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 733d01cf-339e-46a1-ae95-6ae21d220053 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-03T06:48:40.104Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-03T06:48:40.104Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:40.107Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:40.107Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406920104,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:48:40.208Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T06:48:40.209Z||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-02-03T06:48:40.210Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:40.224Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:48:40.225Z||pool-39-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-02-03T06:48:41.124Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:48:41.125Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"27916bac-4260-448e-bed3-911aa3baa353","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"642e2f52-be7c-4cd2-b660-769b2a7b9bcb","serviceDescription":"service","serviceInvariantUUID":"0cb0f207-d7fa-4784-827a-e5fc9ce3ad35","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e302973c-da74-4ec1-bcfd-86bb69f08b23","resourceInvariantUUID":"04622568-ea6e-4400-a7a9-e10680b0af06","resourceCustomizationUUID":"162fa0a9-c41f-4b6f-8452-c884bea96e15","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":"Mjc3ZDIzZTZiNGVmNzViZDcwZWI1NjcyY2ZjY2ZmOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6a134de-bfcc-41bf-9536-79d4fdc428c1","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":"ZTZkYTEzMmMwZTY5MmE4OTQ4ZTI3NmUzZGQwNWYzZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f0795e6d-4d27-446c-9980-3fafa5dc2afe","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":"b7951ce6-d121-4351-b7a1-c1471c356836","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":"c8df29de-8c82-43a1-b45b-21f6e60a86e6","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":"c8cf6e69-58b6-4575-b489-b2d99ec2183b","artifactVersion":"2","generatedFromUUID":"b7951ce6-d121-4351-b7a1-c1471c356836"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTY0ZTJiYWE1ZGQyYjMyZmNkMjNiN2VkMDg5NGQ3ZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c4c1f6f-b29f-4f18-b79e-3f524b59c281","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDcwNDliMDkwMzc5YmJhOTZhN2EyYTMzNzY1MTM3Yzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eec76f62-857a-465e-8db8-22bd60cf7257","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-03T06:48:41.126Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:48:41.126Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:41.128Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:41.128Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406763512,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:41.228Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:48:41.229Z||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-02-03T06:48:41.230Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:41.239Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:48:41.240Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:48:42.129Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:48:42.130Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:42.132Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:42.132Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406763512,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-02-03T06:48:42.234Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-03T06:48:42.235Z||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-02-03T06:48:42.235Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:42.252Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:48:42.252Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:43.133Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:48:43.134Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:43.136Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:43.136Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406763512,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-02-03T06:48:43.237Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T06:48:43.238Z||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-02-03T06:48:43.239Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:43.249Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:48:43.249Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:44.142Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:48:44.148Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:44.152Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:44.152Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406763512,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:44.252Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:48:44.252Z||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-02-03T06:48:44.253Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:44.267Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:48:44.267Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:45.153Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:48:45.154Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:45.157Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:45.157Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406763512,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-02-03T06:48:45.257Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:48:45.258Z||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-02-03T06:48:45.258Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:45.269Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:48:45.270Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:46.157Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:48:46.158Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:46.161Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:46.161Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406763512,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-03T06:48:46.261Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:48:46.262Z||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-02-03T06:48:46.262Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:46.275Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:48:46.275Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:47.162Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:48:47.163Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:47.166Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:47.166Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406763512,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-03T06:48:47.266Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:48:47.267Z||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-02-03T06:48:47.267Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:47.278Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:48:47.279Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:48:48.168Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "642e2f52-be7c-4cd2-b660-769b2a7b9bcb",
"serviceDescription": "service",
"serviceInvariantUUID": "0cb0f207-d7fa-4784-827a-e5fc9ce3ad35",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "162fa0a9-c41f-4b6f-8452-c884bea96e15",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e302973c-da74-4ec1-bcfd-86bb69f08b23",
"resourceInvariantUUID": "04622568-ea6e-4400-a7a9-e10680b0af06",
"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": "ZTZkYTEzMmMwZTY5MmE4OTQ4ZTI3NmUzZGQwNWYzZDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f0795e6d-4d27-446c-9980-3fafa5dc2afe",
"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": "b7951ce6-d121-4351-b7a1-c1471c356836",
"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": "c8cf6e69-58b6-4575-b489-b2d99ec2183b",
"generatedFromUUID": "b7951ce6-d121-4351-b7a1-c1471c356836"
},
"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": "c8cf6e69-58b6-4575-b489-b2d99ec2183b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZDcwNDliMDkwMzc5YmJhOTZhN2EyYTMzNzY1MTM3Yzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eec76f62-857a-465e-8db8-22bd60cf7257"
}
],
"workloadContext": "Production"
}
2023-02-03T06:48:48.168Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-03T06:48:48.168Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 642e2f52-be7c-4cd2-b660-769b2a7b9bcb ASDC
2023-02-03T06:48:48.169Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:27916bac-4260-448e-bed3-911aa3baa353
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:642e2f52-be7c-4cd2-b660-769b2a7b9bcb
ServiceInvariantUUID:0cb0f207-d7fa-4784-827a-e5fc9ce3ad35
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:eec76f62-857a-465e-8db8-22bd60cf7257
ArtifactChecksum:ZDcwNDliMDkwMzc5YmJhOTZhN2EyYTMzNzY1MTM3Yzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:162fa0a9-c41f-4b6f-8452-c884bea96e15
ResourceInvariantUUID:04622568-ea6e-4400-a7a9-e10680b0af06
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e302973c-da74-4ec1-bcfd-86bb69f08b23
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:f0795e6d-4d27-446c-9980-3fafa5dc2afe
ArtifactChecksum:ZTZkYTEzMmMwZTY5MmE4OTQ4ZTI3NmUzZGQwNWYzZDE=
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:b7951ce6-d121-4351-b7a1-c1471c356836
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:c8cf6e69-58b6-4575-b489-b2d99ec2183b
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:c8cf6e69-58b6-4575-b489-b2d99ec2183b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-03T06:48:48.169Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 642e2f52-be7c-4cd2-b660-769b2a7b9bcb 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-02-03T06:48:48.224Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:48:48.225Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:48:48.225Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:48:48.225Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: eec76f62-857a-465e-8db8-22bd60cf7257 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-03T06:48:48.226Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-03T06:48:48.226Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-03T06:48:48.310Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-03T06:48:48.315Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar eec76f62-857a-465e-8db8-22bd60cf7257 74811
2023-02-03T06:48:48.316Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-03T06:48:48.316Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-03T06:48:48.316Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:48:48.317Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:48.319Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:48.319Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675406928316,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-03T06:48:48.419Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:48:48.420Z||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-02-03T06:48:48.420Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:48.431Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-03T06:48:48.432Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:49.320Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:48:49.321Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:48:49.322Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: eec76f62-857a-465e-8db8-22bd60cf7257, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:49.326Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-03T06:48:49.327Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:49.327Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:49.476Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3775856519347340536/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-02-03T06:48:50.818Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-03T06:48:50.819Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-03T06:48:50.819Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.819Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-03T06:48:50.819Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.819Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.820Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.820Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.820Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.820Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.820Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.820Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-03T06:48:50.821Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:48:50.821Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:50.821Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-03T06:48:50.821Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-03T06:48:50.822Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:48:50.822Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:48:50.822Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:50.822Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-03T06:48:50.822Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-03T06:48:50.823Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:48:50.823Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:48:50.823Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:50.824Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:48:50.824Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-03T06:48:50.824Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-03T06:48:50.825Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-03T06:48:50.825Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-03T06:48:50.825Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-03T06:48:50.825Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-03T06:48:50.826Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:48:50.826Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T06:48:50.826Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:48:50.827Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-03T06:48:50.827Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:48:50.827Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:48:50.828Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-03T06:48:50.828Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:48:50.828Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-03T06:48:50.828Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-03T06:48:50.829Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:48:50.829Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery