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-22T11:49:12.316Z||main|||||INFO|500||The following profiles are active: basic
2023-02-22T11:49:24.918Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-22T11:49:24.919Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-22T11:49:25.044Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-22T11:49:29.742Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-22T11:49:30.194Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-22T11:49:30.737Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-22T11:49:30.747Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-22T11:49:30.902Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-22T11:49:31.166Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-22T11:49:32.000Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-22T11:49:34.034Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-22T11:49:36.930Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-22T11:49:37.027Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-22T11:49:37.863Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-22T11:49:38.117Z||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-22T11:49:39.796Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-22T11:49:41.047Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-02-22T11:49:41.067Z||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$$3d37c175.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-22T11:49:41.068Z||main|||||WARN|500||The sdc end point is not alive
2023-02-22T11:49:44.638Z||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-22T11:49:47.621Z||main|||||WARN|500||---
2023-02-22T11:49:47.622Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-22T11:49:47.622Z||main|||||WARN|500||---
2023-02-22T11:49:48.079Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-22T11:49:53.174Z||main|||||INFO|500||Started Application in 44.267 seconds (JVM running for 46.467)
2023-02-22T11:49:53.202Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-22T11:49:53.205Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-22T11:49:53.225Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-22T11:49:53.247Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-02-22T11:49:53.290Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c156691-4c59-4c4b-8ef6-d740dc7cc7b7 url= /sdc/v1/artifactTypes
2023-02-22T11:49:53.291Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-02-22T11:49:53.557Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-22T11:49:53.609Z||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-22T11:49:53.633Z||scheduling-1|||||DEBUG|500||create keys
2023-02-22T11:49:53.642Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-02-22T11:49:53.703Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:49:53.722Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8deba288-b241-42cb-80f0-c23e0b0421de url= /sdc/v1/registerForDistribution
2023-02-22T11:49:53.821Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8deba288-b241-42cb-80f0-c23e0b0421de url= /sdc/v1/registerForDistribution
2023-02-22T11:49:53.822Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-22T11:49:53.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:49:53.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:49:53.839Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-22T11:49:53.874Z||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-22T11:49:53.875Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:49:53.874Z||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-22T11:49:53.876Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:50:04.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:50:04.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:50:53.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:50:53.832Z||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-22T11:50:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:50:53.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:50:53.835Z||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-22T11:50:53.835Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:51:03.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:51:03.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:51:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:51:53.830Z||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-22T11:51:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:51:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:51:53.834Z||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-22T11:51:53.835Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:52:03.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:52:03.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:52:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:52:53.831Z||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-22T11:52:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:52:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:52:53.832Z||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-22T11:52:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:53:03.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:53:03.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:53:53.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:53:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:53:53.832Z||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-22T11:53:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:53:53.832Z||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-22T11:53:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:54:03.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:54:03.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:54:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:54:53.831Z||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-22T11:54:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:54:53.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:54:53.833Z||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-22T11:54:53.834Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:55:03.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:55:03.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:55:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:55:53.831Z||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-22T11:55:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:55:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:55:53.832Z||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-22T11:55:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:56:03.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:56:03.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:56:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:56:53.830Z||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-22T11:56:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:56:53.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:56:53.834Z||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-22T11:56:53.835Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:57:03.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:57:03.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:57:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:57:53.831Z||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-22T11:57:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:57:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:57:53.832Z||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-22T11:57:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:58:03.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:58:03.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:58:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:58:53.830Z||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-22T11:58:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:58:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:58:53.832Z||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-22T11:58:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:59:03.397Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:59:03.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:59:47.122Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-22T11:59:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:59:53.831Z||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-22T11:59:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T11:59:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:59:53.832Z||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-22T11:59:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:00:03.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:00:03.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:00:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:00:53.831Z||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-22T12:00:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:00:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:00:53.832Z||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-22T12:00:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:01:03.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:01:03.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:01:53.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:01:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:01:53.831Z||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-22T12:01:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:01:53.832Z||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-22T12:01:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:02:03.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:02:03.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:02:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:02:53.831Z||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-22T12:02:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:02:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:02:53.833Z||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-22T12:02:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:03:03.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:03:03.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:03:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:03:53.830Z||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-22T12:03:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:03:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:03:53.832Z||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-22T12:03:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:04:03.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:04:03.386Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:04:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:04:53.830Z||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-22T12:04:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:04:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:04:53.832Z||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-22T12:04:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:05:03.382Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:05:03.383Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:05:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:05:53.830Z||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-22T12:05:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:05:53.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:05:53.832Z||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-22T12:05:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:06:03.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:06:03.397Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:06:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:06:53.830Z||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-22T12:06:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:06:53.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:06:53.832Z||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-22T12:06:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:07:03.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:07:03.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:07:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:07:53.831Z||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-22T12:07:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:07:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:07:53.832Z||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-22T12:07:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:08:03.394Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:08:03.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:08:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:08:53.830Z||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-22T12:08:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:08:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:08:53.832Z||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-22T12:08:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:09:03.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:09:03.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:09:53.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:09:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:09:53.832Z||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-22T12:09:53.832Z||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-22T12:09:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:09:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:10:03.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:10:03.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:10:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:10:53.830Z||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-22T12:10:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:10:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:10:53.832Z||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-22T12:10:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:11:03.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:11:03.379Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:11:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:11:53.830Z||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-22T12:11:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:11:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:11:53.832Z||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-22T12:11:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:12:03.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:12:03.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:12:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:12:53.830Z||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-22T12:12:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:12:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:12:53.832Z||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-22T12:12:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:13:03.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:13:03.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:13:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:13:53.830Z||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-22T12:13:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:13:53.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:13:53.832Z||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-22T12:13:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:14:03.407Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:14:03.413Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:14:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:14:53.831Z||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-22T12:14:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:14:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:14:53.832Z||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-22T12:14:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:15:03.379Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:15:03.380Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:15:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:15:53.830Z||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-22T12:15:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:15:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:15:53.832Z||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-22T12:15:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:16:03.380Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:16:03.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:16:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:16:53.831Z||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-22T12:16:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:16:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:16:53.832Z||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-22T12:16:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:17:03.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:17:03.414Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:17:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:17:53.831Z||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-22T12:17:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:17:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:17:53.832Z||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-22T12:17:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:18:03.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:18:03.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:18:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:18:53.831Z||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-22T12:18:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:18:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:18:53.832Z||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-22T12:18:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:19:03.377Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:19:03.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:19:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:19:53.830Z||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-22T12:19:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:19:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:19:53.832Z||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-22T12:19:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:20:03.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:20:03.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:20:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:20:53.830Z||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-22T12:20:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:20:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:20:53.832Z||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-22T12:20:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:21:03.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:21:03.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:21:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:21:53.830Z||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-22T12:21:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:21:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:21:53.832Z||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-22T12:21:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:22:03.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:22:03.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:22:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:22:53.830Z||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-22T12:22:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:22:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:22:53.832Z||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-22T12:22:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:23:03.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:23:03.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:23:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:23:53.831Z||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-22T12:23:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:23:53.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:23:53.832Z||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-22T12:23:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:24:03.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:24:03.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:24:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:24:53.830Z||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-22T12:24:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:24:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:24:53.832Z||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-22T12:24:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:25:03.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:25:03.408Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:25:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:25:53.832Z||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-22T12:25:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:25:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:25:53.832Z||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-22T12:25:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:26:03.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:26:03.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:26:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:26:53.830Z||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-22T12:26:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:26:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:26:53.832Z||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-22T12:26:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:27:03.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:27:03.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:27:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:27:53.831Z||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-22T12:27:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:27:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:27:53.833Z||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-22T12:27:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:28:03.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:28:03.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:28:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:28:53.830Z||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-22T12:28:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:28:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:28:53.832Z||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-22T12:28:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:29:03.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:29:03.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:29:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:29:53.830Z||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-22T12:29:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:29:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:29:53.832Z||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-22T12:29:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:30:03.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:30:03.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:30:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:30:53.830Z||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-22T12:30:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:30:53.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:30:53.832Z||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-22T12:30:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:31:03.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:31:03.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:31:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:31:53.830Z||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-22T12:31:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:31:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:31:53.832Z||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-22T12:31:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:32:03.374Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:32:03.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:32:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:32:53.831Z||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-22T12:32:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:32:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:32:53.832Z||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-22T12:32:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:33:03.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:33:03.377Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:33:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:33:53.831Z||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-22T12:33:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:33:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:33:53.833Z||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-22T12:33:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:34:03.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:34:03.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:34:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:34:53.831Z||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-22T12:34:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:34:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:34:53.832Z||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-22T12:34:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:35:03.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:35:03.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:35:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:35:53.831Z||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-22T12:35:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:35:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:35:53.832Z||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-22T12:35:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:36:03.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:36:03.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:36:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:36:53.830Z||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-22T12:36:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:36:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:36:53.832Z||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-22T12:36:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:37:03.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:37:03.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:37:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:37:53.830Z||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-22T12:37:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:37:53.832Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:37:53.833Z||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-22T12:37:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:38:03.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:38:03.409Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:38:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:38:53.830Z||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-22T12:38:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:38:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:38:53.832Z||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-22T12:38:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:39:03.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:39:03.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:39:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:39:53.831Z||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-22T12:39:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:39:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:39:53.833Z||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-22T12:39:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:40:03.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:40:03.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:40:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:40:53.830Z||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-22T12:40:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:40:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:40:53.832Z||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-22T12:40:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:41:03.376Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:41:03.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:41:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:41:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:41:53.832Z||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-22T12:41:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:41:53.832Z||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-22T12:41:53.834Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:42:03.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:42:03.380Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:42:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:42:53.831Z||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-22T12:42:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:42:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:42:53.833Z||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-22T12:42:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:43:03.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:43:03.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:43:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:43:53.831Z||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-22T12:43:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:43:53.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:43:53.832Z||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-22T12:43:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:44:03.371Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:44:03.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:44:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:44:53.830Z||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-22T12:44:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:44:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:44:53.832Z||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-22T12:44:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:45:03.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:45:03.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:45:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:45:53.830Z||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-22T12:45:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:45:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:45:53.833Z||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-22T12:45:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:46:03.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:46:03.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:46:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:46:53.830Z||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-22T12:46:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:46:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:46:53.832Z||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-22T12:46:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:47:03.366Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:47:03.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:47:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:47:53.830Z||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-22T12:47:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:47:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:47:53.832Z||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-22T12:47:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:48:03.392Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:48:03.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:48:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:48:53.831Z||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-22T12:48:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:48:53.832Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:48:53.832Z||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-22T12:48:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:49:03.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:49:03.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:49:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:49:53.831Z||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-22T12:49:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:49:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:49:53.832Z||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-22T12:49:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:50:03.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:50:03.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:50:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:50:53.831Z||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-22T12:50:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:50:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:50:53.832Z||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-22T12:50:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:51:03.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:51:03.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:51:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:51:53.830Z||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-22T12:51:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:51:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:51:53.833Z||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-22T12:51:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:52:03.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:52:03.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:52:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:52:53.830Z||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-22T12:52:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:52:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:52:53.832Z||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-22T12:52:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:53:03.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:53:03.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:53:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:53:53.831Z||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-22T12:53:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:53:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:53:53.832Z||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-22T12:53:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:54:03.395Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:54:03.396Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:54:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:54:53.831Z||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-22T12:54:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:54:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:54:53.832Z||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-22T12:54:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:55:03.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:55:03.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:55:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:55:53.830Z||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-22T12:55:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:55:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:55:53.832Z||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-22T12:55:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:56:03.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:56:03.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:56:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:56:53.830Z||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-22T12:56:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:56:53.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:56:53.833Z||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-22T12:56:53.834Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:57:03.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:57:03.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:57:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:57:53.831Z||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-22T12:57:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:57:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:57:53.832Z||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-22T12:57:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:58:03.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:58:03.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:58:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:58:53.830Z||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-22T12:58:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:58:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:58:53.833Z||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-22T12:58:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:59:03.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:59:03.378Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:59:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:59:53.830Z||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-22T12:59:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T12:59:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:59:53.832Z||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-22T12:59:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:00:03.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:00:03.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:00:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:00:53.830Z||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-22T13:00:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:00:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:00:53.832Z||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-22T13:00:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:01:03.376Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:01:03.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:01:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:01:53.830Z||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-22T13:01:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:01:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:01:53.832Z||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-22T13:01:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:02:03.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:02:03.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:02:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:02:53.830Z||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-22T13:02:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:02:53.832Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:02:53.834Z||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-22T13:02:53.834Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:03:03.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:03:03.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:03:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:03:53.830Z||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-22T13:03:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:03:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:03:53.833Z||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-22T13:03:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:04:03.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:04:03.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:04:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:04:53.831Z||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-22T13:04:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:04:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:04:53.832Z||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-22T13:04:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:05:03.396Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:05:03.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:05:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:05:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:05:53.831Z||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-22T13:05:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:05:53.832Z||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-22T13:05:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:06:03.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:06:03.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:06:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:06:53.831Z||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-22T13:06:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:06:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:06:53.832Z||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-22T13:06:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:07:03.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:07:03.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:07:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:07:53.830Z||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-22T13:07:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:07:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:07:53.833Z||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-22T13:07:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:08:03.369Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:08:03.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:08:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:08:53.830Z||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-22T13:08:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:08:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:08:53.832Z||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-22T13:08:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:09:03.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:09:03.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:09:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:09:53.830Z||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-22T13:09:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:09:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:09:53.832Z||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-22T13:09:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:10:03.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:10:03.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:10:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:10:53.830Z||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-22T13:10:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:10:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:10:53.832Z||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-22T13:10:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:11:03.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:11:03.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:11:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:11:53.830Z||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-22T13:11:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:11:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:11:53.832Z||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-22T13:11:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:12:03.388Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:12:03.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:12:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:12:53.831Z||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-22T13:12:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:12:53.832Z||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-22T13:12:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:12:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:13:03.372Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:13:03.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:13:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:13:53.831Z||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-22T13:13:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:13:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:13:53.832Z||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-22T13:13:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:14:03.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:14:03.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:14:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:14:53.830Z||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-22T13:14:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:14:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:14:53.832Z||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-22T13:14:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:15:03.391Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:15:03.403Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:15:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:15:53.831Z||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-22T13:15:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:15:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:15:53.832Z||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-22T13:15:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:16:03.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:16:03.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:16:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:16:53.830Z||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-22T13:16:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:16:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:16:53.832Z||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-22T13:16:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:17:03.372Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:17:03.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:17:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:17:53.830Z||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-22T13:17:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:17:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:17:53.833Z||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-22T13:17:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:18:03.386Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:18:03.393Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:18:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:18:53.830Z||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-22T13:18:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:18:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:18:53.832Z||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-22T13:18:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:19:03.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:19:03.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:19:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:19:53.830Z||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-22T13:19:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:19:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:19:53.833Z||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-22T13:19:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:20:03.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:20:03.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:20:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:20:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:20:53.832Z||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-22T13:20:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:20:53.832Z||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-22T13:20:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:21:03.376Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:21:03.381Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:21:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:21:53.831Z||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-22T13:21:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:21:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:21:53.832Z||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-22T13:21:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:22:03.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:22:03.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:22:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:22:53.831Z||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-22T13:22:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:22:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:22:53.832Z||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-22T13:22:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:22:56.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:22:56.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-22T13:22:56.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7b77df5-3d3c-40ca-986b-399d4027230a","serviceName":"vFW 2023-02-22 13-21-55","serviceVersion":"1.0","serviceUUID":"0e621caa-29b2-44af-b177-c43ca3f4161b","serviceDescription":"catalog service description","serviceInvariantUUID":"c2089084-8a96-48d3-8b8b-deecda328015","resources":[{"resourceInstanceName":"vFW e32a6ab4-39fa 0","resourceName":"vFW e32a6ab4-39fa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c90a55db-a0cd-4856-9a1c-69ea9974e785","resourceInvariantUUID":"fed6b4d5-46e9-4127-b246-2259637942f8","resourceCustomizationUUID":"b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml","artifactChecksum":"NGZjNTk2MjA1ZWE1MjBiZGZmNTVjZGYzN2IzYmFlMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90f74a9-8b00-401d-9364-15062331344a","artifactVersion":"1"},{"artifactName":"vfwe32a6ab439fa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json","artifactChecksum":"NGJkNzcyMTA3YTc0MGFmY2FiZjI1MjEwZTA0Njg3Mzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"af40c497-9d1d-4645-a011-d7540bc919a8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"56abf4e2-6f4d-4b5a-98a5-407f2d67a145","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml","artifactChecksum":"Nzg4YzNkMGZmZGM2MzU4MzFkMWU4YjMwNTMzNmZlM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4b41d000-7d63-4ddb-a97c-14da50c3e53e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b744f9b1-239f-4f8a-9324-426f0d4f9a64","artifactVersion":"2","generatedFromUUID":"56abf4e2-6f4d-4b5a-98a5-407f2d67a145"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230222132155-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml","artifactChecksum":"YzllMjRmYTg4MmYxZGEwYmMyYjk3YzA0ODVlZTJkOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f736ef0-1af6-4cd1-b046-f9ad87bf01e3","artifactVersion":"1"},{"artifactName":"service-Vfw20230222132155-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar","artifactChecksum":"OWVmY2JlNzdiYTU1NDkzMzkxMDg5ZTAzOGI4YmQ5ZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55f7a8a2-ab7b-454d-8619-2a376025e4f5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-22T13:22:56.475Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T13:22:56.484Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:22:56.509Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:22:56.509Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072173829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:22:56.597Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2023-02-22T13:22:56.602Z||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-22T13:22:56.602Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:22:56.618Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:22:56.619Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:22:56.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:22:56.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T13:22:56.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "ves-openapi-manager",
"timestamp": 1677072175220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:22:56.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T13:22:57.518Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T13:22:57.519Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:22:57.521Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:22:57.521Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072173829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json",
"status": "NOTIFIED"
}
2023-02-22T13:22:57.621Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T13:22:57.622Z||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-22T13:22:57.623Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:22:57.632Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:22:57.632Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:22:58.522Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T13:22:58.523Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:22:58.525Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:22:58.525Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072173829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-22T13:22:58.626Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T13:22:58.627Z||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-22T13:22:58.627Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:22:58.636Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:22:58.637Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:22:59.526Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T13:22:59.527Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:22:59.529Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:22:59.529Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072173829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:22:59.629Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T13:22:59.630Z||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-22T13:22:59.630Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:22:59.642Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:22:59.643Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:23:00.530Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T13:23:00.531Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:23:00.535Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:23:00.535Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072173829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-22T13:23:00.635Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:23:00.636Z||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-22T13:23:00.636Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:23:00.645Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:23:00.645Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:23:01.535Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T13:23:01.536Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:23:01.538Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:23:01.539Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072173829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:23:01.639Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:23:01.640Z||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-22T13:23:01.640Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:23:01.648Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:23:01.649Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:23:02.539Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T13:23:02.540Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:23:02.543Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:23:02.543Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072173829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T13:23:02.643Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:23:02.644Z||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-22T13:23:02.644Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:23:02.654Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:23:02.654Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:23:03.545Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"serviceName": "vFW 2023-02-22 13-21-55",
"serviceVersion": "1.0",
"serviceUUID": "0e621caa-29b2-44af-b177-c43ca3f4161b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c2089084-8a96-48d3-8b8b-deecda328015",
"resources": [
{
"resourceInstanceName": "vFW e32a6ab4-39fa 0",
"resourceCustomizationUUID": "b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d",
"resourceName": "vFW e32a6ab4-39fa",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c90a55db-a0cd-4856-9a1c-69ea9974e785",
"resourceInvariantUUID": "fed6b4d5-46e9-4127-b246-2259637942f8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe32a6ab439fa0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json",
"artifactChecksum": "NGJkNzcyMTA3YTc0MGFmY2FiZjI1MjEwZTA0Njg3Mzc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "af40c497-9d1d-4645-a011-d7540bc919a8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "56abf4e2-6f4d-4b5a-98a5-407f2d67a145",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b744f9b1-239f-4f8a-9324-426f0d4f9a64",
"generatedFromUUID": "56abf4e2-6f4d-4b5a-98a5-407f2d67a145"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b744f9b1-239f-4f8a-9324-426f0d4f9a64",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230222132155-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"artifactChecksum": "OWVmY2JlNzdiYTU1NDkzMzkxMDg5ZTAzOGI4YmQ5ZWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "55f7a8a2-ab7b-454d-8619-2a376025e4f5"
}
],
"workloadContext": "Production"
}
2023-02-22T13:23:03.547Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-22T13:23:03.547Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0e621caa-29b2-44af-b177-c43ca3f4161b ASDC
2023-02-22T13:23:03.677Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a7b77df5-3d3c-40ca-986b-399d4027230a
ServiceName:vFW 2023-02-22 13-21-55
ServiceVersion:1.0
ServiceUUID:0e621caa-29b2-44af-b177-c43ca3f4161b
ServiceInvariantUUID:c2089084-8a96-48d3-8b8b-deecda328015
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230222132155-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar
ArtifactUUID:55f7a8a2-ab7b-454d-8619-2a376025e4f5
ArtifactChecksum:OWVmY2JlNzdiYTU1NDkzMzkxMDg5ZTAzOGI4YmQ5ZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e32a6ab4-39fa 0
ResourceCustomizationUUID:b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d
ResourceInvariantUUID:fed6b4d5-46e9-4127-b246-2259637942f8
ResourceName:vFW e32a6ab4-39fa
ResourceType:VF
ResourceUUID:c90a55db-a0cd-4856-9a1c-69ea9974e785
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe32a6ab439fa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json
ArtifactUUID:af40c497-9d1d-4645-a011-d7540bc919a8
ArtifactChecksum:NGJkNzcyMTA3YTc0MGFmY2FiZjI1MjEwZTA0Njg3Mzc=
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/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml
ArtifactUUID:56abf4e2-6f4d-4b5a-98a5-407f2d67a145
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/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env
ArtifactUUID:b744f9b1-239f-4f8a-9324-426f0d4f9a64
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/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env
ArtifactUUID:b744f9b1-239f-4f8a-9324-426f0d4f9a64
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-22T13:23:03.679Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e621caa-29b2-44af-b177-c43ca3f4161b 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-22T13:23:03.990Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T13:23:03.991Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-22T13:23:03.993Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-22T13:23:03.993Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55f7a8a2-ab7b-454d-8619-2a376025e4f5 from URL: /sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar
2023-02-22T13:23:03.993Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-22T13:23:03.995Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar
2023-02-22T13:23:04.103Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-22T13:23:04.121Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar 55f7a8a2-ab7b-454d-8619-2a376025e4f5 100661
2023-02-22T13:23:04.123Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar ASDC sendASDCNotification
2023-02-22T13:23:04.123Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar
2023-02-22T13:23:04.125Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T13:23:04.126Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:23:04.128Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:23:04.128Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072184121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:23:04.228Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:23:04.229Z||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-22T13:23:04.229Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:23:04.238Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:23:04.239Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:23:05.128Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T13:23:05.129Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-22T13:23:05.130Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 55f7a8a2-ab7b-454d-8619-2a376025e4f5, URL: /sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar to file: /app/ASDC/1/service-Vfw20230222132155-csar.csar
2023-02-22T13:23:05.131Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230222132155-csar.csar
2023-02-22T13:23:05.305Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230222132155-csar.csar
2023-02-22T13:23:05.305Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230222132155-csar.csar
2023-02-22T13:23:06.194Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7063551911748596931/Definitions/service-Vfw20230222132155-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-02-22T13:23:09.413Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-22T13:23:09.418Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-22T13:23:09.419Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230222132155-csar.csar
2023-02-22T13:23:09.419Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-22T13:23:09.419Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230222132155-csar.csar
2023-02-22T13:23:09.419Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||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-Vfw20230222132155-csar.csar
2023-02-22T13:23:09.420Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||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-Vfw20230222132155-csar.csar
2023-02-22T13:23:09.420Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||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-Vfw20230222132155-csar.csar
2023-02-22T13:23:09.420Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230222132155-csar.csar
2023-02-22T13:23:09.420Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230222132155-csar.csar
2023-02-22T13:23:09.421Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e32a6ab4-39fa 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-Vfw20230222132155-csar.csar
2023-02-22T13:23:09.421Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||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-Vfw20230222132155-csar.csar
2023-02-22T13:23:09.421Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230222132155-csar.csar
2023-02-22T13:23:09.421Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230222132155-csar.csar
2023-02-22T13:23:09.422Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230222132155-csar.csar
2023-02-22T13:23:09.422Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-22T13:23:09.429Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.431Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:09.435Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria
2023-02-22T13:23:09.435Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-22T13:23:09.437Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T13:23:09.439Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.439Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:09.440Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria
2023-02-22T13:23:09.440Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-22T13:23:09.440Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T13:23:09.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:09.444Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.445Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is not matching search criteria
2023-02-22T13:23:09.445Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-22T13:23:09.445Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-22T13:23:09.445Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-22T13:23:09.446Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:09.446Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-22T13:23:09.446Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T13:23:09.446Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-22T13:23:09.447Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-22T13:23:09.447Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-22T13:23:09.447Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-22T13:23:09.447Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:09.448Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-22T13:23:09.448Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:09.448Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-22T13:23:09.448Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T13:23:09.449Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-22T13:23:09.449Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.449Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-22T13:23:09.450Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.451Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria
2023-02-22T13:23:09.451Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T13:23:09.451Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.452Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria
2023-02-22T13:23:09.452Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T13:23:09.452Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.453Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria
2023-02-22T13:23:09.453Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T13:23:09.453Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.454Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is not matching search criteria
2023-02-22T13:23:09.454Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-22T13:23:09.454Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-22T13:23:09.455Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-22T13:23:09.455Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-22T13:23:09.455Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-22T13:23:09.455Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-22T13:23:09.456Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:09.456Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-22T13:23:09.456Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:09.456Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-22T13:23:09.457Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T13:23:09.457Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=962ebbf9-0ed1-47d3-8e2e-5e60b93e804a
2023-02-22T13:23:09.457Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.458Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is not matching search criteria
2023-02-22T13:23:09.458Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-22T13:23:09.458Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-22T13:23:09.458Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-22T13:23:09.458Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:09.459Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-22T13:23:09.459Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T13:23:09.459Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-22T13:23:09.459Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-22T13:23:09.460Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-22T13:23:09.460Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:09.460Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-22T13:23:09.460Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T13:23:09.461Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f35ca068-7476-4ac9-bede-28b7503c948e
2023-02-22T13:23:09.461Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.461Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is not matching search criteria
2023-02-22T13:23:09.462Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-22T13:23:09.462Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-22T13:23:09.462Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-22T13:23:09.462Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:09.462Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-22T13:23:09.463Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T13:23:09.463Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-22T13:23:09.463Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-22T13:23:09.463Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-22T13:23:09.464Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-22T13:23:09.464Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:09.464Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-22T13:23:09.464Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b2f2a3c-d5c4-4504-8644-25e0e370d2a6
2023-02-22T13:23:09.465Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.465Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:09.465Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.466Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:09.466Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.466Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:09.466Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:09.467Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:09.467Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-02-22 13-21-55
Description:catalog service description
Model UUID:0e621caa-29b2-44af-b177-c43ca3f4161b
Model Version:NULL
Model InvariantUuid:c2089084-8a96-48d3-8b8b-deecda328015
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e32a6ab4-39fa
Model UUID:9b6ea51e-4e41-4096-a8f8-c3fe93336c8b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fed6b4d5-46e9-4127-b246-2259637942f8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8477541b-aeb3-4ce3-9a86-cf7ce612695a
ModelName:VfwE32a6ab439fa..base_vfw..module-0
ModelUuid:c4efc599-9fc2-41c5-ab4e-466327ce0d9b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:962ebbf9-0ed1-47d3-8e2e-5e60b93e804a
ModelInvariantUuid:1431c59d-20d0-46ed-aa8e-b8c95326e257
ModelName:vFW e32a6ab4-39fa-nodes.vfwCvfc
ModelUuid:1bdbf2ae-3ac4-4a4e-b073-44c0c90b8f09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b063ca3d-bed0-4b08-bbc9-1565cc62fbd3
ModelInvariantUuid:1a34a611-effe-4c2c-9723-69f2555f9881
ModelName:VfwE32a6ab439fa.compute.nodes.heat.vfw
ModelUuid:5030254c-cd57-4546-bd28-d6e4ee7f7b44
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f35ca068-7476-4ac9-bede-28b7503c948e
ModelInvariantUuid:9d563c8a-e1be-4796-9302-732cc69e9f7b
ModelName:vFW e32a6ab4-39fa-nodes.vsnCvfc
ModelUuid:bdf90533-34a8-45b6-8a60-29baef6798b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ffbeda15-3f7e-414b-8972-529d58e0a5dc
ModelInvariantUuid:caea5f44-e054-4aef-8361-4fe58754248f
ModelName:VfwE32a6ab439fa.compute.nodes.heat.vsn
ModelUuid:e74377a1-d5b1-4c28-a818-012cd340666f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3b2f2a3c-d5c4-4504-8644-25e0e370d2a6
ModelInvariantUuid:e1c4a08a-4fed-494a-a484-46e3808f5a87
ModelName:vFW e32a6ab4-39fa-nodes.vpgCvfc
ModelUuid:6639dc4c-72b2-47be-8357-269b51ac44cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a101036b-f3fe-4f90-a0dd-3e0331ffbbee
ModelInvariantUuid:29b0f8b5-9d33-40b4-91eb-7f85100a5373
ModelName:VfwE32a6ab439fa.compute.nodes.heat.vpg
ModelUuid:92853cd0-932b-4db0-8c0f-5a46148a28ab
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-22T13:23:09.490Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c90a55db-a0cd-4856-9a1c-69ea9974e785
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-22T13:23:09.578Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||vFW e32a6ab4-39fa 0
2023-02-22T13:23:09.585Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c90a55db-a0cd-4856-9a1c-69ea9974e785
2023-02-22T13:23:09.585Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: af40c497-9d1d-4645-a011-d7540bc919a8 from URL: /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json
2023-02-22T13:23:09.585Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-22T13:23:09.586Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json
2023-02-22T13:23:09.649Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-22T13:23:09.650Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json af40c497-9d1d-4645-a011-d7540bc919a8 785
2023-02-22T13:23:09.650Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json ASDC sendASDCNotification
2023-02-22T13:23:09.651Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json
2023-02-22T13:23:09.651Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T13:23:09.651Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:23:09.654Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:23:09.654Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072189650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:23:09.755Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T13:23:09.756Z||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-22T13:23:09.756Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:23:09.764Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:23:09.764Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:23:10.656Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE32a6ab439fa..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8477541b-aeb3-4ce3-9a86-cf7ce612695a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c4efc599-9fc2-41c5-ab4e-466327ce0d9b",
"vfModuleModelCustomizationUUID": "2a3cde75-064b-47e9-9420-99917e5bd6aa",
"isBase": true,
"artifacts": [
"56abf4e2-6f4d-4b5a-98a5-407f2d67a145",
"b744f9b1-239f-4f8a-9324-426f0d4f9a64"
],
"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-22T13:23:10.670Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE32a6ab439fa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4efc599-9fc2-41c5-ab4e-466327ce0d9b
VfModuleModelInvariantUUID:8477541b-aeb3-4ce3-9a86-cf7ce612695a
VfModuleModelDescription:NULL
Artifacts UUID List:{
56abf4e2-6f4d-4b5a-98a5-407f2d67a145
,
b744f9b1-239f-4f8a-9324-426f0d4f9a64
}
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-22T13:23:10.673Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE32a6ab439fa..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8477541b-aeb3-4ce3-9a86-cf7ce612695a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c4efc599-9fc2-41c5-ab4e-466327ce0d9b",
"vfModuleModelCustomizationUUID": "2a3cde75-064b-47e9-9420-99917e5bd6aa",
"isBase": true,
"artifacts": [
"56abf4e2-6f4d-4b5a-98a5-407f2d67a145",
"b744f9b1-239f-4f8a-9324-426f0d4f9a64"
],
"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-22T13:23:10.674Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE32a6ab439fa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4efc599-9fc2-41c5-ab4e-466327ce0d9b
VfModuleModelInvariantUUID:8477541b-aeb3-4ce3-9a86-cf7ce612695a
VfModuleModelDescription:NULL
Artifacts UUID List:{
56abf4e2-6f4d-4b5a-98a5-407f2d67a145
,
b744f9b1-239f-4f8a-9324-426f0d4f9a64
}
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-22T13:23:10.674Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 56abf4e2-6f4d-4b5a-98a5-407f2d67a145 from URL: /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml
2023-02-22T13:23:10.674Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-22T13:23:10.675Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml
2023-02-22T13:23:10.733Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-22T13:23:10.734Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml 56abf4e2-6f4d-4b5a-98a5-407f2d67a145 20368
2023-02-22T13:23:10.735Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-22T13:23:10.735Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml
2023-02-22T13:23:10.735Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T13:23:10.736Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:23:10.738Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:23:10.738Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072190735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:23:10.838Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:23:10.839Z||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-22T13:23:10.839Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:23:10.849Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:23:10.849Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2023-02-22T13:23:11.739Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b744f9b1-239f-4f8a-9324-426f0d4f9a64 from URL: /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env
2023-02-22T13:23:11.740Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-22T13:23:11.741Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env
2023-02-22T13:23:11.789Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-22T13:23:11.789Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env b744f9b1-239f-4f8a-9324-426f0d4f9a64 2098
2023-02-22T13:23:11.790Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-22T13:23:11.790Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env
2023-02-22T13:23:11.790Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T13:23:11.791Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:23:11.794Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:23:11.794Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072191790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:23:11.894Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:23:11.895Z||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-22T13:23:11.895Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:23:11.905Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:23:11.905Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2023-02-22T13:23:12.796Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0e621caa-29b2-44af-b177-c43ca3f4161b
2023-02-22T13:23:12.796Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e32a6ab4-39fa 0 c90a55db-a0cd-4856-9a1c-69ea9974e785 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-22T13:23:12.833Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b49ebd3, org.onap.sdc.toscaparser.api.parameters.Input@73817616, org.onap.sdc.toscaparser.api.parameters.Input@12e6d6d7, org.onap.sdc.toscaparser.api.parameters.Input@27c72308, org.onap.sdc.toscaparser.api.parameters.Input@33c44350]
2023-02-22T13:23:12.837Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.837Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:12.838Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2023-02-22T13:23:12.838Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d
2023-02-22T13:23:12.838Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d matches Tosca VF Customization UUID: b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d
2023-02-22T13:23:12.838Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d 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-22T13:23:12.846Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.846Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:12.847Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-22T13:23:12.847Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5bce88db
2023-02-22T13:23:12.848Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.848Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-22T13:23:12.849Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2a3cde75-064b-47e9-9420-99917e5bd6aa
2023-02-22T13:23:12.850Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2a3cde75-064b-47e9-9420-99917e5bd6aa
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-22T13:23:12.857Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.857Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria
2023-02-22T13:23:12.858Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T13:23:12.858Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.859Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria
2023-02-22T13:23:12.859Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T13:23:12.859Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.859Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is not matching search criteria
2023-02-22T13:23:12.860Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-22T13:23:12.860Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-22T13:23:12.860Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-22T13:23:12.861Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-22T13:23:12.861Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-22T13:23:12.861Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-22T13:23:12.861Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:12.862Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-22T13:23:12.862Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:12.862Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-22T13:23:12.862Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T13:23:12.863Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=962ebbf9-0ed1-47d3-8e2e-5e60b93e804a
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-22T13:23:12.883Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.883Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria
2023-02-22T13:23:12.885Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T13:23:12.888Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.888Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is not matching search criteria
2023-02-22T13:23:12.889Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-22T13:23:12.889Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-22T13:23:12.889Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-22T13:23:12.889Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:12.889Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-22T13:23:12.889Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T13:23:12.890Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-22T13:23:12.890Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-22T13:23:12.890Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-22T13:23:12.890Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:12.890Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-22T13:23:12.890Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T13:23:12.891Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f35ca068-7476-4ac9-bede-28b7503c948e
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-22T13:23:12.893Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.894Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria
2023-02-22T13:23:12.894Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T13:23:12.897Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.898Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is not matching search criteria
2023-02-22T13:23:12.898Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-22T13:23:12.898Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-22T13:23:12.898Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-22T13:23:12.898Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:12.899Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-22T13:23:12.899Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T13:23:12.899Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-22T13:23:12.899Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-22T13:23:12.899Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-22T13:23:12.899Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-22T13:23:12.900Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-22T13:23:12.900Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-22T13:23:12.900Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b2f2a3c-d5c4-4504-8644-25e0e370d2a6
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-22T13:23:12.902Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.902Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria
2023-02-22T13:23:12.903Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T13:23:12.903Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.903Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria
2023-02-22T13:23:12.903Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d
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-22T13:23:12.908Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.909Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:12.910Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0e621caa-29b2-44af-b177-c43ca3f4161b: vFW e32a6ab4-39fa
2023-02-22T13:23:12.910Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.911Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:12.911Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.911Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:12.912Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.912Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:12.913Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.913Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:12.914Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:23:12.915Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:23:12.915Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-02-22 13-21-55
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-22T13:23:13.235Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e32a6ab4-39fa c90a55db-a0cd-4856-9a1c-69ea9974e785 1 ASDC deployResourceStructure
2023-02-22T13:23:13.237Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json ASDC sendASDCNotification
2023-02-22T13:23:13.237Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json
2023-02-22T13:23:13.237Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T13:23:13.237Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:23:13.240Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:23:13.240Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072193236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-22T13:23:13.340Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:23:13.341Z||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-22T13:23:13.341Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:23:13.353Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:23:13.353Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:23:14.245Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-22T13:23:14.245Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml
2023-02-22T13:23:14.245Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T13:23:14.246Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:23:14.251Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:23:14.251Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072194245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-22T13:23:14.356Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-02-22T13:23:14.357Z||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-22T13:23:14.358Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:23:14.379Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:23:14.379Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:23:15.262Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-22T13:23:15.263Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env
2023-02-22T13:23:15.264Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T13:23:15.265Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:23:15.270Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:23:15.270Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072195262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-22T13:23:15.371Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:23:15.372Z||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-22T13:23:15.372Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:23:15.398Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:23:15.398Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2023-02-22T13:23:16.272Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar ASDC sendASDCNotification
2023-02-22T13:23:16.274Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar
2023-02-22T13:23:16.274Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T13:23:16.275Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:23:16.277Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:23:16.277Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072196272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T13:23:16.377Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T13:23:16.378Z||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-22T13:23:16.378Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:23:16.389Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:23:16.389Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2023-02-22T13:23:17.280Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T13:23:17.320Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a
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-22T13:23:17.322Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T13:23:17.323Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T13:23:17.323Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T13:23:47.323Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T13:23:47.338Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a
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-22T13:23:47.340Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T13:23:47.341Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T13:23:47.341Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T13:23:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:23:53.832Z||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-22T13:23:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:23:53.854Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:23:53.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:23:53.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072173829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:23:53.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:24:17.345Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T13:24:17.370Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a
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-22T13:24:17.372Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T13:24:17.373Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T13:24:17.373Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T13:24:47.373Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T13:24:47.384Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a
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-22T13:24:47.390Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T13:24:47.390Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T13:24:47.390Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T13:24:53.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:24:53.833Z||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-22T13:24:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:24:53.856Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:24:53.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:24:53.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072176405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:24:53.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:17.392Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T13:25:17.407Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a
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-22T13:25:17.411Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T13:25:17.411Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T13:25:17.412Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T13:25:47.412Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T13:25:47.421Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a
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-22T13:25:47.423Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T13:25:47.424Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T13:25:47.424Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T13:25:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:25:53.832Z||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-22T13:25:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:25:53.852Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:25:54.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "ves-openapi-manager",
"timestamp": 1677072175220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072176405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072173829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "ves-openapi-manager",
"timestamp": 1677072175220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072176405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072173829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "ves-openapi-manager",
"timestamp": 1677072175220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072173829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072176405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "ves-openapi-manager",
"timestamp": 1677072175220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072173829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072176405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "cds",
"timestamp": 1677072181158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "ves-openapi-manager",
"timestamp": 1677072175220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072173829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072176405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "cds",
"timestamp": 1677072181158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "ves-openapi-manager",
"timestamp": 1677072175220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072173829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072176405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "aai-ml",
"timestamp": 1677072183292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "cds",
"timestamp": 1677072181158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072185004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "aai-ml",
"timestamp": 1677072183292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072184121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "cds",
"timestamp": 1677072181158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072184813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "aai-ml",
"timestamp": 1677072183292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "cds",
"timestamp": 1677072181158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072184813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "aai-ml",
"timestamp": 1677072183292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "cds",
"timestamp": 1677072181158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072184813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "aai-ml",
"timestamp": 1677072183292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "cds",
"timestamp": 1677072181158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072184813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "aai-ml",
"timestamp": 1677072183292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "cds",
"timestamp": 1677072188970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072184813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "aai-ml",
"timestamp": 1677072183292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "cds",
"timestamp": 1677072189989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-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-22T13:25:54.392Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7b77df5-3d3c-40ca-986b-399d4027230a
2023-02-22T13:25:54.393Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b77df5-3d3c-40ca-986b-399d4027230a 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-22T13:25:54.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072189650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.404Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072184813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "aai-ml",
"timestamp": 1677072191328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.404Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072191830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T13:25:54.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072190735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072184813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072192837,
"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-22T13:25:54.410Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7b77df5-3d3c-40ca-986b-399d4027230a
2023-02-22T13:25:54.410Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b77df5-3d3c-40ca-986b-399d4027230a 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-22T13:25:54.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072191790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072192667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072193769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072193236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-22T13:25:54.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072194866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072194245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-22T13:25:54.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072195262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-22T13:25:54.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072195974,
"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-22T13:25:54.426Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7b77df5-3d3c-40ca-986b-399d4027230a
2023-02-22T13:25:54.426Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b77df5-3d3c-40ca-986b-399d4027230a 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-22T13:25:54.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072196272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T13:25:54.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072196986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-22T13:25:54.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "aai-ml",
"timestamp": 1677072207258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T13:25:54.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "aai-ml",
"timestamp": 1677072208275,
"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-22T13:25:54.440Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7b77df5-3d3c-40ca-986b-399d4027230a
2023-02-22T13:25:54.440Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b77df5-3d3c-40ca-986b-399d4027230a 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-22T13:25:54.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072204813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072206405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072204813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072206405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072204813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072206405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072204813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072206405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "cds",
"timestamp": 1677072211158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072204813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072206405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "cds",
"timestamp": 1677072211158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "aai-ml",
"timestamp": 1677072213291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072204813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072206405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "cds",
"timestamp": 1677072211158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "aai-ml",
"timestamp": 1677072213291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072204813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072206405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "cds",
"timestamp": 1677072211158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "aai-ml",
"timestamp": 1677072213291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1677072215220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072216013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072216611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "cds",
"timestamp": 1677072211158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "aai-ml",
"timestamp": 1677072213291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1677072215220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072217068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "cds",
"timestamp": 1677072211158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "aai-ml",
"timestamp": 1677072213291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1677072215220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072218134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "cds",
"timestamp": 1677072211158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072219165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T13:25:54.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "aai-ml",
"timestamp": 1677072213291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1677072215220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072219155,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-22T13:25:54.473Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a100743-f9f4-48c8-b891-4a7e9f6666eb
2023-02-22T13:25:54.473Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a100743-f9f4-48c8-b891-4a7e9f6666eb 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-22T13:25:54.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "cds",
"timestamp": 1677072218870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "aai-ml",
"timestamp": 1677072213291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T13:25:54.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677072220170,
"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-22T13:25:54.485Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a100743-f9f4-48c8-b891-4a7e9f6666eb
2023-02-22T13:25:54.486Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a100743-f9f4-48c8-b891-4a7e9f6666eb 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-22T13:25:54.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1677072215220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677072220158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-22T13:25:54.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "cds",
"timestamp": 1677072219876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-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-22T13:25:54.498Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a100743-f9f4-48c8-b891-4a7e9f6666eb
2023-02-22T13:25:54.498Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a100743-f9f4-48c8-b891-4a7e9f6666eb 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-22T13:25:54.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "aai-ml",
"timestamp": 1677072221035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:25:54.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1677072215220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1677072215220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:25:54.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:25:54.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "aai-ml",
"timestamp": 1677072228492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T13:25:54.508Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:25:54.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:25:54.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "aai-ml",
"timestamp": 1677072229508,
"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-22T13:25:54.515Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a100743-f9f4-48c8-b891-4a7e9f6666eb
2023-02-22T13:25:54.515Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a100743-f9f4-48c8-b891-4a7e9f6666eb 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-22T13:26:17.424Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T13:26:17.437Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a
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-22T13:26:17.440Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T13:26:17.440Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-22T13:26:17.440Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-22T13:26:17.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-22T13:26:17.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T13:26:17.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T13:26:17.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T13:26:17.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T13:26:17.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T13:26:17.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||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-22T13:26:17.446Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-22T13:26:47.447Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a 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-22T13:26:47.456Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7b77df5-3d3c-40ca-986b-399d4027230a and serviceModelVersionId: 0e621caa-29b2-44af-b177-c43ca3f4161b
2023-02-22T13:26:47.456Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2089084-8a96-48d3-8b8b-deecda328015
2023-02-22T13:26:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:26:53.832Z||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-22T13:26:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:03.026Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2089084-8a96-48d3-8b8b-deecda328015/model-vers/model-ver/0e621caa-29b2-44af-b177-c43ca3f4161b?depth=0
2023-02-22T13:27:03.174Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-22T13:27:03.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:03.695Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2089084-8a96-48d3-8b8b-deecda328015/model-vers/model-ver/0e621caa-29b2-44af-b177-c43ca3f4161b?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-22T13:27:03.700Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2089084-8a96-48d3-8b8b-deecda328015/model-vers/model-ver/0e621caa-29b2-44af-b177-c43ca3f4161b?depth=0|INFO|500||Invoke
2023-02-22T13:27:03.824Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2089084-8a96-48d3-8b8b-deecda328015/model-vers/model-ver/0e621caa-29b2-44af-b177-c43ca3f4161b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-22T13:27:04.082Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2089084-8a96-48d3-8b8b-deecda328015/model-vers/model-ver/0e621caa-29b2-44af-b177-c43ca3f4161b?depth=0|INFO|500||InvokeReturn
2023-02-22T13:27:04.083Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2089084-8a96-48d3-8b8b-deecda328015/model-vers/model-ver/0e621caa-29b2-44af-b177-c43ca3f4161b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 13:27:03 GMT], content-length=[0], vertex-id=[172048], x-aai-txid=[1-aai-resources-230222-13:27:03:943-62934], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-22T13:27:04.084Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-02-22T13:27:04.088Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-22T13:27:04.088Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||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-22T13:27:04.094Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||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-22T13:27:04.095Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7b77df5-3d3c-40ca-986b-399d4027230a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-22T13:27:04.096Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-22T13:27:04.096Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:04.098Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:04.099Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072424095,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-22T13:27:04.199Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:27:04.200Z||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-22T13:27:04.200Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:04.210Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:04.210Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-22T13:27:05.111Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:27:05.112Z|a7b77df5-3d3c-40ca-986b-399d4027230a|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-22T13:27:05.112Z|a7b77df5-3d3c-40ca-986b-399d4027230a|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:09.522Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:09.523Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-22T13:27:09.523Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a100743-f9f4-48c8-b891-4a7e9f6666eb","serviceName":"basic_onboard_xTmFDl","serviceVersion":"1.0","serviceUUID":"4c99d429-070b-48fe-b378-3dd2c3b62d70","serviceDescription":"service","serviceInvariantUUID":"96e07a8b-31d3-40f2-b4e8-d7b7b20521a4","resources":[{"resourceInstanceName":"basic_onboard_xTmFDl 0","resourceName":"basic_onboard_xTmFDl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7373513e-fe35-42b2-b0d3-77bca2cc20d0","resourceInvariantUUID":"da3c0657-0bf2-46d4-ae3d-3fe315f3c885","resourceCustomizationUUID":"b79bc4ef-5e14-4f7b-aed7-237209264115","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml","artifactChecksum":"MzFlODFjY2E5NzNkZTE0YmExNWRlZWI2NGRhODgyMDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c6a25aa6-40f0-4c87-8374-5379c49cb02e","artifactVersion":"1"},{"artifactName":"basic_onboard_xtmfdl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json","artifactChecksum":"MTdkNmQ5ZTVlNmNiZWY0MzFjZjYyMTQwOTcxMzI4MzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d533518-0c76-4e5b-8e96-cca2b45a92cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e5137cba-de78-4338-86b1-a1ae5635faf7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0152926b-11aa-459c-a916-9f9f032862c7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"56181b72-7f1c-4f6b-bb99-deddfa68587e","artifactVersion":"2","generatedFromUUID":"e5137cba-de78-4338-86b1-a1ae5635faf7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXtmfdl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml","artifactChecksum":"YTQ4OGQ4YjJjODcxOTJlMThlNTllZTg3YzlhZDk0MTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"032ec4d4-240f-4a62-a9a7-92faaaf0ab83","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXtmfdl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar","artifactChecksum":"NjdhZTcwN2Y2ZTliMzYzZDY4OWYxNDAyZjhjYzQwNGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f27f038f-1245-45f6-9063-2b9c8eb47c8c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-22T13:27:09.526Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T13:27:09.527Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:09.529Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:09.529Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072425111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:27:09.629Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:27:09.630Z||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-22T13:27:09.631Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:09.640Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:09.641Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:27:10.530Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T13:27:10.531Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:10.533Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:10.533Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072425111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json",
"status": "NOTIFIED"
}
2023-02-22T13:27:10.633Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:27:10.634Z||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-22T13:27:10.634Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:10.645Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:10.645Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:27:11.533Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T13:27:11.534Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:11.544Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:11.545Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072425111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-22T13:27:11.637Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2023-02-22T13:27:11.639Z||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-22T13:27:11.639Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:11.650Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:11.650Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:27:12.545Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T13:27:12.546Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:12.548Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:12.548Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072425111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:27:12.649Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:27:12.650Z||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-22T13:27:12.650Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:12.665Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:12.665Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-22T13:27:13.553Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T13:27:13.554Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:13.558Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:13.558Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072425111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-22T13:27:13.657Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T13:27:13.658Z||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-22T13:27:13.658Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:13.678Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:13.678Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:27:14.559Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T13:27:14.564Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:14.566Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:14.566Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072425111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:27:14.666Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:27:14.667Z||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-22T13:27:14.667Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:14.706Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:14.706Z||pool-24-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2023-02-22T13:27:15.567Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T13:27:15.567Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:15.569Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:15.569Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072425111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T13:27:15.670Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:27:15.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-22T13:27:15.671Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:15.683Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:15.684Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-22T13:27:16.571Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"serviceName": "basic_onboard_xTmFDl",
"serviceVersion": "1.0",
"serviceUUID": "4c99d429-070b-48fe-b378-3dd2c3b62d70",
"serviceDescription": "service",
"serviceInvariantUUID": "96e07a8b-31d3-40f2-b4e8-d7b7b20521a4",
"resources": [
{
"resourceInstanceName": "basic_onboard_xTmFDl 0",
"resourceCustomizationUUID": "b79bc4ef-5e14-4f7b-aed7-237209264115",
"resourceName": "basic_onboard_xTmFDl",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7373513e-fe35-42b2-b0d3-77bca2cc20d0",
"resourceInvariantUUID": "da3c0657-0bf2-46d4-ae3d-3fe315f3c885",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xtmfdl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json",
"artifactChecksum": "MTdkNmQ5ZTVlNmNiZWY0MzFjZjYyMTQwOTcxMzI4MzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0d533518-0c76-4e5b-8e96-cca2b45a92cd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e5137cba-de78-4338-86b1-a1ae5635faf7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "56181b72-7f1c-4f6b-bb99-deddfa68587e",
"generatedFromUUID": "e5137cba-de78-4338-86b1-a1ae5635faf7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "56181b72-7f1c-4f6b-bb99-deddfa68587e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXtmfdl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"artifactChecksum": "NjdhZTcwN2Y2ZTliMzYzZDY4OWYxNDAyZjhjYzQwNGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f27f038f-1245-45f6-9063-2b9c8eb47c8c"
}
],
"workloadContext": "Production"
}
2023-02-22T13:27:16.571Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-22T13:27:16.572Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4c99d429-070b-48fe-b378-3dd2c3b62d70 ASDC
2023-02-22T13:27:16.572Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6a100743-f9f4-48c8-b891-4a7e9f6666eb
ServiceName:basic_onboard_xTmFDl
ServiceVersion:1.0
ServiceUUID:4c99d429-070b-48fe-b378-3dd2c3b62d70
ServiceInvariantUUID:96e07a8b-31d3-40f2-b4e8-d7b7b20521a4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXtmfdl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar
ArtifactUUID:f27f038f-1245-45f6-9063-2b9c8eb47c8c
ArtifactChecksum:NjdhZTcwN2Y2ZTliMzYzZDY4OWYxNDAyZjhjYzQwNGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xTmFDl 0
ResourceCustomizationUUID:b79bc4ef-5e14-4f7b-aed7-237209264115
ResourceInvariantUUID:da3c0657-0bf2-46d4-ae3d-3fe315f3c885
ResourceName:basic_onboard_xTmFDl
ResourceType:VF
ResourceUUID:7373513e-fe35-42b2-b0d3-77bca2cc20d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xtmfdl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json
ArtifactUUID:0d533518-0c76-4e5b-8e96-cca2b45a92cd
ArtifactChecksum:MTdkNmQ5ZTVlNmNiZWY0MzFjZjYyMTQwOTcxMzI4MzE=
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/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e5137cba-de78-4338-86b1-a1ae5635faf7
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/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env
ArtifactUUID:56181b72-7f1c-4f6b-bb99-deddfa68587e
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/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env
ArtifactUUID:56181b72-7f1c-4f6b-bb99-deddfa68587e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-22T13:27:16.572Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4c99d429-070b-48fe-b378-3dd2c3b62d70 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-22T13:27:16.607Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T13:27:16.608Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-22T13:27:16.609Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-22T13:27:16.609Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f27f038f-1245-45f6-9063-2b9c8eb47c8c from URL: /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:16.609Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-22T13:27:16.609Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:16.763Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-22T13:27:16.770Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar f27f038f-1245-45f6-9063-2b9c8eb47c8c 75305
2023-02-22T13:27:16.771Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar ASDC sendASDCNotification
2023-02-22T13:27:16.771Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:16.771Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T13:27:16.772Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:16.774Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:16.774Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072436771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:27:16.875Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-22T13:27:16.876Z||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-22T13:27:16.876Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:16.885Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:16.886Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:27:17.775Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T13:27:17.776Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-22T13:27:17.777Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f27f038f-1245-45f6-9063-2b9c8eb47c8c, URL: /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar to file: /app/ASDC/1/service-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:17.777Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:17.778Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:17.778Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:17.906Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5956006340897608192/Definitions/service-BasicOnboardXtmfdl-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-22T13:27:19.196Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-22T13:27:19.197Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-22T13:27:19.197Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:19.197Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-22T13:27:19.198Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:19.198Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||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-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:19.198Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||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-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:19.198Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||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-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:19.198Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:19.198Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||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-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:19.198Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xTmFDl 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-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:19.199Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-22T13:27:19.199Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:19.199Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:19.199Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria
2023-02-22T13:27:19.199Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-22T13:27:19.200Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T13:27:19.200Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:19.200Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:19.200Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria
2023-02-22T13:27:19.200Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-22T13:27:19.201Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T13:27:19.201Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:19.201Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:19.201Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:19.202Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is not matching search criteria
2023-02-22T13:27:19.202Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-22T13:27:19.202Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-22T13:27:19.202Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-22T13:27:19.202Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-22T13:27:19.202Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-22T13:27:19.203Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:19.203Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-22T13:27:19.203Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:19.204Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria
2023-02-22T13:27:19.204Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T13:27:19.204Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:19.204Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria
2023-02-22T13:27:19.204Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T13:27:19.205Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:19.205Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria
2023-02-22T13:27:19.205Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T13:27:19.205Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:19.206Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is not matching search criteria
2023-02-22T13:27:19.206Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-22T13:27:19.206Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-22T13:27:19.206Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8a1f9493-3bad-4485-bf5a-aa2f407a9cf6
2023-02-22T13:27:19.206Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:19.207Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:19.207Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:19.207Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:19.207Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:19.207Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:19.207Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:19.208Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:19.208Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_xTmFDl
Description:service
Model UUID:4c99d429-070b-48fe-b378-3dd2c3b62d70
Model Version:NULL
Model InvariantUuid:96e07a8b-31d3-40f2-b4e8-d7b7b20521a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_xTmFDl
Model UUID:238f58a7-56f1-4c7c-998e-1b4f0449608b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:da3c0657-0bf2-46d4-ae3d-3fe315f3c885
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b79bc4ef-5e14-4f7b-aed7-237209264115
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:da667c8b-a4a8-467f-b1da-df4151c4ccd2
ModelName:BasicOnboardXtmfdl..base_ubuntu18..module-0
ModelUuid:776d7516-c3c5-4b5f-8fff-da05f9d27578
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8a1f9493-3bad-4485-bf5a-aa2f407a9cf6
ModelInvariantUuid:ec5c76d2-0eb8-4d4d-9295-17b11ba46192
ModelName:basic_onboard_xTmFDl-nodes.ubuntu18Cvfc
ModelUuid:853c4ba8-566f-4b17-a4f5-299b52026f08
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b844a561-17ae-44ff-ac5d-cdd3cda50cae
ModelInvariantUuid:7c722fda-f48d-441d-9b4d-da7c5fd70630
ModelName:BasicOnboardXtmfdl.compute.nodes.heat.ubuntu18
ModelUuid:5f85d763-8157-44f2-b12a-cea78d653eac
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-22T13:27:19.214Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7373513e-fe35-42b2-b0d3-77bca2cc20d0
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-22T13:27:19.218Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||basic_onboard_xTmFDl 0
2023-02-22T13:27:19.218Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7373513e-fe35-42b2-b0d3-77bca2cc20d0
2023-02-22T13:27:19.218Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0d533518-0c76-4e5b-8e96-cca2b45a92cd from URL: /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json
2023-02-22T13:27:19.218Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-22T13:27:19.219Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json
2023-02-22T13:27:19.274Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-22T13:27:19.275Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json 0d533518-0c76-4e5b-8e96-cca2b45a92cd 798
2023-02-22T13:27:19.275Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json ASDC sendASDCNotification
2023-02-22T13:27:19.275Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json
2023-02-22T13:27:19.275Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T13:27:19.276Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:19.278Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:19.278Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072439275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:27:19.378Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:27:19.380Z||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-22T13:27:19.380Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:19.393Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:19.394Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-02-22T13:27:20.279Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXtmfdl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "da667c8b-a4a8-467f-b1da-df4151c4ccd2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "776d7516-c3c5-4b5f-8fff-da05f9d27578",
"vfModuleModelCustomizationUUID": "ee2100e6-4a89-4f6a-bacd-6fc7cc0daaf2",
"isBase": true,
"artifacts": [
"e5137cba-de78-4338-86b1-a1ae5635faf7",
"56181b72-7f1c-4f6b-bb99-deddfa68587e"
],
"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-22T13:27:20.286Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXtmfdl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:776d7516-c3c5-4b5f-8fff-da05f9d27578
VfModuleModelInvariantUUID:da667c8b-a4a8-467f-b1da-df4151c4ccd2
VfModuleModelDescription:NULL
Artifacts UUID List:{
e5137cba-de78-4338-86b1-a1ae5635faf7
,
56181b72-7f1c-4f6b-bb99-deddfa68587e
}
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-22T13:27:20.288Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXtmfdl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "da667c8b-a4a8-467f-b1da-df4151c4ccd2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "776d7516-c3c5-4b5f-8fff-da05f9d27578",
"vfModuleModelCustomizationUUID": "ee2100e6-4a89-4f6a-bacd-6fc7cc0daaf2",
"isBase": true,
"artifacts": [
"e5137cba-de78-4338-86b1-a1ae5635faf7",
"56181b72-7f1c-4f6b-bb99-deddfa68587e"
],
"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-22T13:27:20.288Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXtmfdl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:776d7516-c3c5-4b5f-8fff-da05f9d27578
VfModuleModelInvariantUUID:da667c8b-a4a8-467f-b1da-df4151c4ccd2
VfModuleModelDescription:NULL
Artifacts UUID List:{
e5137cba-de78-4338-86b1-a1ae5635faf7
,
56181b72-7f1c-4f6b-bb99-deddfa68587e
}
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-22T13:27:20.288Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e5137cba-de78-4338-86b1-a1ae5635faf7 from URL: /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml
2023-02-22T13:27:20.289Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-22T13:27:20.289Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml
2023-02-22T13:27:20.343Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-22T13:27:20.344Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml e5137cba-de78-4338-86b1-a1ae5635faf7 5033
2023-02-22T13:27:20.344Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-22T13:27:20.345Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml
2023-02-22T13:27:20.345Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T13:27:20.345Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:20.347Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:20.347Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072440344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:27:20.447Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:27:20.449Z||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-22T13:27:20.449Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:20.460Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:20.460Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:27:21.348Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 56181b72-7f1c-4f6b-bb99-deddfa68587e from URL: /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env
2023-02-22T13:27:21.349Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-22T13:27:21.349Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env
2023-02-22T13:27:21.407Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-22T13:27:21.408Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env 56181b72-7f1c-4f6b-bb99-deddfa68587e 909
2023-02-22T13:27:21.408Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-22T13:27:21.408Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env
2023-02-22T13:27:21.408Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T13:27:21.409Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:21.411Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:21.411Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072441408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:27:21.511Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:27:21.512Z||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-22T13:27:21.512Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:21.527Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:21.527Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:27:22.411Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4c99d429-070b-48fe-b378-3dd2c3b62d70
2023-02-22T13:27:22.412Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xTmFDl 0 7373513e-fe35-42b2-b0d3-77bca2cc20d0 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-22T13:27:22.425Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6df9f066, org.onap.sdc.toscaparser.api.parameters.Input@1ab53c64, org.onap.sdc.toscaparser.api.parameters.Input@5cba2b4c, org.onap.sdc.toscaparser.api.parameters.Input@1825a9f3, org.onap.sdc.toscaparser.api.parameters.Input@3afd0051]
2023-02-22T13:27:22.426Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:22.427Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:22.427Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2023-02-22T13:27:22.427Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b79bc4ef-5e14-4f7b-aed7-237209264115
2023-02-22T13:27:22.427Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b79bc4ef-5e14-4f7b-aed7-237209264115 matches Tosca VF Customization UUID: b79bc4ef-5e14-4f7b-aed7-237209264115
2023-02-22T13:27:22.427Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b79bc4ef-5e14-4f7b-aed7-237209264115 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-22T13:27:22.430Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:22.430Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:22.430Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b79bc4ef-5e14-4f7b-aed7-237209264115: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-22T13:27:22.430Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31aabc0e
2023-02-22T13:27:22.431Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:22.431Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-22T13:27:22.431Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee2100e6-4a89-4f6a-bacd-6fc7cc0daaf2
2023-02-22T13:27:22.431Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee2100e6-4a89-4f6a-bacd-6fc7cc0daaf2
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-22T13:27:22.433Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:22.433Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria
2023-02-22T13:27:22.433Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T13:27:22.434Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:22.434Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria
2023-02-22T13:27:22.434Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T13:27:22.434Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:22.434Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is not matching search criteria
2023-02-22T13:27:22.435Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-22T13:27:22.435Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-22T13:27:22.435Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8a1f9493-3bad-4485-bf5a-aa2f407a9cf6
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-22T13:27:22.437Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:22.437Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria
2023-02-22T13:27:22.437Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T13:27:22.438Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:22.438Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria
2023-02-22T13:27:22.438Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0] matching following query criteria: sdcType=VF, customizationUUID=b79bc4ef-5e14-4f7b-aed7-237209264115
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-22T13:27:22.439Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:22.440Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:22.440Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4c99d429-070b-48fe-b378-3dd2c3b62d70: basic_onboard_xTmFDl
2023-02-22T13:27:22.440Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:22.440Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:22.441Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:22.441Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:22.441Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:22.441Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:22.441Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:22.441Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:22.442Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T13:27:22.442Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T13:27:22.442Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_xTmFDl
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-22T13:27:22.518Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xTmFDl 7373513e-fe35-42b2-b0d3-77bca2cc20d0 1 ASDC deployResourceStructure
2023-02-22T13:27:22.519Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json ASDC sendASDCNotification
2023-02-22T13:27:22.519Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json
2023-02-22T13:27:22.519Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T13:27:22.519Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:22.521Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:22.521Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072442519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-22T13:27:22.622Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:27:22.623Z||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-22T13:27:22.623Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:22.633Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:22.634Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:27:23.522Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-22T13:27:23.523Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml
2023-02-22T13:27:23.523Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T13:27:23.523Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:23.526Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:23.526Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072443522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-22T13:27:23.626Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:27:23.627Z||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-22T13:27:23.627Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:23.640Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:23.640Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:27:24.527Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-22T13:27:24.527Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env
2023-02-22T13:27:24.528Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T13:27:24.528Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:24.530Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:24.530Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072444526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-22T13:27:24.630Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:27:24.633Z||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-22T13:27:24.633Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:24.645Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:24.645Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-22T13:27:25.531Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar ASDC sendASDCNotification
2023-02-22T13:27:25.532Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar
2023-02-22T13:27:25.532Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T13:27:25.533Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:25.535Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:25.535Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072445531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T13:27:25.635Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T13:27:25.636Z||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-22T13:27:25.637Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:25.649Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:25.650Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-22T13:27:26.537Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a100743-f9f4-48c8-b891-4a7e9f6666eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T13:27:26.553Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a100743-f9f4-48c8-b891-4a7e9f6666eb
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-22T13:27:26.558Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T13:27:26.558Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-22T13:27:26.558Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-22T13:27:26.559Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-22T13:27:26.559Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T13:27:26.559Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T13:27:26.559Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T13:27:26.560Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T13:27:26.560Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T13:27:26.560Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||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-22T13:27:26.566Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-22T13:27:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:27:53.832Z||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-22T13:27:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:54.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:54.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072424095,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-22T13:27:54.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:27:54.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072425111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:27:54.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:27:54.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072425111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json",
"status": "NOTIFIED"
}
2023-02-22T13:27:54.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:27:54.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072425111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-22T13:27:54.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:27:54.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072425111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:27:54.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:27:54.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072425111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-22T13:27:54.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:27:54.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072425111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T13:27:54.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:27:54.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072425111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T13:27:54.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T13:27:54.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072436771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:27:54.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:27:54.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072439275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:27:54.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:27:54.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072440344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:27:54.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:27:54.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072441408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-22T13:27:54.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:27:54.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072442519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-22T13:27:54.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:27:54.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072443522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-22T13:27:54.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:27:54.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072444526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-22T13:27:54.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:27:54.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T13:27:54.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072445531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T13:27:54.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:27:56.566Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a100743-f9f4-48c8-b891-4a7e9f6666eb 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-22T13:27:56.573Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a100743-f9f4-48c8-b891-4a7e9f6666eb and serviceModelVersionId: 4c99d429-070b-48fe-b378-3dd2c3b62d70
2023-02-22T13:27:56.573Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96e07a8b-31d3-40f2-b4e8-d7b7b20521a4
2023-02-22T13:27:56.575Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96e07a8b-31d3-40f2-b4e8-d7b7b20521a4/model-vers/model-ver/4c99d429-070b-48fe-b378-3dd2c3b62d70?depth=0
2023-02-22T13:27:56.579Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-22T13:27:56.634Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e07a8b-31d3-40f2-b4e8-d7b7b20521a4/model-vers/model-ver/4c99d429-070b-48fe-b378-3dd2c3b62d70?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-22T13:27:56.636Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e07a8b-31d3-40f2-b4e8-d7b7b20521a4/model-vers/model-ver/4c99d429-070b-48fe-b378-3dd2c3b62d70?depth=0|INFO|500||Invoke
2023-02-22T13:27:56.661Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e07a8b-31d3-40f2-b4e8-d7b7b20521a4/model-vers/model-ver/4c99d429-070b-48fe-b378-3dd2c3b62d70?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-22T13:27:56.761Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e07a8b-31d3-40f2-b4e8-d7b7b20521a4/model-vers/model-ver/4c99d429-070b-48fe-b378-3dd2c3b62d70?depth=0|INFO|500||InvokeReturn
2023-02-22T13:27:56.763Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e07a8b-31d3-40f2-b4e8-d7b7b20521a4/model-vers/model-ver/4c99d429-070b-48fe-b378-3dd2c3b62d70?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 13:27:56 GMT], content-length=[0], vertex-id=[164008], x-aai-txid=[2-aai-resources-230222-13:27:56:775-83241], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-22T13:27:56.763Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-02-22T13:27:56.763Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-22T13:27:56.763Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||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-22T13:27:56.769Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||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-22T13:27:56.770Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a100743-f9f4-48c8-b891-4a7e9f6666eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-22T13:27:56.770Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-22T13:27:56.770Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-22T13:27:56.772Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T13:27:56.772Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072476770,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-22T13:27:56.872Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T13:27:56.873Z||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-22T13:27:56.873Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T13:27:56.886Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:27:56.886Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 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-22T13:27:57.785Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:27:57.785Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:27:57.785Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:28:07.344Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:28:07.345Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:28:07.345Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:28:07.346Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:28:16.901Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:28:16.902Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:28:16.902Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:28:16.902Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:28:26.441Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:28:26.442Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:28:26.443Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:28:26.443Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:28:35.995Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:28:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:28:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:28:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:28:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:28:53.832Z||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-22T13:28:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:28:54.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:28:54.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T13:28:54.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677072476770,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-22T13:28:54.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T13:29:03.372Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:29:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:29:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:29:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:29:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:29:53.832Z||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-22T13:29:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:30:03.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:30:03.383Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:30:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:30:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:30:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:30:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:30:53.832Z||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-22T13:30:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:31:03.386Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:31:03.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:31:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:31:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:31:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:31:53.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:31:53.832Z||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-22T13:31:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:32:03.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:32:03.375Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:32:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:32:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:32:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:32:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:32:53.832Z||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-22T13:32:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:33:03.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:33:03.373Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:33:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:33:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:33:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:33:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:33:53.832Z||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-22T13:33:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:34:03.375Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:34:03.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:34:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:34:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:34:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:34:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:34:53.832Z||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-22T13:34:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:35:03.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:35:03.404Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:35:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:35:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:35:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:35:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:35:53.832Z||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-22T13:35:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:36:03.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:36:03.382Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:36:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:36:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:36:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:36:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:36:53.832Z||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-22T13:36:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:37:03.381Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:37:03.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:37:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:37:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:37:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:37:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:37:53.832Z||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-22T13:37:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:38:03.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:38:03.380Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:38:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:38:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:38:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:38:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:38:53.832Z||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-22T13:38:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:39:03.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:39:03.395Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:39:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:39:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:39:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:39:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:39:53.832Z||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-22T13:39:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:40:03.371Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:40:03.376Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:40:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:40:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:40:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:40:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:40:53.832Z||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-22T13:40:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:41:03.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:41:03.377Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:41:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:41:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:41:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:41:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:41:53.832Z||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-22T13:41:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:42:03.402Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:42:03.438Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:42:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:42:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:42:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:42:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:42:53.832Z||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-22T13:42:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:43:03.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:43:03.380Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:43:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:43:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:43:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:43:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:43:53.832Z||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-22T13:43:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:44:03.372Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:44:03.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:44:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:44:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:44:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:44:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:44:53.832Z||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-22T13:44:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:45:03.376Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:45:03.376Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:45:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:45:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:45:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:45:53.832Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:45:53.833Z||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-22T13:45:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:46:03.377Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:46:03.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:46:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:46:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:46:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:46:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:46:53.832Z||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-22T13:46:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:47:03.370Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:47:03.370Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:47:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:47:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:47:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:47:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:47:53.832Z||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-22T13:47:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:48:03.366Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:48:03.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:48:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:48:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:48:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:48:53.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:48:53.832Z||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-22T13:48:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:49:03.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:49:03.401Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:49:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:49:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:49:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:49:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:49:53.832Z||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-22T13:49:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:50:03.376Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:50:03.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:50:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:50:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:50:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:50:53.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:50:53.833Z||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-22T13:50:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:51:03.374Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:51:03.375Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:51:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:51:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:51:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:51:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:51:53.833Z||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-22T13:51:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:52:03.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:52:03.385Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:52:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:52:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T13:52:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T13:52:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:52:53.832Z||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-22T13:52:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:53:03.397Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:53:03.400Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:53:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:53:53.830Z||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-22T13:53:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:53:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:53:53.833Z||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-22T13:53:53.834Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:54:03.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:54:03.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:54:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:54:53.830Z||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-22T13:54:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:54:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:54:53.832Z||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-22T13:54:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:55:03.374Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:55:03.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:55:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:55:53.831Z||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-22T13:55:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:55:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:55:53.832Z||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-22T13:55:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:56:03.379Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:56:03.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:56:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:56:53.830Z||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-22T13:56:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:56:53.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:56:53.833Z||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-22T13:56:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:57:03.390Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:57:03.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:57:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:57:53.831Z||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-22T13:57:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:57:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:57:53.832Z||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-22T13:57:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:58:03.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:58:03.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:58:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:58:53.830Z||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-22T13:58:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:58:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:58:53.832Z||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-22T13:58:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:59:03.374Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:59:03.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T13:59:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:59:53.831Z||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-22T13:59:53.831Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T13:59:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T13:59:53.832Z||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-22T13:59:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:00:03.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:00:03.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:00:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:00:53.830Z||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-22T14:00:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:00:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:00:53.832Z||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-22T14:00:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:01:03.382Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:01:03.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:01:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:01:53.830Z||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-22T14:01:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:01:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:01:53.832Z||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-22T14:01:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:02:03.369Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:02:03.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:02:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:02:53.830Z||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-22T14:02:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:02:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:02:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-22T14:02:53.833Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ...
2023-02-22T14:03:03.375Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:03:03.384Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:03:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:03:53.830Z||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-22T14:03:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:03:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:03:53.832Z||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-22T14:03:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:04:03.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:04:03.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:04:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:04:53.830Z||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-22T14:04:53.830Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:04:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:04:53.832Z||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-22T14:04:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:05:03.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:05:03.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:05:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:05:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:05:53.832Z||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-22T14:05:53.832Z||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-22T14:05:53.832Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:05:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:05:54.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:05:54.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:05:54.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074735220,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:05:54.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:05:54.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:05:54.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074735220,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:05:54.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:05:54.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:05:54.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074744813,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:05:54.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:05:54.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:05:54.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074744813,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:05:54.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:05:54.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:05:54.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "cds",
"timestamp": 1677074746158,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:05:54.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:05:54.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:05:54.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "cds",
"timestamp": 1677074746158,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:05:54.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:05:54.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:05:54.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "cds",
"timestamp": 1677074748943,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:05:54.492Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:05:54.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:05:54.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "cds",
"timestamp": 1677074749950,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-22T14:05:54.509Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:05:54.540Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 308ce986-b267-4c4b-aac6-882ec7c1bead
2023-02-22T14:05:54.541Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 308ce986-b267-4c4b-aac6-882ec7c1bead 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-22T14:05:54.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T14:05:54.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"308ce986-b267-4c4b-aac6-882ec7c1bead","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b87fa02b-5f8d-4764-9168-3da809ed2ea7","serviceDescription":"service","serviceInvariantUUID":"7f54739c-492b-47d9-b6af-59b362ea7705","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"29ccf507-a139-4420-a172-67a4cc006c92","resourceInvariantUUID":"e859d1fa-9629-4875-bf5a-2b5f14ec002c","resourceCustomizationUUID":"901e3b8d-9d48-4f6a-919e-fcf954f0ab70","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":"ZTJhMTU1YjVmYTViZjg0ZGZhMmIzZjM1ZTMzNWRlMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05416d15-70fc-4902-b454-5535155dfeb4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2IwNzc1MzA2MDFhN2U3NjBjNjViZjEyNTBhNDdiM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7a42ab7-02a5-46c5-892a-9c4ed8e595f5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-22T14:05:54.631Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T14:05:54.659Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-22T14:05:54.665Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T14:05:54.665Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074753829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:05:54.766Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-22T14:05:54.767Z||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-22T14:05:54.767Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T14:05:54.778Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:05:54.778Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-22T14:05:55.666Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T14:05:55.666Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-22T14:05:55.669Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T14:05:55.669Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074753829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:05:55.769Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T14:05:55.770Z||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-22T14:05:55.770Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T14:05:55.780Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:05:55.780Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-02-22T14:05:56.671Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b87fa02b-5f8d-4764-9168-3da809ed2ea7",
"serviceDescription": "service",
"serviceInvariantUUID": "7f54739c-492b-47d9-b6af-59b362ea7705",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "901e3b8d-9d48-4f6a-919e-fcf954f0ab70",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "29ccf507-a139-4420-a172-67a4cc006c92",
"resourceInvariantUUID": "e859d1fa-9629-4875-bf5a-2b5f14ec002c",
"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": "N2IwNzc1MzA2MDFhN2U3NjBjNjViZjEyNTBhNDdiM2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7a42ab7-02a5-46c5-892a-9c4ed8e595f5"
}
],
"workloadContext": "Production"
}
2023-02-22T14:05:56.672Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-22T14:05:56.672Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b87fa02b-5f8d-4764-9168-3da809ed2ea7 ASDC
2023-02-22T14:05:56.673Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:308ce986-b267-4c4b-aac6-882ec7c1bead
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b87fa02b-5f8d-4764-9168-3da809ed2ea7
ServiceInvariantUUID:7f54739c-492b-47d9-b6af-59b362ea7705
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:a7a42ab7-02a5-46c5-892a-9c4ed8e595f5
ArtifactChecksum:N2IwNzc1MzA2MDFhN2U3NjBjNjViZjEyNTBhNDdiM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:901e3b8d-9d48-4f6a-919e-fcf954f0ab70
ResourceInvariantUUID:e859d1fa-9629-4875-bf5a-2b5f14ec002c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:29ccf507-a139-4420-a172-67a4cc006c92
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-02-22T14:05:56.673Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b87fa02b-5f8d-4764-9168-3da809ed2ea7 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-22T14:05:56.703Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T14:05:56.704Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-22T14:05:56.704Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-22T14:05:56.704Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a7a42ab7-02a5-46c5-892a-9c4ed8e595f5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-22T14:05:56.704Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-22T14:05:56.705Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-22T14:05:56.796Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-22T14:05:56.799Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a7a42ab7-02a5-46c5-892a-9c4ed8e595f5 57664
2023-02-22T14:05:56.799Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:05:56.799Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:05:56.799Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T14:05:56.800Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-22T14:05:56.801Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T14:05:56.802Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074756799,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:05:56.903Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T14:05:56.905Z||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-22T14:05:56.905Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T14:05:56.915Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:05:56.915Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-22T14:05:57.802Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T14:05:57.803Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-22T14:05:57.804Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a7a42ab7-02a5-46c5-892a-9c4ed8e595f5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-22T14:05:57.804Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-22T14:05:57.805Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-22T14:05:57.805Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-22T14:05:57.965Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10717956439507617315/Definitions/service-BasicNetwork-template.yml
2023-02-22T14:05:58.583Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:05:58.585Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:05:58.585Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:05:58.585Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-22T14:05:58.585Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:05:58.585Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:05:58.585Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-22T14:05:58.586Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-22T14:05:58.586Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T14:05:58.586Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:05:58.586Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:05:58.586Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-22T14:05:58.587Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-22T14:05:58.587Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T14:05:58.587Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:05:58.587Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:05:58.587Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:05:58.587Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:05:58.588Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:05:58.588Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:05:58.588Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:05:58.588Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:05:58.588Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:05:58.589Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:05:58.589Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b87fa02b-5f8d-4764-9168-3da809ed2ea7
Model Version:NULL
Model InvariantUuid:7f54739c-492b-47d9-b6af-59b362ea7705
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e859d1fa-9629-4875-bf5a-2b5f14ec002c
Model UUID:566ed906-5167-4172-a74c-a232ed86509b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:901e3b8d-9d48-4f6a-919e-fcf954f0ab70
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-22T14:05:58.597Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 29ccf507-a139-4420-a172-67a4cc006c92
2023-02-22T14:05:58.597Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||No resources found for Service: b87fa02b-5f8d-4764-9168-3da809ed2ea7
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-22T14:05:58.605Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||
2023-02-22T14:05:58.605Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-02-22T14:05:58.606Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b87fa02b-5f8d-4764-9168-3da809ed2ea7
2023-02-22T14:05:58.607Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b87fa02b-5f8d-4764-9168-3da809ed2ea7
2023-02-22T14:05:58.607Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-02-22T14:05:58.607Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:05:58.613Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41d8d975, org.onap.sdc.toscaparser.api.parameters.Input@526ec3e6, org.onap.sdc.toscaparser.api.parameters.Input@49529544, org.onap.sdc.toscaparser.api.parameters.Input@42802990, org.onap.sdc.toscaparser.api.parameters.Input@451443c4]
2023-02-22T14:05:58.615Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:05:58.615Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:05:58.615Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:05:58.616Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:05:58.616Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b87fa02b-5f8d-4764-9168-3da809ed2ea7: Generic NeutronNet
2023-02-22T14:05:58.616Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:05:58.617Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:05:58.617Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:05:58.617Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:05:58.665Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:05:58.666Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:05:58.666Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:05:58.666Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:05:58.667Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:05:58.667Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:05:58.668Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:05:58.756Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-02-22T14:05:58.756Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:05:58.757Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:05:58.757Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T14:05:58.757Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-22T14:05:58.759Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T14:05:58.759Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074758756,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T14:05:58.859Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T14:05:58.860Z||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-22T14:05:58.861Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T14:05:58.870Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:05:58.871Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2023-02-22T14:05:59.760Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:05:59.772Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead
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-22T14:05:59.774Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T14:05:59.775Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T14:05:59.775Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T14:06:29.775Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:06:29.787Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead
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-22T14:06:29.790Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T14:06:29.790Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T14:06:29.790Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T14:06:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:06:53.832Z||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-22T14:06:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:06:53.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:06:53.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:06:53.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074753829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:06:53.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:06:59.791Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:06:59.801Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead
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-22T14:06:59.807Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T14:06:59.807Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T14:06:59.807Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T14:07:29.807Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:07:29.818Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead
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-22T14:07:29.820Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T14:07:29.820Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T14:07:29.820Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T14:07:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:07:53.832Z||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-22T14:07:53.833Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:07:53.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:07:53.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074753829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:07:53.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074756405,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074756405,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:07:53.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074756799,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:53.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:53.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074759173,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:53.871Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:53.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074755220,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074758756,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T14:07:53.872Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:53.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074755220,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074761302,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T14:07:53.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:53.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074755220,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074762314,
"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-22T14:07:53.883Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 308ce986-b267-4c4b-aac6-882ec7c1bead
2023-02-22T14:07:53.883Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 308ce986-b267-4c4b-aac6-882ec7c1bead 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-22T14:07:53.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "cds",
"timestamp": 1677074761158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074755220,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "cds",
"timestamp": 1677074761158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074755220,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "aai-ml",
"timestamp": 1677074763291,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "cds",
"timestamp": 1677074761158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074755220,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-02-22T14:07:53.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "aai-ml",
"timestamp": 1677074763291,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:07:53.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "cds",
"timestamp": 1677074761158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074755220,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074764813,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "aai-ml",
"timestamp": 1677074766021,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:53.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:53.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "cds",
"timestamp": 1677074761158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074755220,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074764813,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "cds",
"timestamp": 1677074761158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074767424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:53.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:53.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074764813,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "cds",
"timestamp": 1677074761158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074764813,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074768648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-02-22T14:07:53.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:53.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "cds",
"timestamp": 1677074761158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:07:53.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074764813,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074769652,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-22T14:07:53.918Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of dd8a01a5-b3b4-47ee-b53c-96fbf78c444c
2023-02-22T14:07:53.918Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd8a01a5-b3b4-47ee-b53c-96fbf78c444c 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-22T14:07:53.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "aai-ml",
"timestamp": 1677074770168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T14:07:53.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:53.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "cds",
"timestamp": 1677074769875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:53.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:53.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074764813,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "aai-ml",
"timestamp": 1677074771172,
"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-22T14:07:53.933Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 308ce986-b267-4c4b-aac6-882ec7c1bead
2023-02-22T14:07:53.933Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 308ce986-b267-4c4b-aac6-882ec7c1bead 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-22T14:07:53.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "cds",
"timestamp": 1677074770882,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-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-22T14:07:53.946Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd8a01a5-b3b4-47ee-b53c-96fbf78c444c
2023-02-22T14:07:53.947Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd8a01a5-b3b4-47ee-b53c-96fbf78c444c 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-22T14:07:53.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074764813,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "aai-ml",
"timestamp": 1677074763291,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074764813,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:07:53.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "aai-ml",
"timestamp": 1677074763291,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "aai-ml",
"timestamp": 1677074763291,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "aai-ml",
"timestamp": 1677074763291,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "aai-ml",
"timestamp": 1677074763291,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "aai-ml",
"timestamp": 1677074763291,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "cds",
"timestamp": 1677074776159,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074775220,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "aai-ml",
"timestamp": 1677074763291,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "cds",
"timestamp": 1677074776159,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074775220,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "aai-ml",
"timestamp": 1677074763291,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:07:53.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "cds",
"timestamp": 1677074776159,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074775220,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "aai-ml",
"timestamp": 1677074780286,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:53.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:53.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "cds",
"timestamp": 1677074776159,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074775220,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "cds",
"timestamp": 1677074776159,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074775220,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "cds",
"timestamp": 1677074776159,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074775220,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "cds",
"timestamp": 1677074776159,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074775220,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "cds",
"timestamp": 1677074776159,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074775220,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "aai-ml",
"timestamp": 1677074785254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T14:07:53.974Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:53.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074775220,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "cds",
"timestamp": 1677074776159,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:07:53.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074784813,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "aai-ml",
"timestamp": 1677074786260,
"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-22T14:07:53.981Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd8a01a5-b3b4-47ee-b53c-96fbf78c444c
2023-02-22T14:07:53.981Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd8a01a5-b3b4-47ee-b53c-96fbf78c444c 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-22T14:07:53.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074784813,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-02-22T14:07:53.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "cds",
"timestamp": 1677074786186,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:53.991Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:53.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:53.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074784813,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-02-22T14:07:53.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:53.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:53.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "cds",
"timestamp": 1677074787194,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-22T14:07:54.005Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d313f43b-0204-4164-8615-af4c9c63571c
2023-02-22T14:07:54.005Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d313f43b-0204-4164-8615-af4c9c63571c 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-22T14:07:54.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074784813,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-02-22T14:07:54.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074784813,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-02-22T14:07:54.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074784813,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074784813,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2023-02-22T14:07:54.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074784813,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:07:54.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074784813,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:07:54.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "aai-ml",
"timestamp": 1677074793291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "aai-ml",
"timestamp": 1677074793291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074795144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:54.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:54.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "cds",
"timestamp": 1677074791158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074794566,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:54.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:54.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "aai-ml",
"timestamp": 1677074793291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "cds",
"timestamp": 1677074791158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074795632,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:54.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:54.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074795220,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "aai-ml",
"timestamp": 1677074793291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "cds",
"timestamp": 1677074791158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074797166,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T14:07:54.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:54.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074796685,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:54.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:54.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074795220,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "aai-ml",
"timestamp": 1677074793291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "cds",
"timestamp": 1677074791158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074798173,
"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-22T14:07:54.035Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd8a01a5-b3b4-47ee-b53c-96fbf78c444c
2023-02-22T14:07:54.035Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd8a01a5-b3b4-47ee-b53c-96fbf78c444c 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-22T14:07:54.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074797737,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:54.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:54.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074795220,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "aai-ml",
"timestamp": 1677074793291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "cds",
"timestamp": 1677074791158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074798790,
"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-22T14:07:54.048Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d313f43b-0204-4164-8615-af4c9c63571c
2023-02-22T14:07:54.048Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d313f43b-0204-4164-8615-af4c9c63571c 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-22T14:07:54.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074795220,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "aai-ml",
"timestamp": 1677074793291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "cds",
"timestamp": 1677074791158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074799803,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-22T14:07:54.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:54.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074795220,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "aai-ml",
"timestamp": 1677074793291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "cds",
"timestamp": 1677074791158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:07:54.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074795220,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "aai-ml",
"timestamp": 1677074793291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:07:54.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "cds",
"timestamp": 1677074801300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:54.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:54.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "ves-openapi-manager",
"timestamp": 1677074795220,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "aai-ml",
"timestamp": 1677074803018,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:54.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:54.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "cds",
"timestamp": 1677074802306,
"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-22T14:07:54.070Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 634275d9-4e21-4f93-bbe6-91b59125482b
2023-02-22T14:07:54.071Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 634275d9-4e21-4f93-bbe6-91b59125482b 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-22T14:07:54.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074804813,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074804813,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-02-22T14:07:54.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074786405,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:07:54.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074804813,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-02-22T14:07:54.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074808301,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:54.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:54.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074804813,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "aai-ml",
"timestamp": 1677074809815,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T14:07:54.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:54.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074804813,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-02-22T14:07:54.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074810977,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T14:07:54.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:54.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "aai-ml",
"timestamp": 1677074810821,
"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-22T14:07:54.085Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d313f43b-0204-4164-8615-af4c9c63571c
2023-02-22T14:07:54.085Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d313f43b-0204-4164-8615-af4c9c63571c 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-22T14:07:54.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074804813,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:07:54.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d313f43b-0204-4164-8615-af4c9c63571c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677074811981,
"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-22T14:07:54.099Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d313f43b-0204-4164-8615-af4c9c63571c
2023-02-22T14:07:54.099Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d313f43b-0204-4164-8615-af4c9c63571c 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-22T14:07:54.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074804813,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:07:54.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-22T14:07:54.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074812520,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:54.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:54.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T14:07:54.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677074813577,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:07:54.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T14:07:59.821Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:07:59.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead
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-22T14:07:59.833Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T14:07:59.833Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-22T14:07:59.833Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-22T14:07:59.834Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-22T14:07:59.834Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T14:07:59.834Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T14:07:59.834Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T14:07:59.834Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T14:07:59.834Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:07:59.839Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-22T14:08:29.839Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead 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-22T14:08:29.847Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 308ce986-b267-4c4b-aac6-882ec7c1bead and serviceModelVersionId: b87fa02b-5f8d-4764-9168-3da809ed2ea7
2023-02-22T14:08:29.848Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f54739c-492b-47d9-b6af-59b362ea7705
2023-02-22T14:08:29.851Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0
2023-02-22T14:08:29.859Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-22T14:08:29.948Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0|INFO|500||Invoke
2023-02-22T14:08:29.949Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[308ce986-b267-4c4b-aac6-882ec7c1bead], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[236ff219-da86-4fab-afdf-1961aa36c769], X-ECOMP-RequestID=[308ce986-b267-4c4b-aac6-882ec7c1bead], X-TransactionId=[], X-ONAP-RequestID=[308ce986-b267-4c4b-aac6-882ec7c1bead], Content-Type=[application/merge-patch+json]}
2023-02-22T14:08:29.972Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-22T14:08:30.064Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?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/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 14:08:30 GMT], content-length=[0], vertex-id=[225344], x-aai-txid=[0-aai-resources-230222-14:08:30:070-11068], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-22T14:08:30.064Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-22T14:08:30.065Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0|INFO|500||InvokeReturn
2023-02-22T14:08:30.068Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-22T14:08:30.071Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:08:30.079Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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-22T14:08:30.125Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 308ce986-b267-4c4b-aac6-882ec7c1bead and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-22T14:08:30.128Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-22T14:08:30.133Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-22T14:08:30.135Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T14:08:30.135Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074910126,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-22T14:08:30.235Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T14:08:30.237Z||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-22T14:08:30.237Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T14:08:30.249Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:08:30.250Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-22T14:08:31.147Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T14:08:31.148Z||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-22T14:08:31.148Z||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 2NQstHBULC6MJLc9) ...
2023-02-22T14:08:35.606Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:08:35.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-22T14:08:35.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd8a01a5-b3b4-47ee-b53c-96fbf78c444c","serviceName":"Demo_pNF_dVZneJkYbdRnBtMfohwV","serviceVersion":"1.0","serviceUUID":"db7beda9-0f1f-4e7c-b123-f8528dbf3fac","serviceDescription":"catalog service description","serviceInvariantUUID":"c3990265-3b91-4496-ab2c-08b3e6dcbefe","resources":[{"resourceInstanceName":"pNF f04ac38f-1702 0","resourceName":"pNF f04ac38f-1702","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"686ae1f6-7084-407d-8218-48bebfa82f18","resourceInvariantUUID":"16f85007-9671-45c3-96de-cddac691d7ae","resourceCustomizationUUID":"66fd1e2e-7de7-4997-8132-77d47f8ffefb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml","artifactChecksum":"MjA3ZDljM2ZhYTAyYmQ1NTViYWI5ODVkNDI5MTVkNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28069fb6-9029-4278-bf10-c23b2c30ccec","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar","artifactChecksum":"N2RjODMyMzM1Y2E0YTQ4MGEyODYyYjZjMDY3M2FjYmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f4e363ef-a24c-448e-a713-d564a3889aee","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"38bbce14-df9f-407c-8814-10df2a69ad22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml","artifactChecksum":"ZjE2ZDgyNTVhZjE4YjFhNjM1NDNjNjhjYjI3NWI1NTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"99506b71-6cdd-41a3-b082-447ef69104aa","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b1759af2-56c2-4ef2-a4e6-1e4b3c7e98d2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21906697-e46c-4850-92ec-eeda3cfb29b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDvznejkybdrnbtmfohwv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml","artifactChecksum":"NGI4OTgyMzQ4Mzk1MDc3OTNjYTkzNjYzM2ZlZDBkZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f6bb7ed-6af0-427b-83c8-c59f3b77b48c","artifactVersion":"1"},{"artifactName":"service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar","artifactChecksum":"Y2YzNGUzN2I3YjVhNWQ4MTcyNzdlYjUwYzRkNDk0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74dff991-a89d-45e9-bd97-7c0ba0101ed2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-22T14:08:35.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T14:08:35.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-22T14:08:35.613Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T14:08:35.613Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074911147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:08:35.713Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T14:08:35.714Z||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-22T14:08:35.714Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T14:08:35.723Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:08:35.724Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-22T14:08:36.614Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T14:08:36.614Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-22T14:08:36.616Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T14:08:36.616Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074911147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:08:36.716Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T14:08:36.717Z||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-22T14:08:36.718Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T14:08:36.728Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:08:36.729Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-22T14:08:37.617Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T14:08:37.618Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-22T14:08:37.620Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T14:08:37.620Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074911147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:08:37.720Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T14:08:37.721Z||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-22T14:08:37.721Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T14:08:37.731Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:08:37.732Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-22T14:08:38.621Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T14:08:38.622Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-22T14:08:38.623Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T14:08:38.624Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074911147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:08:38.726Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-22T14:08:38.726Z||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-22T14:08:38.727Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T14:08:38.737Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:08:38.737Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-22T14:08:39.624Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T14:08:39.625Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-22T14:08:39.627Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T14:08:39.627Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074911147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:08:39.727Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T14:08:39.728Z||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-22T14:08:39.728Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T14:08:39.737Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:08:39.740Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-22T14:08:40.627Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T14:08:40.629Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-22T14:08:40.632Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T14:08:40.632Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074911147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:08:40.732Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T14:08:40.733Z||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-22T14:08:40.733Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T14:08:40.742Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:08:40.742Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-02-22T14:08:41.633Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T14:08:41.634Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-22T14:08:41.636Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T14:08:41.636Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074911147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T14:08:41.736Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T14:08:41.737Z||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-22T14:08:41.738Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T14:08:41.748Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:08:41.749Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-22T14:08:42.637Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T14:08:42.638Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-22T14:08:42.641Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T14:08:42.641Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074911147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T14:08:42.741Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T14:08:42.742Z||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-22T14:08:42.742Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T14:08:42.753Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:08:42.753Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-22T14:08:43.642Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"serviceName": "Demo_pNF_dVZneJkYbdRnBtMfohwV",
"serviceVersion": "1.0",
"serviceUUID": "db7beda9-0f1f-4e7c-b123-f8528dbf3fac",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c3990265-3b91-4496-ab2c-08b3e6dcbefe",
"resources": [
{
"resourceInstanceName": "pNF f04ac38f-1702 0",
"resourceCustomizationUUID": "66fd1e2e-7de7-4997-8132-77d47f8ffefb",
"resourceName": "pNF f04ac38f-1702",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "686ae1f6-7084-407d-8218-48bebfa82f18",
"resourceInvariantUUID": "16f85007-9671-45c3-96de-cddac691d7ae",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar",
"artifactChecksum": "Y2YzNGUzN2I3YjVhNWQ4MTcyNzdlYjUwYzRkNDk0Zjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "74dff991-a89d-45e9-bd97-7c0ba0101ed2"
}
],
"workloadContext": "Production"
}
2023-02-22T14:08:43.642Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-22T14:08:43.643Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 db7beda9-0f1f-4e7c-b123-f8528dbf3fac ASDC
2023-02-22T14:08:43.643Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:dd8a01a5-b3b4-47ee-b53c-96fbf78c444c
ServiceName:Demo_pNF_dVZneJkYbdRnBtMfohwV
ServiceVersion:1.0
ServiceUUID:db7beda9-0f1f-4e7c-b123-f8528dbf3fac
ServiceInvariantUUID:c3990265-3b91-4496-ab2c-08b3e6dcbefe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
ArtifactUUID:74dff991-a89d-45e9-bd97-7c0ba0101ed2
ArtifactChecksum:Y2YzNGUzN2I3YjVhNWQ4MTcyNzdlYjUwYzRkNDk0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f04ac38f-1702 0
ResourceCustomizationUUID:66fd1e2e-7de7-4997-8132-77d47f8ffefb
ResourceInvariantUUID:16f85007-9671-45c3-96de-cddac691d7ae
ResourceName:pNF f04ac38f-1702
ResourceType:PNF
ResourceUUID:686ae1f6-7084-407d-8218-48bebfa82f18
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-02-22T14:08:43.643Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db7beda9-0f1f-4e7c-b123-f8528dbf3fac 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-22T14:08:43.674Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T14:08:43.675Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-22T14:08:43.675Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-22T14:08:43.675Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 74dff991-a89d-45e9-bd97-7c0ba0101ed2 from URL: /sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:43.675Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-22T14:08:43.676Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:43.746Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-22T14:08:43.750Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 74dff991-a89d-45e9-bd97-7c0ba0101ed2 87774
2023-02-22T14:08:43.751Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar ASDC sendASDCNotification
2023-02-22T14:08:43.751Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:43.751Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T14:08:43.752Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-22T14:08:43.754Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T14:08:43.754Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677074923751,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T14:08:43.854Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T14:08:43.855Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-22T14:08:43.855Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ...
2023-02-22T14:08:43.864Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T14:08:43.865Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-22T14:08:44.755Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T14:08:44.756Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-22T14:08:44.756Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 74dff991-a89d-45e9-bd97-7c0ba0101ed2, URL: /sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar to file: /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:44.757Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:44.757Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:44.758Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:44.991Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3525072800930325384/Definitions/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml
2023-02-22T14:08:45.936Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f04ac38f-1702 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||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-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||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-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||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-DemoPnfDvznejkybdrnbtmfohwv-csar.csar
2023-02-22T14:08:45.938Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-22T14:08:45.938Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:08:45.938Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:08:45.938Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Node template pNF f04ac38f-1702 0 is matching search criteria
2023-02-22T14:08:45.938Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-22T14:08:45.938Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF f04ac38f-1702 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T14:08:45.939Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:08:45.939Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:08:45.939Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Node template pNF f04ac38f-1702 0 is matching search criteria
2023-02-22T14:08:45.939Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-22T14:08:45.939Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF f04ac38f-1702 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T14:08:45.939Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:08:45.939Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:08:45.940Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:08:45.940Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:08:45.940Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:08:45.940Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:08:45.940Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:08:45.940Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:08:45.940Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:08:45.941Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:08:45.941Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_dVZneJkYbdRnBtMfohwV
Description:catalog service description
Model UUID:db7beda9-0f1f-4e7c-b123-f8528dbf3fac
Model Version:NULL
Model InvariantUuid:c3990265-3b91-4496-ab2c-08b3e6dcbefe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-22T14:08:45.948Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 686ae1f6-7084-407d-8218-48bebfa82f18
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-22T14:08:45.950Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||pNF f04ac38f-1702 0
2023-02-22T14:08:45.950Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 686ae1f6-7084-407d-8218-48bebfa82f18
2023-02-22T14:08:45.950Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||No resources found for Service: db7beda9-0f1f-4e7c-b123-f8528dbf3fac
2023-02-22T14:08:45.950Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: db7beda9-0f1f-4e7c-b123-f8528dbf3fac
2023-02-22T14:08:45.951Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f04ac38f-1702 0 686ae1f6-7084-407d-8218-48bebfa82f18 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-22T14:08:45.956Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@113a9f81, org.onap.sdc.toscaparser.api.parameters.Input@569131d8, org.onap.sdc.toscaparser.api.parameters.Input@380296a0, org.onap.sdc.toscaparser.api.parameters.Input@2cf10797, org.onap.sdc.toscaparser.api.parameters.Input@69f2431f]
2023-02-22T14:08:45.956Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T14:08:45.956Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T14:08:45.956Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid db7beda9-0f1f-4e7c-b123-f8528dbf3fac: pNF f04ac38f-1702
2023-02-22T14:08:45.956Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||Processing PNF resource: 686ae1f6-7084-407d-8218-48bebfa82f18
2023-02-22T14:08:45.957Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery